diff options
-rw-r--r-- | examples/fo/basic/readme.fo | 6 | ||||
-rw-r--r-- | src/documentation/content/doap.xml | 95 |
2 files changed, 3 insertions, 98 deletions
diff --git a/examples/fo/basic/readme.fo b/examples/fo/basic/readme.fo index 8b03dd54b..06ef5b3eb 100644 --- a/examples/fo/basic/readme.fo +++ b/examples/fo/basic/readme.fo @@ -78,7 +78,7 @@ This files shows next to the trivial usage of fo:block and fo:inline examples of the case of XT) SAX events. </fo:block> - <fo:block space-after.optimum="3pt" font-family="serif">FOP is part of Apache's XML project. The homepage of FOP is + <fo:block space-after.optimum="3pt" font-family="serif">FOP is part of Apache's XML Graphics Project. The homepage of FOP is <fo:inline font-style="italic" font-family="serif"><fo:basic-link color="blue" external-destination="http://xmlgraphics.apache.org/fop">http://xmlgraphics.apache.org/fop</fo:basic-link></fo:inline> </fo:block> @@ -87,7 +87,7 @@ This files shows next to the trivial usage of fo:block and fo:inline examples of <fo:block id="sec2" font-size="18pt" font-family="serif" line-height="20pt" space-before.optimum="20pt" space-after.optimum="14pt" >B) Downloading FOP</fo:block> <fo:block space-after.optimum="3pt" font-family="serif">The latest release version is <fo:inline font-style="italic" font-family="serif">FOP -0.14</fo:inline> <fo:inline font-family="serif"> +0.20.5</fo:inline> <fo:inline font-family="serif"> () </fo:inline>. </fo:block> <fo:block space-after.optimum="3pt" font-family="serif">NOTE: you do not have to unjar or unzip this jar file.</fo:block> @@ -102,7 +102,7 @@ This files shows next to the trivial usage of fo:block and fo:inline examples of <fo:block space-after.optimum="3pt" font-family="serif">To run FOP from the command line, see Running FOP. If you are interested in embedding FOP in a Java application of your own, see Embedding FOP. </fo:block> - <fo:block space-after.optimum="3pt" font-family="serif">You can also download the <fo:inline font-style="italic" font-family="serif">source code v. 0.14</fo:inline> + <fo:block space-after.optimum="3pt" font-family="serif">You can also download the <fo:inline font-style="italic" font-family="serif">source code v. 0.20.5</fo:inline> <fo:inline font-family="serif"> () </fo:inline> as jar file</fo:block> diff --git a/src/documentation/content/doap.xml b/src/documentation/content/doap.xml deleted file mode 100644 index b7b48cd99..000000000 --- a/src/documentation/content/doap.xml +++ /dev/null @@ -1,95 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- DOAP file for Apache FOP --> - -<!-- TODO - o doap:Repository ---> - -<!-- - Copyright 2002-2005 The Apache Software Foundation or its licensors, - as applicable. - - 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. ---> -<feed - xmlns="http://www.w3.org/2005/Atom" - xmlns:doap="http://usefulinc.com/ns/doap#" - xmlns:foaf="http://xmlns.com/foaf/0.1/" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> - - <title type="text">Apache FOP</title> - <author> - <name>FOP</name> - <uri>http://xmlgraphics.apache.org/fop</uri> - </author> - - <updated>2003-07-16T11:20:00Z</updated> - <id>tag:apache.org:fop</id> - - <link - rel="alternate" - type="text/html" - hreflang="en" - href="http://xmlgraphics.apache.org/fop"/> - - <entry> - <title>Apache FOP 0.20.5</title> - <id>tag:apache.org:fop:0.20.5</id> - <updated>2003-07-16T11:20:00Z</updated> - - <content type="application/rdf+xml"> - <doap:Project> - <doap:name>Apache FOP</doap:name> - <doap:homepage rdf:resource="http://xmlgraphics.apache.org/fop"/> - <doap:created>2003-07-16</doap:created> - - <doap:description xml:lang="en"> - FOP (Formatting Objects Processor) is the world's first print formatter - driven by XSL formatting objects (XSL-FO) and the world's first output - independent formatter. It is a Java application that reads a formatting - object (FO) tree and renders the resulting pages to a specified output. - Output formats currently supported include PDF, PCL, PS, SVG, XML - (area tree representation), Print, AWT, MIF and TXT. The primary - output target is PDF. - </doap:description> - - <doap:programming-language xml:lang="en">Java</doap:programming-language> - <doap:programming-language xml:lang="en">XML</doap:programming-language> - - <doap:license rdf:resource="http://xmlgraphics.apache.org/fop/license.html"/> - - <doap:download-page - rdf:resource="http://xmlgraphics.apache.org/fop/download.html"/> - - <doap:mailing-list - rdf:resource="http://xmlgraphics.apache.org/fop/maillist.html"/> - - <doap:maintainer> - <foaf:Person> - <foaf:name>The Apache FOP Project</foaf:name> - <foaf:homepage rdf:resource="http://xmlgraphics.apache.org/fop/team.html"/> - <foaf:mbox rdf:resource="mailto:fop-dev@xmlgraphics.apache.org"/> - </foaf:Person> - </doap:maintainer> - - <doap:release> - <doap:Version> - <doap:name>FOP</doap:name> - <doap:revision>0.20.5</doap:revision> - <doap:created>2003-07-16</doap:created> - </doap:Version> - </doap:release> - </doap:Project> - </content> - </entry> -</feed> |