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

michi at wyona.com michi at wyona.com
Sun Feb 24 23:00:52 CET 2008


Author: michi
Date: 2008-02-24 23:00:51 +0100 (Sun, 24 Feb 2008)
New Revision: 32396

Modified:
   public/yanel/trunk/src/realms/yanel-website/content/documentation.xhtml
Log:
documentation index re resource types improved

Modified: public/yanel/trunk/src/realms/yanel-website/content/documentation.xhtml
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/documentation.xhtml	2008-02-24 21:38:16 UTC (rev 32395)
+++ public/yanel/trunk/src/realms/yanel-website/content/documentation.xhtml	2008-02-24 22:00:51 UTC (rev 32396)
@@ -20,16 +20,18 @@
 </li>
 <li>Resource Types</li>
 <ul>
+  <li><a href="resources/what-is-a-resource-type.html">What is a resource type</a></li>
   <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
+  <li><a href="resources/using-a-resource-type.html">Using a resource type</a></li>
+  <li>Enhancing a resource type (CRUD: Create, Read, Update, Delete)
   <ul>
-    <li><a href="resources/creatable.html">Create</a></li>
-    <li><a href="resources/viewable.html">Read (View)</a></li>
-    <li><a href="resources/modifiable.html">Update (Edit/Modify)</a></li>
-    <li><a href="resources/deletable.html">Delete</a></li>
+    <li><a href="resources/viewable.html">Making a resource type Readable/Viewable</a></li>
+    <li><a href="resources/creatable.html">Making a resource type Createable</a></li>
+    <li><a href="resources/modifiable.html">Making a resource type Updateable/Editable/Modifiable</a></li>
+    <li><a href="resources/deletable.html">Making a resource type Deleteable</a></li>
   </ul>
   </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
   <ul>
@@ -72,4 +74,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