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

michi at wyona.com michi at wyona.com
Thu Feb 21 22:58:39 CET 2008


Author: michi
Date: 2008-02-21 22:58:38 +0100 (Thu, 21 Feb 2008)
New Revision: 32339

Modified:
   public/yanel/trunk/src/realms/yanel-website/content/documentation.xhtml
Log:
link re custom WebAuthenticator fixed

Modified: public/yanel/trunk/src/realms/yanel-website/content/documentation.xhtml
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/documentation.xhtml	2008-02-21 20:05:47 UTC (rev 32338)
+++ public/yanel/trunk/src/realms/yanel-website/content/documentation.xhtml	2008-02-21 21:58:38 UTC (rev 32339)
@@ -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 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><a href="resources/creatable.html">Create</a></li>
@@ -42,8 +42,8 @@
 <li><a href="security/access-policies.html">Access Control Policies</a></li>
 <li><a href="security/login-screen-customization.html">Login Screen Customization</a></li>
 <li><a href="security/ssl.html">SSL</a></li>
-<li><a href="security/custom-identity-manager-custom-policy-manager.html">Custom IdentityManager and custom PolicyManager</a></li>
-<li><a href="security/custom-identity-manager-custom-policy-manager.html">Custom Web Authenticator</a></li>
+<li><a href="security/custom-identity-manager-custom-policy-manager.html">Custom IdentityManager, custom PolicyManager and custom WebAuthenticator<br/></a></li>
+
 </ul>
 </li>
 <li>Yarep as Data Abstraction Layer
@@ -64,7 +64,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>



More information about the Yanel-commits mailing list