You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2010/04/30 17:31:14 UTC

svn commit: r939712 - in /sling/site/doap: ./ sling-doap.rdf

Author: bdelacretaz
Date: Fri Apr 30 15:31:14 2010
New Revision: 939712

URL: http://svn.apache.org/viewvc?rev=939712&view=rev
Log:
preparing DOAP file for projects.apache.org

Added:
    sling/site/doap/
    sling/site/doap/sling-doap.rdf   (with props)

Added: sling/site/doap/sling-doap.rdf
URL: http://svn.apache.org/viewvc/sling/site/doap/sling-doap.rdf?rev=939712&view=auto
==============================================================================
--- sling/site/doap/sling-doap.rdf (added)
+++ sling/site/doap/sling-doap.rdf Fri Apr 30 15:31:14 2010
@@ -0,0 +1,45 @@
+<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#">
+  
+  <!-- 
+    RDF project description for Sling
+    Meant to be listed in 
+    http://svn.apache.org/repos/asf/infrastructure/site-tools/trunk/projects/projects.xml
+    so that Sling appears on http://projects.apache.org/
+   -->
+  <Project rdf:about="http://sling.apache.org">
+    <name>Sling</name>
+    <shortname>sling</shortname>
+    <asfext:pmc rdf:resource="http://sling.apache.org/"/>
+    <homepage rdf:resource="http://sling.apache.org/"/>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/>
+    <mailing-list rdf:resource="http://sling.apache.org/site/project-information.html" />
+    <download-page rdf:resource="http://sling.apache.org/site/downloads.cgi" />
+    <programming-language>Java</programming-language>
+
+    <!-- TODO: which URL?
+    <category rdf:resource="http://projects.apache.org/category/"/>
+     -->
+    
+    <shortdesc xml:lang="en">Innovative Web framework based on JCR and OSGi</shortdesc>
+    <description xml:lang="en">
+        Apache Sling is a web framework that uses a Java Content Repository, such as Apache Jackrabbit, 
+        to store and manage content.
+        Sling applications use either scripts or Java servlets, selected based on simple name conventions, 
+        to process HTTP requests in a RESTful way.
+        The embedded Apache Felix OSGi framework and console provide a dynamic runtime environment, where 
+        code and content bundles can be loaded, unloaded and reconfigured at runtime.
+        As the first web framework dedicated to JSR-170 Java Content Repositories, Sling makes it very 
+        simple to implement simple applications, while providing an enterprise-level framework for more complex applications.
+    </description>
+    
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="http://svn.apache.org/repos/asf/sling/"/>
+        <browse rdf:resource="http://svn.apache.org/viewvc/sling/"/>
+      </SVNRepository>
+    </repository>
+  </Project>
+</rdf:RDF>

Propchange: sling/site/doap/sling-doap.rdf
------------------------------------------------------------------------------
    svn:eol-style = native