vmote 2003/03/27 10:40:22
Modified: src/documentation/content/xdocs/dev book.xml
Added: src/documentation/content/xdocs/dev ps.xml pdf.xml
Log:
Add "output" section to menu with developer documents for ps & pdf.
Revision Changes Path
1.10 +5 -4 xml-fop/src/documentation/content/xdocs/dev/book.xml
Index: book.xml
===================================================================
RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/dev/book.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- book.xml 25 Mar 2003 00:30:18 -0000 1.9
+++ book.xml 27 Mar 2003 18:40:22 -0000 1.10
@@ -7,9 +7,6 @@
copyright="@year@ The Apache Software Foundation"
xmlns:xlink="http://www.w3.org/1999/xlink">
- <menu label="Index">
- <menu-item label="FOP Index" href="../index.html"/>
- </menu>
<menu label="About">
<menu-item label="Index" href="index.html"/>
<menu-item label="FAQs" href="faq.html"/>
@@ -23,7 +20,11 @@
<menu-item label="SVG" href="svg.html"/>
<menu-item label="Fonts" href="fonts.html"/>
</menu>
- <menu label="Developers">
+ <menu label="Output">
+ <menu-item label="PDF" href="pdf.html"/>
+ <menu-item label="Postscript" href="pdf.html"/>
+ </menu>
+ <menu label="General">
<external label="FOP Wiki"
href="http://nagoya.apache.org/wiki/apachewiki.cgi?FOPProjectPages"/>
<menu-item label="Design" href="../design/index.html"/>
<menu-item label="Tools" href="tools.html"/>
1.1 xml-fop/src/documentation/content/xdocs/dev/ps.xml
Index: ps.xml
===================================================================
<?xml version="1.0" standalone="no"?>
<!-- $Id: ps.xml,v 1.1 2003/03/27 18:40:22 vmote Exp $ -->
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/resources/schema/dtd/document-v11.dtd">
<document>
<header>
<title>Postscript (Developer Information)</title>
</header>
<body>
<section>
<title>Resources</title>
<ul>
<li><link
href="http://partners.adobe.com/asn/developer/technotes/postscript.html">Postscript
Technical Notes</link></li>
</ul>
</section>
</body>
</document>
<!-- Last Line of $RCSfile: ps.xml,v $ -->
1.1 xml-fop/src/documentation/content/xdocs/dev/pdf.xml
Index: pdf.xml
===================================================================
<?xml version="1.0" standalone="no"?>
<!-- $Id: pdf.xml,v 1.1 2003/03/27 18:40:22 vmote Exp $ -->
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/resources/schema/dtd/document-v11.dtd">
<document>
<header>
<title>PDF (Developer Information)</title>
</header>
<body>
<section>
<title>Resources</title>
<ul>
<li><link
href="http://partners.adobe.com/asn/developer/technotes/acrobatpdf.html">Acrobat/PDF
Technical Notes</link></li>
</ul>
</section>
</body>
</document>
<!-- Last Line of $RCSfile: pdf.xml,v $ -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]