Author: byrne Date: Mon Mar 27 09:41:31 2006 New Revision: 389205 URL: http://svn.apache.org/viewcvs?rev=389205&view=rev Log: Adding xindice to http://project.apahce.org listing.
Initial checkin. Todd Byrne Added: xml/xindice/trunk/doap_Xindice.rdf (with props) Added: xml/xindice/trunk/doap_Xindice.rdf URL: http://svn.apache.org/viewcvs/xml/xindice/trunk/doap_Xindice.rdf?rev=389205&view=auto ============================================================================== --- xml/xindice/trunk/doap_Xindice.rdf (added) +++ xml/xindice/trunk/doap_Xindice.rdf Mon Mar 27 09:41:31 2006 @@ -0,0 +1,51 @@ +<?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 The Apache Software Foundation. + All rights reserved. + + ======================================================================= +--> + <Project rdf:about="http://Xindice.rdf.apache.org/"> + <created>2006-03-27</created> + <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" /> + <name>Apache Xindice</name> + <homepage rdf:resource="http://xml.apache.org/xindice/" /> + <asfext:pmc rdf:resource="http://xml.apache.org" /> + <shortdesc>XML Database</shortdesc> + <description>Pure Java based native xml database. Supports XPath and XUpdate. + +</description> + <bug-database rdf:resource="http://issues.apache.org/bugzilla/buglist.cgi?query_format=specific&bug_status=__open__&product=Xindice" /> + <mailing-list rdf:resource="http://xml.apache.org/xindice/mail.html" /> + <download-page rdf:resource="http://xml.apache.org/xindice/download.cgi" /> + <programming-language>Java</programming-language> + <category rdf:resource="http://projects.apache.org/category/xml" /> + <release> + <Version> + <name>xindice</name> + <created>2004-04-09</created> + <revision>1.1b4</revision> + </Version> + </release> + <repository> + <SVNRepository> + <location rdf:resource="http://svn.apache.org/repos/asf/xml/xindice/trunk/"/> + <browse rdf:resource="http://svn.apache.org/repos/asf/xml/xindice/trunk/"/> + </SVNRepository> + </repository> + <maintainer> + <foaf:Person> + <foaf:name>Todd Byrne</foaf:name> + <foaf:mbox rdf:resource="mailto:[EMAIL PROTECTED]"/> + </foaf:Person> + </maintainer> + </Project> +</rdf:RDF> Propchange: xml/xindice/trunk/doap_Xindice.rdf ------------------------------------------------------------------------------ svn:eol-style = native