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

michi at wyona.com michi at wyona.com
Mon Feb 18 11:56:05 CET 2008


Author: michi
Date: 2008-02-18 11:56:05 +0100 (Mon, 18 Feb 2008)
New Revision: 32107

Modified:
   public/yanel/trunk/src/realms/yanel-website/content/documentation.xhtml
Log:
creatable link added

Modified: public/yanel/trunk/src/realms/yanel-website/content/documentation.xhtml
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/documentation.xhtml	2008-02-18 10:55:22 UTC (rev 32106)
+++ public/yanel/trunk/src/realms/yanel-website/content/documentation.xhtml	2008-02-18 10:56:05 UTC (rev 32107)
@@ -21,10 +21,10 @@
 <li>Resource Types</li>
 <ul>
   <li><a href="create-new-resource.html">Create a new resource type from scratch</a></li>
-  <li><a shape="rect" href="access-data-in-resourcetype.html">Access global and resource type specific data from a resource type</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><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>Delete</li>
@@ -60,12 +60,11 @@
 <li>Versioned API</li><li><a href="yanel-toolbar.html">Yanel Toolbar Customization</a></li>
 <!-- TODO: Javadoc should be sub-realm of yanel website! -->
 <li><a href="../../javadoc/index.html">Javadoc</a> (To generate the Javadoc run <i>./build.sh javadoc</i> resp. <i>build javadoc</i>)</li>
-
 <li>Deployment
 <ul>
     <li><a href="deployment/deployment_all_in_one.html">All In One</a></li><li><a href="deployment/deployment-static.html">Serving Content Statically</a></li><li><a href="deployment/deployment-enterprise.html">Enterprise</a> (including Load-Balancer and Tomcat Cluster)<br/></li>
     <li><a href="deployment-with-a-reverse-proxy.html">Deployment with a Reverse Proxy</a></li>
-    <li><a href="how-to-add-ssl-to-apache-httpd.html">Install Apache-Httpd with SSL support</a></li><li><a href="deployment/deployment_within-foaf-environment.html" shape="rect">Within FOAF environment</a></li>
+    <li><a href="how-to-add-ssl-to-apache-httpd.html">Install Apache-Httpd with SSL support</a></li><li><a shape="rect" href="deployment/deployment_within-foaf-environment.html">Within FOAF environment</a></li>
 </ul>
 </li>
     <li><a href="i18n.html">Yanel and i18n</a></li>



More information about the Yanel-commits mailing list