diff options
author | Simon Pepping <spepping@apache.org> | 2006-01-25 20:26:37 +0000 |
---|---|---|
committer | Simon Pepping <spepping@apache.org> | 2006-01-25 20:26:37 +0000 |
commit | 57e17a30b38a47700a760bdc83bf8f6465356488 (patch) | |
tree | ba7ac9cd03142a35de890894e3d48541bfbff830 /src/documentation | |
parent | 94a6ff7f78c00f612249323b06179e902f277a48 (diff) | |
download | xmlgraphics-fop-57e17a30b38a47700a760bdc83bf8f6465356488.tar.gz xmlgraphics-fop-57e17a30b38a47700a760bdc83bf8f6465356488.zip |
Corrected the about of the project and some XML and URI errors, and
added the unstable version.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@372307 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation')
-rw-r--r-- | src/documentation/content/doap.rdf | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/src/documentation/content/doap.rdf b/src/documentation/content/doap.rdf index cefbb73ed..2ae181986 100644 --- a/src/documentation/content/doap.rdf +++ b/src/documentation/content/doap.rdf @@ -3,16 +3,16 @@ <rdf:RDF xml:lang="en" xmlns="http://usefulinc.com/ns/doap#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:asfext="http:projects.apache.org/ns/asfext#"> - <Project rdf:about="http://httpd.apache.org/"> + xmlns:asfext="http://projects.apache.org/ns/asfext#"> + <Project rdf:about="http://xmlgraphics.apache.org/fop"> <created>2006-01-21</created> <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" /> <name>Apache FOP</name> <homepage rdf:resource="http://xmlgraphics.apache.org/fop" /> - <asfext:pmc rdf:resource="http://XML Graphics.apache.org" /> + <asfext:pmc rdf:resource="http://XML%20Graphics.apache.org" /> <shortdesc>The Apache Foundation's XSL Formatting Objects 'print formatter' implementation.</shortdesc> <description>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.</description> - <bug-database rdf:resource="http://issues.apache.org/bugzilla/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&email1=&emailtype1=substring&emailassigned_to1=1&email2=&emailtype2=substring&emailreporter2=1&bugidtype=include&bug_id=&changedin=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&product=Fop&short_desc=&short_desc_type=allwordssubstr&long_desc=&long_desc_type=allwordssubstr&bug_file_loc=&bug_file_loc_type=allwordssubstr&keywords=&keywords_type=anywords&field0-0-0=noop&type0-0-0=noop&value0-0-0=" /> + <bug-database rdf:resource="http://issues.apache.org/bugzilla/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&email1=&emailtype1=substring&emailassigned_to1=1&email2=&emailtype2=substring&emailreporter2=1&bugidtype=include&bug_id=&changedin=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&product=Fop&short_desc=&short_desc_type=allwordssubstr&long_desc=&long_desc_type=allwordssubstr&bug_file_loc=&bug_file_loc_type=allwordssubstr&keywords=&keywords_type=anywords&field0-0-0=noop&type0-0-0=noop&value0-0-0=" /> <mailing-list rdf:resource="http://xmlgraphics.apache.org/fop/maillist.html" /> <download-page rdf:resource="http://xmlgraphics.apache.org/fop/download.html" /> <programming-language>Java</programming-language> @@ -27,6 +27,13 @@ <revision>0.20.5</revision> </Version> </release> + <release> + <Version> + <name>FOP</name> + <created>2005-12-23</created> + <revision>0.91beta</revision> + </Version> + </release> <repository> <SVNRepository> <location rdf:resource="http://svn.apache.org/repos/asf/xmlgraphics/fop/trunk/"/> |