diff options
author | Jeremias Maerki <jeremias@apache.org> | 2006-02-19 10:22:38 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2006-02-19 10:22:38 +0000 |
commit | dc83787f3b2d7a3c4ba3274a928529fec36b3feb (patch) | |
tree | df32d40318f833cd3bb18a497257871a67847992 | |
parent | 33b349a91d8906450a61f981db34a9ae4d7d0716 (diff) | |
download | xmlgraphics-fop-dc83787f3b2d7a3c4ba3274a928529fec36b3feb.tar.gz xmlgraphics-fop-dc83787f3b2d7a3c4ba3274a928529fec36b3feb.zip |
Reduced the use of categories and programming languages as requested on site-dev. This will likely be compensated with an additional extension schema to specify implemented specifications/standards.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@378870 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | src/documentation/content/doap.rdf | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/documentation/content/doap.rdf b/src/documentation/content/doap.rdf index 69f2e55d7..2b14e853b 100644 --- a/src/documentation/content/doap.rdf +++ b/src/documentation/content/doap.rdf @@ -25,16 +25,14 @@ <name>Apache FOP</name> <homepage rdf:resource="http://xmlgraphics.apache.org/fop" /> <asfext:pmc rdf:resource="http://xmlgraphics.apache.org" /> - <shortdesc>The Apache Foundation's XSL Formatting Objects 'print formatter' implementation.</shortdesc> + <shortdesc>The Apache Foundation's XSL Formatting Objects (XSL-FO) 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=" /> <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> - <programming-language>XSL-FO</programming-language> - <category rdf:resource="http://projects.apache.org/category/XML" /> - <category rdf:resource="http://projects.apache.org/category/Graphics" /> - <category rdf:resource="http://projects.apache.org/category/XSL" /> + <category rdf:resource="http://projects.apache.org/category/xml" /> + <category rdf:resource="http://projects.apache.org/category/graphics" /> <release> <Version> <name>Latest stable release</name> |