You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlgraphics.apache.org by cl...@apache.org on 2013/02/12 21:58:11 UTC

svn commit: r1445357 - in /xmlgraphics/site/trunk/content: batik/doap.rdf commons/doap.rdf fop/doap.rdf

Author: clay
Date: Tue Feb 12 20:58:11 2013
New Revision: 1445357

URL: http://svn.apache.org/r1445357
Log:
Re-adding DOAP files for FOP, Batik & Commons.

Added:
    xmlgraphics/site/trunk/content/batik/doap.rdf
    xmlgraphics/site/trunk/content/commons/doap.rdf
    xmlgraphics/site/trunk/content/fop/doap.rdf

Added: xmlgraphics/site/trunk/content/batik/doap.rdf
URL: http://svn.apache.org/viewvc/xmlgraphics/site/trunk/content/batik/doap.rdf?rev=1445357&view=auto
==============================================================================
--- xmlgraphics/site/trunk/content/batik/doap.rdf (added)
+++ xmlgraphics/site/trunk/content/batik/doap.rdf Tue Feb 12 20:58:11 2013
@@ -0,0 +1,82 @@
+<?xml version="1.0"?>
+<?xml-stylesheet type="text/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#"
+         xmlns:foaf="http://xmlns.com/foaf/0.1/">
+<!--
+  =======================================================================
+
+   Copyright (c) 2006-2007 The Apache Software Foundation.  
+   All rights reserved.
+
+  =======================================================================
+-->
+  <Project rdf:about="http://xmlgraphics.apache.org/batik/">
+    <created>2007-02-16</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache Batik</name>
+    <homepage rdf:resource="http://xmlgraphics.apache.org/batik/" />
+    <asfext:pmc rdf:resource="http://xmlgraphics.apache.org" />
+    <shortdesc>The Apache Foundation's Java-based toolkit for SVG generation and manipulation.</shortdesc>
+    <description>Batik is a Java-based toolkit for applications or applets to use images in the Scalable Vector Graphics (SVG) format for various purposes, such as display, generation and manipulation.</description>
+    <bug-database rdf:resource="http://issues.apache.org/bugzilla/buglist.cgi?query_format=specific&amp;order=relevance+desc&amp;bug_status=__open__&amp;product=Batik&amp;content=" />
+    <mailing-list rdf:resource="http://xmlgraphics.apache.org/batik/mailing-list.html" />
+    <download-page rdf:resource="http://xmlgraphics.apache.org/download.cgi" />
+    <programming-language>SVG</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/xml" />
+    <category rdf:resource="http://projects.apache.org/category/graphics" />
+    <release>
+      <Version>
+        <name>Batik 1.6</name>
+        <created>2005-04-11</created>
+        <revision>1.6</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Batik 1.7beta1</name>
+        <created>2007-03-29</created>
+        <revision>1.7beta1</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Batik 1.7</name>
+        <created>2008-01-09</created>
+        <revision>1.7</revision>
+      </Version>
+    </release>
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="http://svn.apache.org/repos/asf/xmlgraphics/batik/trunk"/>
+        <browse rdf:resource="http://svn.apache.org/viewcvs.cgi/xmlgraphics/batik/"/>
+      </SVNRepository>
+    </repository>
+    <asfext:implements>
+     <asfext:Standard>
+      <asfext:title>Scalable Vector Graphics (SVG) 1.1</asfext:title>
+      <asfext:body>W3C</asfext:body>
+      <asfext:id>SVG 1.1</asfext:id>
+      <asfext:url rdf:resource="http://www.w3.org/TR/SVG11/"/>
+     </asfext:Standard>
+    </asfext:implements>
+    <asfext:implements>
+     <asfext:Standard>
+      <asfext:title>Scalable Vector Graphics (SVG) Tiny 1.2</asfext:title>
+      <asfext:body>W3C</asfext:body>
+      <asfext:id>SVG Tiny 1.2</asfext:id>
+      <asfext:url rdf:resource="http://www.w3.org/TR/SVGMobile12/"/>
+     </asfext:Standard>
+    </asfext:implements>
+    <asfext:implements>
+     <asfext:Standard>
+      <asfext:title>Scalable Vector Graphics (SVG) Full 1.2</asfext:title>
+      <asfext:body>W3C</asfext:body>
+      <asfext:id>SVG 1.2</asfext:id>
+      <asfext:url rdf:resource="http://www.w3.org/TR/SVG12/"/>
+     </asfext:Standard>
+    </asfext:implements>
+  </Project>
+</rdf:RDF>

