diff options
-rw-r--r-- | src/documentation/content/doap.xml | 95 |
1 files changed, 95 insertions, 0 deletions
diff --git a/src/documentation/content/doap.xml b/src/documentation/content/doap.xml new file mode 100644 index 000000000..b7b48cd99 --- /dev/null +++ b/src/documentation/content/doap.xml @@ -0,0 +1,95 @@ +<?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> |