[Yanel-commits] rev 24753 - in public/yanel/trunk/src/realms/yanel-website: content content/documentation.xhtml.yarep paths/en/documentation/yarep paths/en/documentation/yarep/introspection-repository-configuration.xml paths/en/documentation/yarep/repository-configuration.html paths/en/documentation/yarep/repository-configuration.html.yanel-rc

michi at wyona.com michi at wyona.com
Wed May 30 11:08:39 CEST 2007


Author: michi
Date: 2007-05-30 11:08:38 +0200 (Wed, 30 May 2007)
New Revision: 24753

Added:
   public/yanel/trunk/src/realms/yanel-website/content/832b5e92-8539-4290-a4e1-3e702fbeab2f
   public/yanel/trunk/src/realms/yanel-website/content/f9f29a97-6af3-467d-8853-9ee0b7655d65
   public/yanel/trunk/src/realms/yanel-website/paths/en/documentation/yarep/introspection-repository-configuration.xml/
   public/yanel/trunk/src/realms/yanel-website/paths/en/documentation/yarep/introspection-repository-configuration.xml/.yarep-uid
   public/yanel/trunk/src/realms/yanel-website/paths/en/documentation/yarep/repository-configuration.html.yanel-rc/
   public/yanel/trunk/src/realms/yanel-website/paths/en/documentation/yarep/repository-configuration.html.yanel-rc/.yarep-uid
   public/yanel/trunk/src/realms/yanel-website/paths/en/documentation/yarep/repository-configuration.html/
   public/yanel/trunk/src/realms/yanel-website/paths/en/documentation/yarep/repository-configuration.html/.yarep-uid
Modified:
   public/yanel/trunk/src/realms/yanel-website/content/documentation.xhtml
   public/yanel/trunk/src/realms/yanel-website/content/documentation.xhtml.yarep/meta
Log:
docu about repo configuration added

Added: public/yanel/trunk/src/realms/yanel-website/content/832b5e92-8539-4290-a4e1-3e702fbeab2f
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/832b5e92-8539-4290-a4e1-3e702fbeab2f	                        (rev 0)
+++ public/yanel/trunk/src/realms/yanel-website/content/832b5e92-8539-4290-a4e1-3e702fbeab2f	2007-05-30 09:08:38 UTC (rev 24753)
@@ -0,0 +1,9 @@
+<?xml version="1.0"?>
+
+<introspection xmlns="http://www.wyona.org/neutron/1.0">
+
+  <edit mime-type="application/xhtml+xml" name="repository-configuration.html">
+    <checkout url="repository-configuration.html?yanel.resource.viewid=source&amp;yanel.resource.usecase=checkout" method="GET"/>
+    <checkin  url="repository-configuration.html?yanel.resource.usecase=checkin" method="PUT"/>
+  </edit>
+</introspection>
\ No newline at end of file

Modified: public/yanel/trunk/src/realms/yanel-website/content/documentation.xhtml
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/documentation.xhtml	2007-05-30 08:21:16 UTC (rev 24752)
+++ public/yanel/trunk/src/realms/yanel-website/content/documentation.xhtml	2007-05-30 09:08:38 UTC (rev 24753)
@@ -18,7 +18,7 @@
 <li>Best Practice</li>
 <li>Yarep as Data Abstraction Layer
 <ul>
-<li><a href="svn.html">SVN</a></li><li><a href="yarep/instantiation-of-repository.html">Instantiation of a Repository</a></li>
+<li><a href="svn.html">SVN</a></li><li><a href="yarep/instantiation-of-repository.html">Instantiation of a Repository</a></li><li><a href="yarep/repository-configuration.html">Repository Configuration</a></li>
 </ul>
 </li>
 <li>Yanel Configuration (conf/...)</li>

Modified: public/yanel/trunk/src/realms/yanel-website/content/documentation.xhtml.yarep/meta
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/documentation.xhtml.yarep/meta	2007-05-30 08:21:16 UTC (rev 24752)
+++ public/yanel/trunk/src/realms/yanel-website/content/documentation.xhtml.yarep/meta	2007-05-30 09:08:38 UTC (rev 24753)
@@ -1,4 +1,4 @@
 yarep_type<string>:resource
 yarep_isCheckedOut<boolean>:false
