You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by mi...@apache.org on 2005/03/23 23:22:27 UTC

svn commit: r158847 - in lenya/sandbox/jcrblog: ./ README.txt repository_model.xml

Author: michi
Date: Wed Mar 23 14:22:26 2005
New Revision: 158847

URL: http://svn.apache.org/viewcvs?view=rev&rev=158847
Log:
very first steps of a repository model added

Added:
    lenya/sandbox/jcrblog/
    lenya/sandbox/jcrblog/README.txt
    lenya/sandbox/jcrblog/repository_model.xml

Added: lenya/sandbox/jcrblog/README.txt
URL: http://svn.apache.org/viewcvs/lenya/sandbox/jcrblog/README.txt?view=auto&rev=158847
==============================================================================
--- lenya/sandbox/jcrblog/README.txt (added)
+++ lenya/sandbox/jcrblog/README.txt Wed Mar 23 14:22:26 2005
@@ -0,0 +1 @@
+Patch intended for Apache Lenya trunk

Added: lenya/sandbox/jcrblog/repository_model.xml
URL: http://svn.apache.org/viewcvs/lenya/sandbox/jcrblog/repository_model.xml?view=auto&rev=158847
==============================================================================
--- lenya/sandbox/jcrblog/repository_model.xml (added)
+++ lenya/sandbox/jcrblog/repository_model.xml Wed Mar 23 14:22:26 2005
@@ -0,0 +1,38 @@
+<?xml version="1.0"?>
+
+<s:blog
+  xmlns:s="http://apache.org/lenya/system/1.0"
+  xmlns:u="http://apache.org/lenya/user/1.0"
+  xmlns:jcr="http://www.jcp.org/jcr/1.0"
+  xmlns:atom="http://purl.org/atom/ns#"
+>
+  <s:entries>
+    <u:new_president>
+      <atom:entry>
+        <atom:title>Open Source Initiative (OSI) Announces New Interim President</atom:title>
+        <atom:summary>
+The Open Source Initiative (OSI), a non-profit corporation responsible for the management and promotion of the Open Source Definition (OSD), today announced the appointment of Michael Tiemann as interim president, taking over the position from Russell Nelson. After adding additional members, OSI's newly expanded board will select a full-term president and focus its immediate efforts on working with the community to evaluate the OSD licensing process.
+        </atom:summary>
+      </atom:entry>
+    </u:new_president>
+    <u:life_aquatic>
+      <atom:entry>
+        <atom:title>The Life Aquatic with Steve Zissou</atom:title>
+        <atom:summary>
+See Bill Murray and Owen Wilson in an exclusive underwater clip as a father-and-son team of oceanographers in 'The Life Aquatic with Steve Zissou.'
+        </atom:summary>
+      </atom:entry>
+    </u:life_aquatic>
+  </s:entries>
+  <s:feeds>
+    <u:all>
+      <s:description>All entries</s:description>
+    </u:all>
+    <u:opensource>
+      <s:description>All about Open Source</s:description>
+    </u:opensource>
+    <u:asf>
+      <s:description>All about the Apache Software Foundation</s:description>
+    </u:asf>
+  </s:feeds>
+</s:blog>



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