[Yanel-commits] rev 31532 - public/yanel/trunk/src/realms/yanel-website/content

michi at wyona.com michi at wyona.com
Sun Feb 10 17:12:13 CET 2008


Author: michi
Date: 2008-02-10 17:12:12 +0100 (Sun, 10 Feb 2008)
New Revision: 31532

Modified:
   public/yanel/trunk/src/realms/yanel-website/content/documentation.xhtml
Log:
CRUD and setup of realm started as public docu version

Modified: public/yanel/trunk/src/realms/yanel-website/content/documentation.xhtml
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/documentation.xhtml	2008-02-10 16:10:55 UTC (rev 31531)
+++ public/yanel/trunk/src/realms/yanel-website/content/documentation.xhtml	2008-02-10 16:12:12 UTC (rev 31532)
@@ -19,8 +19,23 @@
 </ul>
 </li>
 <li>Resource Types</li>
-<ul><li><a href="create-new-resource.html">Create a new resource type from scratch</a></li><li><a href="access-data-in-resourcetype.html" shape="rect">Access global and resource type specific data from a resource type</a></li></ul>
-<li>Best Practice</li>
+<ul>
+  <li><a href="create-new-resource.html">Create a new resource type from scratch</a></li>
+  <li><a href="access-data-in-resourcetype.html" shape="rect">Access global and resource type specific data from a resource type</a></li>
+  <li>CRUD
+  <ul>
+    <li>Create</li>
+    <li>Read (View)</li>
+    <li><a href="resources/modifiable.html">Update (Edit/Modify)</a></li>
+    <li>Delete</li>
+  </ul>
+  </li>
+</ul>
+<li>Best Practice
+  <ul>
+    <li><a href="best-practices/setup-of-a-realm.html">Setup of a realm</a></li>
+  </ul>
+</li>
 <li>Security
 <ul>
 <li><a href="security/overview.html">Overview</a></li>
@@ -62,4 +77,4 @@
     <li><a href="testing-framework.html">Yanel Testing Framework</a></li>
 </ul>
 </body>
-</html>
\ No newline at end of file
+</html>



More information about the Yanel-commits mailing list