-yarep_checkoutDate<date>:2007-05-30T09:53:01+0200
+yarep_checkoutDate<date>:2007-05-30T10:56:02+0200
 yarep_checkoutUserID<string>:lenya

Added: public/yanel/trunk/src/realms/yanel-website/content/f9f29a97-6af3-467d-8853-9ee0b7655d65
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/f9f29a97-6af3-467d-8853-9ee0b7655d65	                        (rev 0)
+++ public/yanel/trunk/src/realms/yanel-website/content/f9f29a97-6af3-467d-8853-9ee0b7655d65	2007-05-30 09:08:38 UTC (rev 24753)
@@ -0,0 +1,6 @@
+<?xml version="1.0"?><html xmlns="http://www.w3.org/1999/xhtml"><head>  <title>From Template</title></head><body>  <h1>Repository Configuration</h1><br/><p>&lt;?xml version=&quot;1.0&quot;?&gt;</p><p>&lt;repository class=&quot;foor.bar.MyRepositoryImplementation&quot;&gt;</p><p>&lt;name&gt;My Repository&lt;/name&gt;</p>&lt;!-- Implementation specific configuration goes here --&gt;<p>&lt;/repository&gt;<br/></p><p>If no class attribute is being specified, then the default implementation is being used <a href="https://svn.wyona.com/repos/public/yarep/trunk/src/impl/java/org/wyona/yarep/impl/DefaultRepository.java"><i>org.wyona.yarep.impl.DefaultRepository</i></a>.</p><p> There are various other repository implementations, whereas examples can be found within</p>
+<p><a href="https://svn.wyona.com/repos/public/yarep/trunk/src/test/repository/">https://svn.wyona.com/repos/public/yarep/trunk/src/test/repository/</a></p>
+<p>resp.</p>
+<p><a href="https://svn.wyona.com/repos/public/yarep/trunk/src/impl/java/org/wyona/yarep/impl/repo/">https://svn.wyona.com/repos/public/yarep/trunk/src/impl/java/org/wyona/yarep/impl/repo/</a></p>
+</body>
+</html>
\ No newline at end of file

Added: public/yanel/trunk/src/realms/yanel-website/paths/en/documentation/yarep/introspection-repository-configuration.xml/.yarep-uid
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/paths/en/documentation/yarep/introspection-repository-configuration.xml/.yarep-uid	                        (rev 0)
+++ public/yanel/trunk/src/realms/yanel-website/paths/en/documentation/yarep/introspection-repository-configuration.xml/.yarep-uid	2007-05-30 09:08:38 UTC (rev 24753)
@@ -0,0 +1 @@
+832b5e92-8539-4290-a4e1-3e702fbeab2f
\ No newline at end of file

Added: public/yanel/trunk/src/realms/yanel-website/paths/en/documentation/yarep/repository-configuration.html/.yarep-uid
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/paths/en/documentation/yarep/repository-configuration.html/.yarep-uid	                        (rev 0)
+++ public/yanel/trunk/src/realms/yanel-website/paths/en/documentation/yarep/repository-configuration.html/.yarep-uid	2007-05-30 09:08:38 UTC (rev 24753)
@@ -0,0 +1 @@
+f9f29a97-6af3-467d-8853-9ee0b7655d65
\ No newline at end of file

Added: public/yanel/trunk/src/realms/yanel-website/paths/en/documentation/yarep/repository-configuration.html.yanel-rc/.yarep-uid
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/paths/en/documentation/yarep/repository-configuration.html.yanel-rc/.yarep-uid	                        (rev 0)
+++ public/yanel/trunk/src/realms/yanel-website/paths/en/documentation/yarep/repository-configuration.html.yanel-rc/.yarep-uid	2007-05-30 09:08:38 UTC (rev 24753)
@@ -0,0 +1 @@
+2da2d60b-0cc5-44e5-81f6-4c1736beece3
\ No newline at end of file




More information about the Yanel-commits mailing list