You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wsrp4j-dev@portals.apache.org by dl...@apache.org on 2007/02/05 12:48:35 UTC

svn commit: r503652 - /portals/wsrp4j/trunk/doap_WSRP4J.rdf

Author: dlouzan
Date: Mon Feb  5 03:48:34 2007
New Revision: 503652

URL: http://svn.apache.org/viewvc?view=rev&rev=503652
Log:
Added new file for project info on projects.apache.org

Added:
    portals/wsrp4j/trunk/doap_WSRP4J.rdf

Added: portals/wsrp4j/trunk/doap_WSRP4J.rdf
URL: http://svn.apache.org/viewvc/portals/wsrp4j/trunk/doap_WSRP4J.rdf?view=auto&rev=503652
==============================================================================
--- portals/wsrp4j/trunk/doap_WSRP4J.rdf (added)
+++ portals/wsrp4j/trunk/doap_WSRP4J.rdf Mon Feb  5 03:48:34 2007
@@ -0,0 +1,43 @@
+<?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) 2007 The Apache Software Foundation.  
+   All rights reserved.
+
+  =======================================================================
+-->
+  <Project rdf:about="http://portals.apache.org/wsrp4j">
+    <created>2007-02-05</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache WSRP4J</name>
+    <homepage rdf:resource="http://portals.apache.org/wsrp4j" />
+    <asfext:pmc rdf:resource="http://portals.apache.org" />
+    <shortdesc>WSRP4J is the Java language reference implementation of the WSRP specification.</shortdesc>
+    <description>WSRP4J is the Java language reference implementation of the OASIS WSRP specification, which is a web services protocol for aggregating content and interactive web applications from remote sources. WSRP allows content and application providers to provide their services to organizations running portals in a very easily consumable form. WSRP4J provides some components for direct use or can serve as the base for any consumer/producer WSRP implementation.</description>
+    <bug-database rdf:resource="http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10464" />
+    <mailing-list rdf:resource="http://mail-archives.apache.org/mod_mbox/portals-wsrp4j-dev/" />
+    <download-page rdf:resource="http://portals.apache.org/wsrp4j/" />
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/web-framework" />
+    <category rdf:resource="http://projects.apache.org/category/library" />
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="http://svn.apache.org/repos/asf/portals/wsrp4j/"/>
+        <browse rdf:resource="http://svn.apache.org/viewvc/portals/wsrp4j/"/>
+      </SVNRepository>
+    </repository>
+    <asfext:implements><asfext:Standard>
+      <asfext:title>WSRP-1.0</asfext:title>
+      <asfext:body>OASIS</asfext:body>
+      <asfext:id>WSRP-1.0</asfext:id>
+      <asfext:url rdf:resource="http://www.oasis-open.org/committees/wsrp/"/>
+    </asfext:Standard></asfext:implements>
+  </Project>
+</rdf:RDF>