You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by tr...@apache.org on 2006/04/04 09:30:56 UTC

svn commit: r391237 - /directory/trunks/mina/doap.rdf

Author: trustin
Date: Tue Apr  4 00:30:49 2006
New Revision: 391237

URL: http://svn.apache.org/viewcvs?rev=391237&view=rev
Log:
Added a DOAP file for projects.apache.org


Added:
    directory/trunks/mina/doap.rdf   (with props)

Added: directory/trunks/mina/doap.rdf
URL: http://svn.apache.org/viewcvs/directory/trunks/mina/doap.rdf?rev=391237&view=auto
==============================================================================
--- directory/trunks/mina/doap.rdf (added)
+++ directory/trunks/mina/doap.rdf Tue Apr  4 00:30:49 2006
@@ -0,0 +1,57 @@
+<?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://directory.apache.org/subprojects/mina/">
+    <created>2006-04-04</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache MINA</name>
+    <homepage rdf:resource="http://directory.apache.org/subprojects/mina/" />
+    <asfext:pmc rdf:resource="http://directory.apache.org" />
+    <shortdesc>A network application framework</shortdesc>
+    <description>Apache MINA (Multipurpose Infrastructure for Network Applications) is a network application framework which helps users develop network applications easily by providing abstractions of network and protocol I/O layers.</description>
+    <bug-database rdf:resource="http://issues.apache.org/jira/browse/DIRMINA" />
+    <mailing-list rdf:resource="http://directory.apache.org/subprojects/mina/mail-lists.html" />
+    <download-page rdf:resource="http://www.apache.org/dyn/closer.cgi/directory/mina/" />
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/network-client" />
+    <category rdf:resource="http://projects.apache.org/category/network-server" />
+    <release>
+      <Version>
+        <name>Stable branch</name>
+        <created>2005-02-25</created>
+        <revision>0.8.2</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Unstable branch</name>
+        <created>2005-04-04</created>
+        <revision>0.9.3</revision>
+      </Version>
+    </release>
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="https://svn.apache.org/repos/asf/directory/trunks/mina"/>
+        <browse rdf:resource="http://svn.apache.org/viewcvs.cgi/directory/trunks/mina/"/>
+      </SVNRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Trustin Lee</foaf:name>
+          <foaf:mbox rdf:resource="mailto:trustin@gmail.com"/>
+      </foaf:Person>
+    </maintainer>
+  </Project>
+</rdf:RDF>

Propchange: directory/trunks/mina/doap.rdf
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: directory/trunks/mina/doap.rdf
------------------------------------------------------------------------------
    svn:executable = *