You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@labs.apache.org by fi...@apache.org on 2007/01/16 07:10:51 UTC

svn commit: r496604 - /labs/webarch/doap.rdf

Author: fielding
Date: Mon Jan 15 22:10:50 2007
New Revision: 496604

URL: http://svn.apache.org/viewvc?view=rev&rev=496604
Log:
Web Architecture Lab

Added:
    labs/webarch/doap.rdf   (with props)

Added: labs/webarch/doap.rdf
URL: http://svn.apache.org/viewvc/labs/webarch/doap.rdf?view=auto&rev=496604
==============================================================================
--- labs/webarch/doap.rdf (added)
+++ labs/webarch/doap.rdf Mon Jan 15 22:10:50 2007
@@ -0,0 +1,37 @@
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns="http://usefulinc.com/ns/doap#"
+ xmlns:foaf="http://xmlns.com/foaf/0.1/"
+ xmlns:labs="http://labs.apache.org/doap-ext/1.0#"
+ xmlns:projects="http://projects.apache.org/ns/asfext#">
+<Project rdf:about="http://labs.apache.org/labs#webarch">
+<name>Web Architecture Lab</name>
+<shortname>webarch</shortname>
+<shortdesc xml:lang="en">Experiments in specifying protocols for the
+World Wide Web</shortdesc>
+<description xml:lang="en">The Web Architecture Lab is a work area for
+specifying and experimenting with the interrelated shared agreements
+(protocols) that make the World Wide Web a happy place. The goal is to
+produce a central storage for Web protocol evolution, including both
+existing Web protocols and new ones, that Apache developers can
+refer to, comment on, prototype alternatives, and provide examples and
+test cases. A secondary goal is to experiment with tools for integrating
+public commentary with the specification process.</description>
+<homepage rdf:resource="http://labs.apache.org/webarch/"/>
+<license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/>
+<created>2007-1-15</created>
+<labs:status>active</labs:status>
+<maintainer>
+ <foaf:Person rdf:about="http://roy.gbiv.com/#me">
+  <foaf:name>Roy T. Fielding</foaf:name>
+  <foaf:homepage rdf:resource="http://roy.gbiv.com/"/>
+<foaf:mbox_sha1sum>c280214fd2d3c3cbcbc108be3692f6778b91f27c</foaf:mbox_sha1sum>
+ </foaf:Person>
+</maintainer>
+<repository>
+ <SVNRepository>
+  <location rdf:resource="http://svn.apache.org/repos/asf/labs/webarch/"/>
+  <browse rdf:resource="http://svn.apache.org/viewvc/labs/webarch/"/>
+ </SVNRepository>
+</repository>
+</Project>
+</rdf:RDF>

Propchange: labs/webarch/doap.rdf
------------------------------------------------------------------------------
    svn:eol-style = native



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