[Yanel-commits] rev 32597 - in public/yanel/trunk/src/realms/yanel-website/content/documentation.xhtml.yarep/revisions: . 1204150109805

michi at wyona.com michi at wyona.com
Wed Feb 27 23:07:45 CET 2008


Author: michi
Date: 2008-02-27 23:07:44 +0100 (Wed, 27 Feb 2008)
New Revision: 32597

Added:
   public/yanel/trunk/src/realms/yanel-website/content/documentation.xhtml.yarep/revisions/1204150109805/
   public/yanel/trunk/src/realms/yanel-website/content/documentation.xhtml.yarep/revisions/1204150109805/content
   public/yanel/trunk/src/realms/yanel-website/content/documentation.xhtml.yarep/revisions/1204150109805/meta
Log:
new version added

Added: public/yanel/trunk/src/realms/yanel-website/content/documentation.xhtml.yarep/revisions/1204150109805/content
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/documentation.xhtml.yarep/revisions/1204150109805/content	                        (rev 0)
+++ public/yanel/trunk/src/realms/yanel-website/content/documentation.xhtml.yarep/revisions/1204150109805/content	2008-02-27 22:07:44 UTC (rev 32597)
@@ -0,0 +1,77 @@
+<?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">
+<head>
+  <title>Documentation</title>
+</head>
+<body>
+<h1>Documentation</h1>
+<p>
+</p><ul>
+<li><a href="how-a-request-is-being-processed.html">How a request is processed</a></li>
+<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>
+<li><a href="import-existing-website-as-new-realm.html">Import an existing website as a new realm</a></li>
+</ul>
+</li>
+<li>Resource Types</li>
+<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>
+  <li><a href="create-new-resource.html">Create a new resource type from scratch</a></li>
+  <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>
+    <li><a href="resources/modifiable.html">Making a resource type Updateable/Editable/Modifiable</a></li>
+    <li><a href="resources/deletable.html">Making a resource type Deleteable</a></li>
+  </ul>
+  </li>
+  <li><a href="access-data-in-resourcetype.html" shape="rect">Access global and resource type specific data from a resource type</a></li>
+</ul>
+<li>Best Practice</li>
+<li>Tutorials
+  <ul>
+    <li><a href="tutorials/custom-realm/index.html">Development of a custom realm</a></li>
+  </ul>
+</li>
+<li>Security
+<ul>
+<li><a href="security/overview.html">Overview</a></li>
+<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, custom PolicyManager and custom WebAuthenticator<br/></a></li>
+</ul>
+</li>
+<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><li><a href="yarep/repository-configuration.html">Repository Configuration</a></li>
+</ul>
+</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><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>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>
+</ul>
+</li>
+    <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>
+</ul>
+</body>
+</html>

Added: public/yanel/trunk/src/realms/yanel-website/content/documentation.xhtml.yarep/revisions/1204150109805/meta
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/documentation.xhtml.yarep/revisions/1204150109805/meta	                        (rev 0)
+++ public/yanel/trunk/src/realms/yanel-website/content/documentation.xhtml.yarep/revisions/1204150109805/meta	2008-02-27 22:07:44 UTC (rev 32597)
@@ -0,0 +1,12 @@
+yarep_revisionComment<string>:updated
+yarep_type<string>:resource
+yarep_isCheckedOut<boolean>:false
+yarep_revisionCreator<string>:lenya
+workflow-date<date>:2008-02-27T23:08:30+0100
+yarep_size<long>:3998
+yarep_checkoutDate<date>:2008-02-27T23:07:02+0100
+yarep_checkoutUserID<string>:lenya
+yarep_lastModifed<long>:1204150109000
+workflow-state<string>:draft
+yarep_checkinDate<date>:2008-02-24T23:11:43+0100
+yarep_revisionCreationDate<date>:2008-02-27T23:08:29+0100



More information about the Yanel-commits mailing list