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

michi at wyona.com michi at wyona.com
Thu Jan 29 12:19:30 CET 2009


Author: michi
Date: 2009-01-29 12:19:29 +0100 (Thu, 29 Jan 2009)
New Revision: 41202

Modified:
   public/yanel/trunk/src/realms/yanel-website/content/documentation.xhtml
Log:
best practices started

Modified: public/yanel/trunk/src/realms/yanel-website/content/documentation.xhtml
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/documentation.xhtml	2009-01-29 11:17:01 UTC (rev 41201)
+++ public/yanel/trunk/src/realms/yanel-website/content/documentation.xhtml	2009-01-29 11:19:29 UTC (rev 41202)
@@ -21,9 +21,9 @@
         <li><a href="tutorials/write-documentation/index.html">Writing english documentation for Yanel using Yulup</a></li>
       </ul>
     </li>
-<li>Best Practice
+<li>Best Practices
   <ul>
-    <li>...</li>
+    <li><a href="best-practices/rapid-development-of-components.html">Rapid development of components</a></li>
   </ul>
 </li>
 <li>Realms
@@ -54,7 +54,7 @@
       <li><a href="resources/deletable.html">Making a resource type Deleteable</a></li>
     </ul>
     </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><a href="basic-xml-resource-type.html">BasicXMLResource</a></li>
     <li><a href="executable-usecase-resource.html">ExecutableUsecaseResource</a> (stateless usecase framework)</li>
     <li>Tutorials
@@ -115,7 +115,7 @@
 <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>
@@ -123,9 +123,9 @@
     <li><a href="testing-framework.html">Yanel Testing Framework</a></li>
     <li>Misc
       <ul>
-        <li><a shape="rect" href="misc/scalability.html">Scalability</a></li>
-        <li><a shape="rect" href="misc/performance.html">Performance</a></li>
-        <li><a shape="rect" href="misc/xopus3.html">Xopus 3</a></li>
+        <li><a href="misc/scalability.html" shape="rect">Scalability</a></li>
+        <li><a href="misc/performance.html" shape="rect">Performance</a></li>
+        <li><a href="misc/xopus3.html" shape="rect">Xopus 3</a></li>
       </ul>
     </li>
 </ul>



More information about the Yanel-commits mailing list