diff options
author | Peter Bernard West <pbwest@apache.org> | 2002-12-22 04:14:40 +0000 |
---|---|---|
committer | Peter Bernard West <pbwest@apache.org> | 2002-12-22 04:14:40 +0000 |
commit | 878f4727336b336973ff46cba24db9ed73dd90c0 (patch) | |
tree | 3da5c5ddff92f0727f88e56366f2641e12403682 /src/documentation/content/xdocs/tabs.xml | |
parent | 143948dd768b5b4c43c2262beaeb19f670f4fe25 (diff) | |
download | xmlgraphics-fop-878f4727336b336973ff46cba24db9ed73dd90c0.tar.gz xmlgraphics-fop-878f4727336b336973ff46cba24db9ed73dd90c0.zip |
Fixed headings.
Replaced Redesign tab with Development, Redesign and alt design.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195786 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/content/xdocs/tabs.xml')
-rw-r--r-- | src/documentation/content/xdocs/tabs.xml | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/src/documentation/content/xdocs/tabs.xml b/src/documentation/content/xdocs/tabs.xml index 65ea245a0..2cd7fd9a6 100644 --- a/src/documentation/content/xdocs/tabs.xml +++ b/src/documentation/content/xdocs/tabs.xml @@ -2,12 +2,14 @@ <!DOCTYPE tabs PUBLIC "-//APACHE//DTD Cocoon Documentation Tab V1.0//EN" "http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/resources/schema/dtd/tab-cocoon-v10.dtd"> - <tabs software="MyProj" - title="MyProj" - copyright="Foo" - xmlns:xlink="http://www.w3.org/1999/xlink"> - - <tab label="Home" dir=""/> - <tab label="Redesign" dir="dev/"/> - - </tabs> +<tabs software="FOP" + title="FOP" + copyright="@year@ The Apache Software Foundation" + xmlns:xlink="http://www.w3.org/1999/xlink"> + + <tab label="Home" dir=""/> + <tab label="Development" dir="dev/"/> + <tab label="Redesign" dir="design/"/> + <tab label="alt design" dir="design/alt.design/"/> + +</tabs> |