You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@labs.apache.org by ro...@apache.org on 2006/12/08 22:55:56 UTC

svn commit: r484816 - in /labs/speedyfeed: ./ doap.rdf

Author: rooneg
Date: Fri Dec  8 13:55:55 2006
New Revision: 484816

URL: http://svn.apache.org/viewvc?view=rev&rev=484816
Log:
Add a root directory for the new speedyfeed lab, and it's DOAP file.

The actual code will come soon, once I get the time to do some svnadmin
dump/filter/load magic on the repository it's currently living in.

Added:
    labs/speedyfeed/
    labs/speedyfeed/doap.rdf

Added: labs/speedyfeed/doap.rdf
URL: http://svn.apache.org/viewvc/labs/speedyfeed/doap.rdf?view=auto&rev=484816
==============================================================================
--- labs/speedyfeed/doap.rdf (added)
+++ labs/speedyfeed/doap.rdf Fri Dec  8 13:55:55 2006
@@ -0,0 +1,32 @@
+<?xml version="1.0"?>
+<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#speedyfeed">
+    <name>Speedyfeed</name>
+    <shortname>speedyfeed</shortname>
+    <shortdesc xml:lang="en">Utilities for on-demand optimization of Atom feeds</shortdesc>
+    <description xml:lang="en">Speedyfeed is a set of utilities that allow you to optimize the contents of Atom feeds that are in the process of being served, for example dropping entries that you can conclude the user has already seen based on their If-Modified-Since or ETags headers.</description>
+    <homepage rdf:resource="http://labs.apache.org/speedyfeed/"/>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/>
+    <created>2006-12-8</created>
+    <labs:status>active</labs:status>
+    <maintainer>
+      <foaf:Person rdf:about="http://people.apache.org/~rooneg/#me">
+        <foaf:name>Garrett Rooney</foaf:name>
+        <foaf:homepage rdf:resource="http://people.apache.org/~rooneg/"/>
+        <foaf:mbox_sha1sum>3494ffab2f2a050c170677e7e4393ccf89c8f62d</foaf:mbox_sha1sum>
+      </foaf:Person>
+    </maintainer>
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="http://svn.apache.org/repos/asf/labs/speedyfeed/"/>
+        <browse rdf:resource="http://svn.apache.org/viewvc/labs/speedyfeed/"/>
+      </SVNRepository>
+    </repository>
+    <programming-language>C</programming-language>
+    <programming-language>Java</programming-language>
+  </Project>
+</rdf:RDF>



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