]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Add "output" section to menu with developer documents for ps & pdf.
authorWilliam Victor Mote <vmote@apache.org>
Thu, 27 Mar 2003 18:40:22 +0000 (18:40 +0000)
committerWilliam Victor Mote <vmote@apache.org>
Thu, 27 Mar 2003 18:40:22 +0000 (18:40 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196186 13f79535-47bb-0310-9956-ffa450edef68

src/documentation/content/xdocs/dev/book.xml
src/documentation/content/xdocs/dev/pdf.xml [new file with mode: 0644]
src/documentation/content/xdocs/dev/ps.xml [new file with mode: 0644]

index dfdcd8fbb02d804f891bb60696dffae07c03e335..e25c36d50880186271bbf2910c49dee20c259aa6 100644 (file)
@@ -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"/>
       <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"/>
diff --git a/src/documentation/content/xdocs/dev/pdf.xml b/src/documentation/content/xdocs/dev/pdf.xml
new file mode 100644 (file)
index 0000000..de718f5
--- /dev/null
@@ -0,0 +1,21 @@
+<?xml version="1.0" standalone="no"?>
+
+<!-- $Id$ -->
+<!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$ -->
diff --git a/src/documentation/content/xdocs/dev/ps.xml b/src/documentation/content/xdocs/dev/ps.xml
new file mode 100644 (file)
index 0000000..7013699
--- /dev/null
@@ -0,0 +1,21 @@
+<?xml version="1.0" standalone="no"?>
+
+<!-- $Id$ -->
+<!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$ -->