~ubuntu-branches/ubuntu/trusty/monodevelop/trusty-proposed

« back to all changes in this revision

Viewing changes to external/ikvm/website/src/documentation/content/xdocs/tabs.xml

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2013-05-12 09:46:03 UTC
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20130512094603-mad323bzcxvmcam0
Tags: upstream-4.0.5+dfsg
ImportĀ upstreamĀ versionĀ 4.0.5+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<!DOCTYPE tabs PUBLIC "-//APACHE//DTD Cocoon Documentation Tab V1.0//EN" "http://apache.org/forrest/dtd/tab-cocoon-v10.dtd">
 
3
 
 
4
<tabs software="MyProj"
 
5
  title="MyProj"
 
6
  copyright="Foo"
 
7
  xmlns:xlink="http://www.w3.org/1999/xlink">
 
8
 
 
9
  <!-- The rules are:
 
10
    @dir will always have '/@indexfile' added.
 
11
    @indexfile gets appended to @dir if the tab is selected. Defaults to 'index.html'
 
12
    @href is not modified unless it is root-relative and obviously specifies a
 
13
    directory (ends in '/'), in which case /index.html will be added
 
14
    If @id's are present, site.xml entries with a matching @tab will be in that tab.
 
15
  -->
 
16
 
 
17
  <!-- Add new tabs here, eg:
 
18
  <tab id="" label="Home" dir="" indexfile="index.html"/>
 
19
  <tab id="samples" label="Samples" dir="samples" indexfile="sample.html"/>
 
20
  <tab label="How-Tos" dir="community/howto/"/>
 
21
  <tab label="XML Site" dir="xml-site/"/>
 
22
  -->
 
23
 
 
24
</tabs>