You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@labs.apache.org by ju...@apache.org on 2011/12/13 16:18:08 UTC

git commit: Copy initial files from svn to git

Updated Branches:
  refs/heads/master a63ef9266 -> 6fba88685


Copy initial files from svn to git


Project: http://git-wip-us.apache.org/repos/asf/labs-oak/repo
Commit: http://git-wip-us.apache.org/repos/asf/labs-oak/commit/6fba8868
Tree: http://git-wip-us.apache.org/repos/asf/labs-oak/tree/6fba8868
Diff: http://git-wip-us.apache.org/repos/asf/labs-oak/diff/6fba8868

Branch: refs/heads/master
Commit: 6fba886855658f342a672a799d2e0e8f0b3379e8
Parents: a63ef92
Author: Jukka Zitting <ju...@apache.org>
Authored: Tue Dec 13 16:12:43 2011 +0100
Committer: Jukka Zitting <ju...@apache.org>
Committed: Tue Dec 13 16:12:43 2011 +0100

----------------------------------------------------------------------
 README.txt |   48 ++++++++++++++++++++++++++++++++++++++++++++++++
 doap.rdf   |   42 ++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 90 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/labs-oak/blob/6fba8868/README.txt
----------------------------------------------------------------------
diff --git a/README.txt b/README.txt
index e69de29..4c86dc4 100644
--- a/README.txt
+++ b/README.txt
@@ -0,0 +1,48 @@
+                        A p a c h e    O a k
+                        --------------------
+
+               by Jukka Zitting <jukka at apache.org>
+
+ What is this?
+ -------------
+
+Oak is a system for storing and managing a hierarchy of web resources.
+
+The main development of Oak will take place in a Git repository hosted
+on git.apache.org.
+
+Oak is a part of the Apache Labs, the innovation laboratories of the
+Apache Software Foundation.
+
+For background information, see:
+
+   Apache Labs  http://labs.apache.org/
+   ASF          http://www.apache.org/
+
+   Map-Reduce   http://en.wikipedia.org/wiki/MapReduce
+   DHT          http://en.wikipedia.org/wiki/Distributed_hash_table
+
+   Clojure      http://clojure.org/
+   Git          http://git-scm.com/
+
+ Design notes
+ ------------
+
+An Oak system is accessed using HTTP, possibly with extensions like
+WebDAV or AtomPub. Each resource stored in Oak is associated with a
+media type, and pluggable converters are used to generate different
+representations of the resources. For example, a PHP resource would
+be executed on the server side when requested as text/html. Pluggable
+map-reduce tasks are used for things like search indexes and resource
+summaries. The managed resource hierarchy is stored in a distributed
+hash table or an equivalent cloud storage backend.
+
+ Mailing list
+ ------------
+
+To discuss the project, please use the Apache Labs mailing list as
+described in http://labs.apache.org/mail.html.
+
+                                   - o -
+
+Thanks for your interest in Apache Oak.

http://git-wip-us.apache.org/repos/asf/labs-oak/blob/6fba8868/doap.rdf
----------------------------------------------------------------------
diff --git a/doap.rdf b/doap.rdf
new file mode 100644
index 0000000..b007d38
--- /dev/null
+++ b/doap.rdf
@@ -0,0 +1,42 @@
+<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#oak">
+    <name>Oak</name>
+    <shortname>oak</shortname>
+    <shortdesc xml:lang="en">HTTP-based hierarchical resource store</shortdesc>
+    <description xml:lang="en">
+      Oak is a system for storing and managing a hierarchy of web resources.
+      An Oak system is accessed using HTTP, possibly with extensions like
+      WebDAV or AtomPub. Each resource stored in Oak is associated with a
+      media type, and pluggable converters are used to generate different
+      representations of the resources. For example, a PHP resource would
+      be executed on the server side when requested as text/html. Pluggable
+      map-reduce tasks are used for things like search indexes and resource
+      summaries. The managed resource hierarchy is stored in a distributed
+      hash table or an equivalent cloud storage backend.
+    </description>
+    <homepage rdf:resource="http://labs.apache.org/oak/"/>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/>
+    <created>2010-6-14</created>
+    <labs:status>active</labs:status>
+    <maintainer>
+      <foaf:Person rdf:about="http://people.apache.org/~jukka/#me">
+        <foaf:name>Jukka Zitting</foaf:name>
+        <foaf:homepage rdf:resource="http://people.apache.org/~jukka/"/>
+        <foaf:mbox_sha1sum>79c84b7b6c8440f312aac4557938d9c3fbcb1384</foaf:mbox_sha1sum>
+      </foaf:Person>
+    </maintainer>
+    <repository>
+      <!-- TODO: How does a GITRepository look like? -->
+      <SVNRepository>
+        <location rdf:resource="http://svn.apache.org/repos/asf/labs/oak/"/>
+        <browse rdf:resource="http://svn.apache.org/viewvc/labs/oak/"/>
+      </SVNRepository>
+    </repository>
+    <programming-language>clojure</programming-language>
+    <programming-language>javascript</programming-language>
+  </Project>
+</rdf:RDF>


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