Added: xmlgraphics/site/trunk/content/commons/doap.rdf
URL: http://svn.apache.org/viewvc/xmlgraphics/site/trunk/content/commons/doap.rdf?rev=1445357&view=auto
==============================================================================
--- xmlgraphics/site/trunk/content/commons/doap.rdf (added)
+++ xmlgraphics/site/trunk/content/commons/doap.rdf Tue Feb 12 20:58:11 2013
@@ -0,0 +1,91 @@
+<?xml version="1.0"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You 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.
+-->
+<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#"
+         xmlns:foaf="http://xmlns.com/foaf/0.1/">
+  <Project rdf:about="http://xmlgraphics.apache.org/commons/">
+    <created>2006-04-17</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/>
+    <name>Apache XML Graphics Commons</name>
+    <homepage rdf:resource="http://xmlgraphics.apache.org/commons/"/>
+    <asfext:pmc rdf:resource="http://xmlgraphics.apache.org"/>
+    <shortdesc>Common components for Apache Batik and Apache FOP</shortdesc>
+    <description>Apache XML Graphics Commons is a library that consists of several reusable components used by Apache Batik and Apache FOP. Many of these components can easily be used separately outside the domains of SVG and XSL-FO. You will find components such as a PDF library, an RTF library, Graphics2D implementations that let you generate PDF and PostScript files and much more.</description>
+    <mailing-list rdf:resource="http://xmlgraphics.apache.org/mail.html"/>
+    <download-page rdf:resource="http://xmlgraphics.apache.org/commons/download.html"/>
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/graphics"/>
+    <asfext:implements>
+      <asfext:Standard>
+        <asfext:title>PostScript</asfext:title>
+        <asfext:body>Adobe Systems Incorporated</asfext:body>
+        <asfext:id>PS</asfext:id>
+        <asfext:url rdf:resource="http://partners.adobe.com/public/developer/ps/index_specs.html"/>
+      </asfext:Standard>
+    </asfext:implements>
+    <asfext:implements>
+      <asfext:Standard>
+        <asfext:title>Extensible Metadata Platform (XMP)</asfext:title>
+        <asfext:body>Adobe Systems Incorporated</asfext:body>
+        <asfext:id>XMP</asfext:id>
+        <asfext:url rdf:resource="http://www.adobe.com/products/xmp/index.html"/>
+      </asfext:Standard>
+    </asfext:implements>
+    <release>
+      <Version>
+        <name>Latest release (stable)</name>
+        <created>2010-07-07</created>
+        <revision>1.4</revision>
+      </Version>
+      <Version>
+        <name>Previous release (stable)</name>
+        <created>2008-03-07</created>
+        <revision>1.3</revision>
+      </Version>
+      <Version>
+        <name>Previous release (stable)</name>
+        <created>2007-07-21</created>
+        <revision>1.2</revision>
+      </Version>
+      <Version>
+        <name>Previous release (stable)</name>
+        <created>2006-12-22</created>
+        <revision>1.1</revision>
+      </Version>
+      <Version>
+        <name>Previous release (stable)</name>
+        <created>2006-04-17</created>
+        <revision>1.0</revision>
+      </Version>
+    </release>
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="http://svn.apache.org/repos/asf/xmlgraphics/commons/trunk/"/>
+        <browse rdf:resource="http://svn.apache.org/viewcvs.cgi/xmlgraphics/commons/trunk/"/>
+      </SVNRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Jeremias Maerki</foaf:name>
+        <foaf:mbox rdf:resource="mailto:jeremias@apache.org"/>
+      </foaf:Person>
+    </maintainer>
+  </Project>
+</rdf:RDF>

