23 lines
628 B
XML
23 lines
628 B
XML
|
<?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>
|