Author: veithen
Date: Sun May 30 21:14:06 2010
New Revision: 949577
URL: http://svn.apache.org/viewvc?rev=949577&view=rev
Log:
Added a DOAP file as required by the Apache Project Branding Guidelines.
Added:
webservices/commons/trunk/modules/axiom/etc/
webservices/commons/trunk/modules/axiom/etc/axiom.rdf (with props)
Added: webservices/commons/trunk/modules/axiom/etc/axiom.rdf
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/etc/axiom.rdf?rev=949577&view=auto
==============================================================================
--- webservices/commons/trunk/modules/axiom/etc/axiom.rdf (added)
+++ webservices/commons/trunk/modules/axiom/etc/axiom.rdf Sun May 30 21:14:06
2010
@@ -0,0 +1,97 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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://ws.apache.org/commons/axiom/">
+ <created>2010-05-30</created>
+ <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/>
+ <name>Apache Axiom</name>
+ <homepage rdf:resource="http://ws.apache.org/commons/axiom/"/>
+ <asfext:pmc rdf:resource="http://webservices.apache.org"/>
+ <shortdesc>Apache Axiom is an XML object model supporting deferred
parsing.</shortdesc>
+ <description>Apache Axiom is a StAX-based, XML Infoset compliant object
model which supports on-demand building of the object tree. It supports a novel
"pull-through" model which allows one to turn off the tree building and
directly access the underlying pull event stream. It also has built in support
for XML Optimized Packaging (XOP) and MTOM, the combination of which allows XML
to carry binary data efficiently and in a transparent manner. The combination
of these is an easy to use API with a very high performant
architecture!</description>
+ <bug-database
rdf:resource="http://issues.apache.org/jira/browse/WSCOMMONS"/>
+ <mailing-list
rdf:resource="http://ws.apache.org/commons/axiom/mail-lists.html"/>
+ <download-page
rdf:resource="http://ws.apache.org/commons/axiom/download.cgi"/>
+ <programming-language>Java</programming-language>
+ <category rdf:resource="http://projects.apache.org/category/library"/>
+ <category rdf:resource="http://projects.apache.org/category/xml"/>
+ <release>
+ <Version>
+ <name>Apache Axiom</name>
+ <created>2009-01-15</created>
+ <revision>1.2.8</revision>
+ </Version>
+ </release>
+ <repository>
+ <SVNRepository>
+ <location
rdf:resource="http://svn.apache.org/repos/asf/webservices/commons/trunk/modules/axiom"/>
+ <browse
rdf:resource="http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom"/>
+ </SVNRepository>
+ </repository>
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Axiom Development Team</foaf:name>
+ <foaf:mbox
rdf:resource="mailto:[email protected]?subject=[axiom]"/>
+ </foaf:Person>
+ </maintainer>
+ <asfext:implements>
+ <asfext:Standard>
+ <asfext:title>Extensible Markup Language (XML) 1.0 (Fourth
Edition)</asfext:title>
+ <asfext:body>W3C</asfext:body>
+ <asfext:id>XML 1.0</asfext:id>
+ <asfext:url
rdf:resource="http://www.w3.org/TR/2006/REC-xml-20060816/"/>
+ </asfext:Standard>
+ </asfext:implements>
+ <asfext:implements>
+ <asfext:Standard>
+ <asfext:title>Namespaces in XML 1.0 (Second Edition)</asfext:title>
+ <asfext:body>W3C</asfext:body>
+ <asfext:id>Namespaces in XML 1.0</asfext:id>
+ <asfext:url
rdf:resource="http://www.w3.org/TR/2006/REC-xml-names-20060816/"/>
+ </asfext:Standard>
+ </asfext:implements>
+ <asfext:implements>
+ <asfext:Standard>
+ <asfext:title>XML-binary Optimized Packaging</asfext:title>
+ <asfext:body>W3C</asfext:body>
+ <asfext:id>XOP 1.0</asfext:id>
+ <asfext:url
rdf:resource="http://www.w3.org/TR/2005/REC-xop10-20050125/"/>
+ </asfext:Standard>
+ </asfext:implements>
+ <asfext:implements>
+ <asfext:Standard>
+ <asfext:title>SOAP Version 1.2 Part 1: Messaging Framework (Second
Edition)</asfext:title>
+ <asfext:body>W3C</asfext:body>
+ <asfext:id>SOAP 1.2</asfext:id>
+ <asfext:url
rdf:resource="http://www.w3.org/TR/2007/REC-soap12-part1-20070427/"/>
+ </asfext:Standard>
+ </asfext:implements>
+ <asfext:implements>
+ <asfext:Standard>
+ <asfext:title>SOAP Message Transmission Optimization
Mechanism</asfext:title>
+ <asfext:body>W3C</asfext:body>
+ <asfext:id>MTOM</asfext:id>
+ <asfext:url
rdf:resource="http://www.w3.org/TR/2005/REC-soap12-mtom-20050125/"/>
+ </asfext:Standard>
+ </asfext:implements>
+ <asfext:implements>
+ <asfext:Standard>
+ <asfext:title>XML Information Set (Second Edition)</asfext:title>
+ <asfext:body>W3C</asfext:body>
+ <asfext:id>XML Infoset</asfext:id>
+ <asfext:url
rdf:resource="http://www.w3.org/TR/2004/REC-xml-infoset-20040204/"/>
+ </asfext:Standard>
+ </asfext:implements>
+ <asfext:implements>
+ <asfext:Standard>
+ <asfext:title>Document Object Model (DOM) Level 2 Core</asfext:title>
+ <asfext:body>W3C</asfext:body>
+ <asfext:id>DOM Level 2 Core</asfext:id>
+ <asfext:url
rdf:resource="http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/"/>
+ </asfext:Standard>
+ </asfext:implements>
+ </Project>
+</rdf:RDF>
Propchange: webservices/commons/trunk/modules/axiom/etc/axiom.rdf
------------------------------------------------------------------------------
eol:style = native