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

michi at wyona.com michi at wyona.com
Tue May 18 09:34:31 CEST 2010


Author: michi
Date: 2010-05-18 09:34:30 +0200 (Tue, 18 May 2010)
New Revision: 49671

Modified:
   public/yanel/trunk/src/realms/yanel-website/content/documentation.xhtml
Log:
e-commerce and 404 added

Modified: public/yanel/trunk/src/realms/yanel-website/content/documentation.xhtml
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/documentation.xhtml	2010-05-18 07:33:36 UTC (rev 49670)
+++ public/yanel/trunk/src/realms/yanel-website/content/documentation.xhtml	2010-05-18 07:34:30 UTC (rev 49671)
@@ -1,38 +1,35 @@
-<?xml version="1.0"?>
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html>
 <head>
-  <title>Documentation</title>
+<title>Untitled document</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>
@@ -43,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>
@@ -51,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>
@@ -66,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>
@@ -77,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>
@@ -86,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>
@@ -100,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>
@@ -126,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>
@@ -139,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>
@@ -148,6 +145,8 @@
 <li><a href="misc/smtp-configuration.html">E-Mail/SMTP Configuration</a></li>
 <li><a href="misc/gwt-integration.html">Google Web Toolkit integration</a></li>
 <li><a href="misc/google-analytics-integration.html">Google Analytics integration</a></li>
+<li><a href="misc/e-commerce/index.html">E-Commerce integration</a></li>
+<li><a href="misc/404-screen-customization.html">404 Screen Customization</a></li>
 </ul>
 </li>
 </ul>



More information about the Yanel-commits mailing list