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

memo at wyona.com memo at wyona.com
Wed Jun 2 10:35:31 CEST 2010


Author: memo
Date: 2010-06-02 10:35:30 +0200 (Wed, 02 Jun 2010)
New Revision: 50099

Modified:
   public/yanel/trunk/src/realms/yanel-website/content/documentation.xhtml
Log:
title fixed

Modified: public/yanel/trunk/src/realms/yanel-website/content/documentation.xhtml
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/documentation.xhtml	2010-06-02 08:35:20 UTC (rev 50098)
+++ public/yanel/trunk/src/realms/yanel-website/content/documentation.xhtml	2010-06-02 08:35:30 UTC (rev 50099)
@@ -1,35 +1,35 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html>
 <head>
-<title>Untitled document</title>
+<title>Documentation</title>
 </head>
 <body>
 <h1>Documentation</h1>
 <p><br />See also the "<a href="http://documentation.yanel.wyona.org/wiki/">scratch pad</a>" for more information. If you do not understand some terms, then please see the <a href="glossary.html">glossary</a>.</p>
 <p>&#160;</p>
 <ul>
-<li>Installation          
+<li>Installation            
 <ul>
 <li><a href="../getting-started/unix.html">Unix</a></li>
 <li><a href="../getting-started/windows.html">Windows</a></li>
 </ul>
 </li>
-<li>Tutorials                 
+<li>Tutorials                   
 <ul>
 <li><a href="tutorials/write-documentation/index.html">Writing english documentation for Yanel using Yulup</a></li>
 </ul>
 </li>
-<li>Best Practices             
+<li>Best Practices               
 <ul>
 <li><a href="best-practices/rapid-development-of-components.html">Rapid development of components</a></li>
 </ul>
 </li>
-<li>Architecture           
+<li>Architecture             
 <ul>
 <li><a href="architecture/overview.html">Overview</a></li>
 </ul>
 </li>
-<li>Realms           
+<li>Realms             
 <ul>
 <li><a href="what-is-a-realm.html">What is a realm?</a></li>
 <li><a href="how-to-add-a-new-realm.html">How to add and configure a new realm (publication/site)</a></li>
@@ -40,7 +40,7 @@
 <li><a href="realm/realm-configuration.html">Realm Configuration (realm.xml)</a></li>
 </ul>
 </li>
-<li>Resource Types          
+<li>Resource Types            
 <ul>
 <li><a href="resources/what-is-a-resource-type.html">What is a resource type</a></li>
 <li><a href="resources/using-a-resource-type.html">Registering and using a resource type</a></li>
@@ -48,11 +48,11 @@
 <li><a href="resources/rc-map.html">Resource Type Configuration Map</a></li>
 </ul>
 </li>
-<li>Development             
+<li>Development               
 <ul>
 <li><a href="configuration/build_setup.html">Setup your build environement</a></li>
 <li><a href="development/build_setup_eclipse_ide.html">Setup Yanel in Eclipse IDE</a></li>
-<li>Enhancing a resource type (CRUD: Create, Read, Update, Delete)               
+<li>Enhancing a resource type (CRUD: Create, Read, Update, Delete)                 
 <ul>
 <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>
@@ -63,7 +63,7 @@
 <li><a href="access-data-in-resourcetype.html">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                 
+<li>Tutorials                   
 <ul>
 <li><a href="tutorials/custom-realm/index.html">Development of a custom realm</a></li>
 <li><a href="create-new-resource.html">Create a new resource type from scratch</a></li>
@@ -74,7 +74,7 @@
 </li>
 </ul>
 </li>
-<li>Security           
+<li>Security             
 <ul>
 <li><a href="security/overview.html">Overview</a></li>
 <li><a href="security/access-policies.html">Access Control Policies</a></li>
@@ -83,12 +83,12 @@
 <li><a href="security/custom-identity-manager-custom-policy-manager.html">Custom IdentityManager, custom PolicyManager and custom WebAuthenticator<br /></a></li>
 </ul>
 </li>
-<li>Workflow           
+<li>Workflow             
 <ul>
 <li><a href="workflow/index.html">Overview</a></li>
 </ul>
 </li>
-<li>Yarep as Data Abstraction Layer           
+<li>Yarep as Data Abstraction Layer             
 <ul>
 <li><a href="svn.html">SVN</a></li>
 <li><a href="yarep/instantiation-of-repository.html">Instantiation of a Repository</a></li>
@@ -97,7 +97,7 @@
 <li><a href="yarep/yarepsearch.html">Yarep Search</a></li>
 </ul>
 </li>
-<li>Yanel Configuration          
+<li>Yanel Configuration            
 <ul>
 <li><a href="configuration/yanel_xml.html">conf/yanel.xml</a></li>
 <li><a href="configuration/realms_xml.html">conf/realms.xml</a></li>
@@ -123,7 +123,7 @@
 <li>Versioned API ...</li>
 </ul>
 </li>
-<li>Deployment           
+<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>
@@ -136,7 +136,7 @@
 <li><a href="i18n.html">Yanel and i18n</a></li>
 <li><a href="jmeter.html">JMeter</a></li>
 <li><a href="testing-framework.html">Yanel Testing Framework</a></li>
-<li>Misc                 
+<li>Misc                   
 <ul>
 <li><a href="misc/scalability.html">Scalability</a></li>
 <li><a href="misc/performance.html">Performance</a></li>



More information about the Yanel-commits mailing list