You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by cl...@apache.org on 2006/01/21 02:59:54 UTC

svn commit: r370954 - /xmlgraphics/fop/trunk/src/documentation/content/doap.rdf

Author: clay
Date: Fri Jan 20 17:59:48 2006
New Revision: 370954

URL: http://svn.apache.org/viewcvs?rev=370954&view=rev
Log:
Added categories for FOP

Added:
    xmlgraphics/fop/trunk/src/documentation/content/doap.rdf

Added: xmlgraphics/fop/trunk/src/documentation/content/doap.rdf
URL: http://svn.apache.org/viewcvs/xmlgraphics/fop/trunk/src/documentation/content/doap.rdf?rev=370954&view=auto
==============================================================================
--- xmlgraphics/fop/trunk/src/documentation/content/doap.rdf (added)
+++ xmlgraphics/fop/trunk/src/documentation/content/doap.rdf Fri Jan 20 17:59:48 2006
@@ -0,0 +1,37 @@
+<?xml version="1.0"?>
+<?xml-stylesheet type="text/xsl" href="../xsl/p2.xsl"?>
+<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/">
+    <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" />
+    <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=" />
+    <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" />
+    <release>
+      <Version>
+        <name>FOP</name>
+        <created>2003-07-16</created>
+        <revision>0.20.5</revision>
+      </Version>
+    </release>
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="http://svn.apache.org/repos/asf/xmlgraphics/fop/trunk/"/>
+        <browse rdf:resource="http://svn.apache.org/viewcvs.cgi/xmlgraphics/fop/trunk/"/>
+      </SVNRepository>
+    </repository>
+  </Project>
+</rdf:RDF>



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org


Re: svn commit: r370954 - /xmlgraphics/fop/trunk/src/documentation/content/doap.rdf

Posted by Clay Leeds <we...@mac.com>.
Sorry. I created a new file to set the Category items (missing from  
the first version). I used the http:/projects.apache.org/create.html  
system, and it saved the file as 'doap_FOP.rdf'. I removed '_FOP' but  
neglected to change the extension. You can remove doap.xml if you'd  
like.

On Jan 24, 2006, at 2:18 AM, Jeremias Maerki wrote:
> Clay, why exactly did you start a new DOAP file? Now we have two in  
> our
> repo.
>
> On 21.01.2006 02:59:54 clay wrote:
>> Author: clay
>> Date: Fri Jan 20 17:59:48 2006
>> New Revision: 370954
>>
>> URL: http://svn.apache.org/viewcvs?rev=370954&view=rev
>> Log:
>> Added categories for FOP
>>
>> Added:
>>     xmlgraphics/fop/trunk/src/documentation/content/doap.rdf
> <snip/>


Re: svn commit: r370954 - /xmlgraphics/fop/trunk/src/documentation/content/doap.rdf

Posted by Jeremias Maerki <de...@jeremias-maerki.ch>.
Clay, why exactly did you start a new DOAP file? Now we have two in our
repo.

On 21.01.2006 02:59:54 clay wrote:
> Author: clay
> Date: Fri Jan 20 17:59:48 2006
> New Revision: 370954
> 
> URL: http://svn.apache.org/viewcvs?rev=370954&view=rev
> Log:
> Added categories for FOP
> 
> Added:
>     xmlgraphics/fop/trunk/src/documentation/content/doap.rdf
<snip/>


Jeremias Maerki