Added: xmlgraphics/site/trunk/content/fop/doap.rdf
URL: http://svn.apache.org/viewvc/xmlgraphics/site/trunk/content/fop/doap.rdf?rev=1445357&view=auto
==============================================================================
--- xmlgraphics/site/trunk/content/fop/doap.rdf (added)
+++ xmlgraphics/site/trunk/content/fop/doap.rdf Tue Feb 12 20:58:11 2013
@@ -0,0 +1,101 @@
+<?xml version="1.0"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You 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.
+-->
+<?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://xmlgraphics.apache.org/fop">
+    <created>2006-03-25</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://xmlgraphics.apache.org" />
+    <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?product=Fop&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;order=bugs.bug_id" />
+    <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>
+    <category rdf:resource="http://projects.apache.org/category/xml" />
+    <category rdf:resource="http://projects.apache.org/category/graphics" />
+    <asfext:implements>
+      <asfext:Standard>
+        <asfext:title>Extensible Stylesheet Language - Formatting Objects (XSL-FO 1.0)</asfext:title>
+        <asfext:body>W3C</asfext:body>
+        <asfext:id>XSL 1.0</asfext:id>
+        <asfext:url rdf:resource="http://www.w3.org/TR/xsl/"/>
+      </asfext:Standard>
+    </asfext:implements>
+    <asfext:implements>
+      <asfext:Standard>
+      <asfext:title>Extensible Stylesheet Language - Formatting Objects (XSL-FO 1.1)</asfext:title>
+      <asfext:body>W3C</asfext:body>
+      <asfext:id>XSL 1.1</asfext:id>
+      <asfext:url rdf:resource="http://www.w3.org/TR/xsl11/"/>
+      </asfext:Standard>
+    </asfext:implements>
+    <asfext:implements>
+      <asfext:Standard>
+      <asfext:title>Portable Document Format (PDF 1.4)</asfext:title>
+      <asfext:body>Adobe Systems Incorporated</asfext:body>
+      <asfext:id>PDF 1.4</asfext:id>
+      <asfext:url rdf:resource="http://partners.adobe.com/public/developer/pdf/index_reference.html"/>
+      </asfext:Standard>
+    </asfext:implements>
+    <asfext:implements>
+      <asfext:Standard>
+      <asfext:title>PostScript</asfext:title>
+      <asfext:body>Adobe Systems Incorporated</asfext:body>
+      <asfext:id>PS</asfext:id>
+      <asfext:url rdf:resource="http://partners.adobe.com/public/developer/ps/index_specs.html"/>
+      </asfext:Standard>
+    </asfext:implements>
+    <asfext:implements>
+      <asfext:Standard>
+      <asfext:title>Rich Text Format (RTF 1.6)</asfext:title>
+      <asfext:body>Microsoft</asfext:body>
+      <asfext:id>RTF 1.6</asfext:id>
+      <asfext:url rdf:resource="http://msdn.microsoft.com/library/en-us/dnrtfspec/html/rtfspec.asp"/>
+      </asfext:Standard>
+    </asfext:implements>
+    <release>
+      <Version>
+        <name>Latest release (stable)</name>
+        <created>2012-10-20</created>
+        <revision>1.1</revision>
+      </Version>
+      <Version>
+        <name>Previous release (stable)</name>
+        <created>2010-07-21</created>
+        <revision>1.0</revision>
+      </Version>
+      <Version>
+        <name>Previous release (stable)</name>
+        <created>2008-08-05</created>
+        <revision>0.95</revision>
+      </Version>
+    </release>
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="http://svn.apache.org/repos/asf/xmlgraphics/fop/trunk/"/>
+        <browse rdf:resource="http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/"/>
+      </SVNRepository>
+    </repository>
+  </Project>
+</rdf:RDF>



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