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

michi at wyona.com michi at wyona.com
Mon Feb 11 21:39:02 CET 2008


Author: michi
Date: 2008-02-11 21:39:01 +0100 (Mon, 11 Feb 2008)
New Revision: 31658

Modified:
   public/yanel/trunk/src/realms/yanel-website/content/documentation.xhtml
Log:
toolbar docu 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-11 20:37:44 UTC (rev 31657)
+++ public/yanel/trunk/src/realms/yanel-website/content/documentation.xhtml	2008-02-11 20:39:01 UTC (rev 31658)
@@ -21,7 +21,7 @@
 <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>
+  <li><a shape="rect" href="access-data-in-resourcetype.html">Access global and resource type specific data from a resource type</a></li>
   <li>CRUD
   <ul>
     <li>Create</li>
@@ -51,25 +51,21 @@
 <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>
+<li>Yanel Configuration</li><ul><li>conf/yanel.xml</li><li>conf/realms.xml</li><li>conf/resource-types.xml</li><li>conf/spring-yanel-config.xml</li><li>conf/log4j.properties</li><li>conf/CatalogManager.properties (Resolving DTDs, etc.)</li></ul>
 <li>Debugging Client-Server Communication
   <ul>
    <li>java -classpath axis-1_4/lib/axis.jar org.apache.axis.utils.tcpmon</li><li>sudo ngrep -d eth0 &quot;&quot; &quot;port 8080&quot;</li>
   </ul>
 </li>
-<li>Versioned API</li>
+<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>Resolving DTDs, etc.
-  <ul>
-    <li>See conf/catalog.xml resp. classes/catalog.xml</li>
-  </ul>
-</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 shape="rect" href="deployment/deployment_within-foaf-environment.html">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 href="deployment/deployment_within-foaf-environment.html" shape="rect">Within FOAF environment</a></li>
 </ul>
 </li>
     <li><a href="i18n.html">Yanel and i18n</a></li>
@@ -77,4 +73,4 @@
     <li><a href="testing-framework.html">Yanel Testing Framework</a></li>
 </ul>
 </body>
-</html>
+</html>
\ No newline at end of file



More information about the Yanel-commits mailing list