]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
removed all book.xml files (except DnI)
authorClay Leeds <clay@apache.org>
Mon, 8 Nov 2004 04:26:29 +0000 (04:26 +0000)
committerClay Leeds <clay@apache.org>
Mon, 8 Nov 2004 04:26:29 +0000 (04:26 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198126 13f79535-47bb-0310-9956-ffa450edef68

src/documentation/content/xdocs/book.xml [deleted file]
src/documentation/content/xdocs/design/alt.design/book.xml [deleted file]
src/documentation/content/xdocs/design/alt.design/properties/book.xml [deleted file]
src/documentation/content/xdocs/design/book.xml [deleted file]
src/documentation/content/xdocs/dev/book.xml [deleted file]

diff --git a/src/documentation/content/xdocs/book.xml b/src/documentation/content/xdocs/book.xml
deleted file mode 100644 (file)
index 6efc2c8..0000000
+++ /dev/null
@@ -1,67 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  Copyright 1999-2004 The Apache Software Foundation
-
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
--->
-<!-- $Id$ -->
-<!DOCTYPE book PUBLIC "-//APACHE//DTD Cocoon Documentation Book V1.0//EN"
-    "http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-cocoon2/src/documentation/xdocs/dtd/book-cocoon-v10.dtd">
-<book software="FOP" title="FOP" copyright="@year@ The Apache Software Foundation" xmlns:xlink="http://www.w3.org/1999/xlink">
-
-  <menu label="Home">
-    <menu-item label="Introduction" href="index.html"/>
-  </menu>
-  
-  <menu label="Using FOP">
-    <menu-item label="Release Notes" href="relnotes.html"/>
-    <menu-item label="Download" href="download.html"/>
-    <menu-item label="Build" href="compiling.html"/>
-    <menu-item label="Configure" href="configuration.html"/>
-    <menu-item label="Run" href="running.html"/>
-    <menu-item label="Embed" href="embedding.html"/>
-    <menu-item label="Servlets" href="servlets.html"/>
-    <menu-item label="Ant task" href="anttask.html"/>
-  </menu>
-  
-  <menu label="Features">
-    <menu-item label="Compliance" href="compliance.html"/>
-    <menu-item label="Output Targets" href="output.html"/>
-    <menu-item label="PDF encryption" href="pdfencryption.html"/>
-    <menu-item label="Graphics" href="graphics.html"/>
-    <menu-item label="Fonts" href="fonts.html"/>
-    <menu-item label="Hyphenation" href="hyphenation.html"/>
-    <menu-item label="Extensions" href="extensions.html"/>
-  </menu>
-  
-  <menu label="Resources">
-    <menu-item label="Getting Help" href="gethelp.html"/>
-    <menu-item label="FAQs" href="faq.html"/>
-    <menu-item label="XSL-FO" href="fo.html"/>
-    <menu-item label="Examples" href="examples.html"/>
-    <menu-item label="Mailing Lists" href="maillist.html"/>
-    <menu-item label="Bugs" href="bugs.html"/>
-    <menu-item label="Wiki" href="http://nagoya.apache.org/wiki/apachewiki.cgi?FOPProjectPages"/>
-    <menu-item label="License" href="license.html"/>
-    <menu-item label="Other" href="resources.html"/>
-  </menu>
-  
-  <menu label="Project">
-    <menu-item label="News" href="news.html"/>
-    <menu-item label="Who We Are" href="team.html"/>
-    <menu-item label="Status" href="status.html"/>
-    <menu-item label="Logo contest" href="logocontest.html"/>
-    <menu-item label="Changes" href="changes.html"/>
-    <menu-item label="Todo" href="todo.html"/>
-  </menu>
-</book>
diff --git a/src/documentation/content/xdocs/design/alt.design/book.xml b/src/documentation/content/xdocs/design/alt.design/book.xml
deleted file mode 100644 (file)
index 1787bd8..0000000
+++ /dev/null
@@ -1,49 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  Copyright 1999-2004 The Apache Software Foundation
-
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
--->
-<!-- $Id$ -->
-<!DOCTYPE book PUBLIC "-//APACHE//DTD Cocoon Documentation Book V1.0//EN"
-    "http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-cocoon2/src/documentation/xdocs/dtd/book-cocoon-v10.dtd">
-
-<book software="FOP"
-      title="FOP Alternative Design Notes"
-      copyright="@year@ The Apache Software Foundation"
-      xmlns:xlink="http://www.w3.org/1999/xlink"
-      >
-  <menu label="Index">
-    <menu-item label="FOP Home" href="../index.html"/>
-    <menu-item label="Properties details" href="properties/introduction.html"/>
-  </menu>
-  <menu label="Alt Design">
-    <menu-item label="Introduction" href="index.html"/>
-    <menu-item label="co-routines" href="coroutines.html"/>
-    <menu-item label="galleys" href="galleys.html"/>
-    <menu-item label="footnotes" href="footnotes.html"/>
-    <menu-item label="keeps" href="keeps.html"/>
-    <menu-item label="space-specifiers" href="spaces.html"/>
-  </menu>
-  <menu label="Input Parsing">
-    <menu-item label="XML parsing" href="xml-parsing.html"/>
-  </menu>
-  <menu label="Properties">
-    <menu-item label="alt.properties" href="properties/introduction.html"/>
-  </menu>
-  <menu label="Other">
-    <menu-item label="Traits" href="traits.html"/>
-    <menu-item label="Compound types" href="compound-properties.html"/>
-    <menu-item label="User agent refs" href="user-agent-refs.html"/>
-  </menu>
-</book>
diff --git a/src/documentation/content/xdocs/design/alt.design/properties/book.xml b/src/documentation/content/xdocs/design/alt.design/properties/book.xml
deleted file mode 100644 (file)
index 813034f..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  Copyright 1999-2004 The Apache Software Foundation
-
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
--->
-<!-- $Id$ -->
-<!DOCTYPE book PUBLIC "-//APACHE//DTD Cocoon Documentation Book V1.0//EN"
-    "http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-cocoon2/src/documentation/xdocs/dtd/book-cocoon-v10.dtd">
-
-<book software="FOP"
-      title="FOP Alternative Design Properties Notes"
-      copyright="@year@ The Apache Software Foundation"
-      xmlns:xlink="http://www.w3.org/1999/xlink"
-      >
-  <menu label="Index">
-    <menu-item label="FOP Home" href="../../index.html"/>
-    <menu-item label="Alt Design" href="../index.html"/>
-  </menu>
-  <menu label="Alt properties">
-    <menu-item label="Introduction" href="introduction.html"/>
-    <menu-item label="Classes overview" href="classes-overview.html"/>
-    <menu-item label="PropertyConsts" href="PropertyConsts-class.html"/>
-    <menu-item label="Simple Properties" href="simple-properties.html"/>
-    <menu-item label="getInitialValue" href="getInitialValue.html"/>
-    <menu-item label="Enumerated data" href="enumerated-values.html"/>
-    <menu-item label="Property parsing" href="propertyExpressions.html"/>
-  </menu>
-</book>
diff --git a/src/documentation/content/xdocs/design/book.xml b/src/documentation/content/xdocs/design/book.xml
deleted file mode 100644 (file)
index 062e9e1..0000000
+++ /dev/null
@@ -1,49 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  Copyright 1999-2004 The Apache Software Foundation
-
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
--->
-<!-- $Id$ -->
-<!DOCTYPE book PUBLIC "-//APACHE//DTD Cocoon Documentation Book V1.0//EN"
-    "http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-cocoon2/src/documentation/xdocs/dtd/book-cocoon-v10.dtd">
-
-<book software="FOP"
-    title="FOP Design"
-    copyright="@year@ The Apache Software Foundation"
-    xmlns:xlink="http://www.w3.org/1999/xlink">
-
-    <menu label="About">
-      <menu-item label="Introduction" href="index.html"/>
-    </menu>
-    <menu label="Core Process">
-      <menu-item label="Startup" href="startup.html"/>
-      <menu-item label="XML Parsing" href="parsing.html"/>
-      <menu-item label="FO Tree" href="fotree.html"/>
-      <menu-item label="Properties" href="properties.html"/>
-      <menu-item label="Layout" href="layout.html"/>
-      <menu-item label="Break Possibility" href="breakpos.html"/>
-      <menu-item label="Area Tree" href="areas.html"/>
-      <menu-item label="Renderers" href="renderers.html"/>
-    </menu>
-    <menu label="Miscellaneous">
-      <menu-item label="Images" href="images.html"/>
-      <menu-item label="PDF Library" href="pdf-library.html"/>
-      <menu-item label="SVG" href="svg.html"/>
-      <menu-item label="Embedding" href="embedding.html"/>
-      <menu-item label="Extending" href="extending.html"/>
-      <menu-item label="Optimisations" href="optimise.html"/>
-      <menu-item label="User Agent" href="useragent.html"/>
-    </menu>
-</book>
-
diff --git a/src/documentation/content/xdocs/dev/book.xml b/src/documentation/content/xdocs/dev/book.xml
deleted file mode 100644 (file)
index fe8a114..0000000
+++ /dev/null
@@ -1,58 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  Copyright 1999-2004 The Apache Software Foundation
-
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
--->
-<!-- $Id$ -->
-<!DOCTYPE book PUBLIC "-//APACHE//DTD Cocoon Documentation Book V1.0//EN"
-    "http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-cocoon2/src/documentation/xdocs/dtd/book-cocoon-v10.dtd">
-
-<book software="FOP"
-      title="FOP"
-      copyright="@year@ The Apache Software Foundation"
-      xmlns:xlink="http://www.w3.org/1999/xlink">
-
-    <menu label="Introduction">
-      <menu-item label="Basics" href="index.html"/>
-    </menu>
-    <menu label="Design">
-      <menu-item label="Resolved" href="../design/index.html"/>
-      <external label="Unresolved (Wiki)" href="http://nagoya.apache.org/wiki/apachewiki.cgi?FOPProjectPages"/>
-      <menu-item label="SVG" href="svg.html"/>
-      <menu-item label="Fonts" href="fonts.html"/>
-      <menu-item label="Extensions" href="extensions.html"/>
-    </menu>
-    <menu label="Develop">
-      <menu-item label="API Doc" href="api-doc.html"></menu-item>
-      <menu-item label="Walk-Thru" href="implement.html"/>
-      <external label="Patch queue" href="http://nagoya.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Fop&amp;short_desc=%5BPATCH%5D&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;namedcmd=Fop+all&amp;newqueryname=fop+patch+queue&amp;tofooter=1&amp;order=Reuse+same+sort+as+last+time"/>
-      <menu-item label="Conventions" href="conventions.html"/>
-    </menu>
-    <menu label="Test">
-      <menu-item label="Testing" href="testing.html"/>
-    </menu>
-    <menu label="Deploy">
-      <menu-item label="Doc Mgmt" href="doc.html"/>
-      <menu-item label="Release" href="release.html"/>
-      <external label="Bugs" href="http://nagoya.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Fop&amp;short_desc=&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;order=bugs.component"/>
-    </menu>
-    <menu label="Resources">
-      <menu-item label="FAQs" href="faq.html"/>
-      <menu-item label="Tools" href="tools.html"/>
-      <external label="ViewCVS" href="http://cvs.apache.org/viewcvs.cgi/xml-fop"/>
-    </menu>
-    <menu label="SubPackages">
-      <menu-item label="RTFlib" href="rtflib.html"></menu-item>
-    </menu>
-</book>