aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Victor Mote <vmote@apache.org>2003-05-15 16:44:52 +0000
committerWilliam Victor Mote <vmote@apache.org>2003-05-15 16:44:52 +0000
commit86b519bd7479f42e138a0b6b93ee2bcf688b644e (patch)
treeaa42bdfc60c660ac3d1cdcd97005bd7c83d7b5f2
parent68d31e4d2126971d683da552208733048df1379b (diff)
downloadxmlgraphics-fop-86b519bd7479f42e138a0b6b93ee2bcf688b644e.tar.gz
xmlgraphics-fop-86b519bd7479f42e138a0b6b93ee2bcf688b644e.zip
Remove Postscipt & PDF pages from developer section, as this content is now all on the user Resources page.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196437 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--src/documentation/content/xdocs/dev/book.xml2
-rw-r--r--src/documentation/content/xdocs/dev/pdf.xml21
-rw-r--r--src/documentation/content/xdocs/dev/ps.xml21
3 files changed, 0 insertions, 44 deletions
diff --git a/src/documentation/content/xdocs/dev/book.xml b/src/documentation/content/xdocs/dev/book.xml
index d08a72b50..ce2a463dc 100644
--- a/src/documentation/content/xdocs/dev/book.xml
+++ b/src/documentation/content/xdocs/dev/book.xml
@@ -34,7 +34,5 @@
<menu-item label="Examples" href="examples.html"/>
<menu-item label="Tools" href="tools.html"/>
<external label="ViewCVS" href="http://cvs.apache.org/viewcvs.cgi/xml-fop"/>
- <menu-item label="PDF" href="pdf.html"/>
- <menu-item label="Postscript" href="ps.html"/>
</menu>
</book>
diff --git a/src/documentation/content/xdocs/dev/pdf.xml b/src/documentation/content/xdocs/dev/pdf.xml
deleted file mode 100644
index de718f5f4..000000000
--- a/src/documentation/content/xdocs/dev/pdf.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?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
deleted file mode 100644
index 7013699e5..000000000
--- a/src/documentation/content/xdocs/dev/ps.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?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$ -->