summaryrefslogtreecommitdiffstats
path: root/src/documentation/content/xdocs/tabs.xml
blob: 761cf495b4a268640ab448af1879619ab04ec26b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE tabs PUBLIC "-//APACHE//DTD Cocoon Documentation Tab V1.0//EN" "tab-cocoon-v10.dtd">

<tabs software="MyProj"
  title="MyProj"
  copyright="Foo"
  xmlns:xlink="http://www.w3.org/1999/xlink">

  <!-- The rules are:
    @dir will always have /index.html added.
    @href is not modified unless it is root-relative and obviously specifies a
    directory (ends in '/'), in which case /index.html will be added
  -->


  <tab label="Home" dir=""/>
  <!-- Add new tabs here, eg:
  <tab label="How-Tos" dir="community/howto/"/>
  <tab label="XML Site" dir="xml-site/"/>
  -->

</tabs>