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

michi at wyona.com michi at wyona.com
Fri Jul 20 11:51:10 CEST 2007


Author: michi
Date: 2007-07-20 11:51:10 +0200 (Fri, 20 Jul 2007)
New Revision: 26167

Added:
   public/yanel/trunk/src/realms/yanel-website/content/documentation.xhtml.yarep/revisions/1184925397565/
   public/yanel/trunk/src/realms/yanel-website/content/documentation.xhtml.yarep/revisions/1184925397565/content
   public/yanel/trunk/src/realms/yanel-website/content/documentation.xhtml.yarep/revisions/1184925397565/meta
Modified:
   public/yanel/trunk/src/realms/yanel-website/content/documentation.xhtml
   public/yanel/trunk/src/realms/yanel-website/content/documentation.xhtml.yarep/meta
Log:
link to documentation added

Modified: public/yanel/trunk/src/realms/yanel-website/content/documentation.xhtml
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/documentation.xhtml	2007-07-20 09:47:48 UTC (rev 26166)
+++ public/yanel/trunk/src/realms/yanel-website/content/documentation.xhtml	2007-07-20 09:51:10 UTC (rev 26167)
@@ -14,8 +14,13 @@
 <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 a new realm (publication/site) is being added resp. configured</a></li>
 <li><a href="import-existing-website-as-new-realm.html">Import an existing website as a new realm</a></li><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></ul>
-<li>Best Practice</li><li><a href="security/access-policies.html">Access Control Policies</a></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></ul>
+<li>Best Practice</li>
+<li>Security
+<ul>
+<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>
+</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>
@@ -39,7 +44,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></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>
@@ -47,4 +52,4 @@
     <li><a href="testing-framework.html">Yanel Testing Framework</a></li>
 </ul>
 </body>
-</html>
\ No newline at end of file
+</html>

Modified: public/yanel/trunk/src/realms/yanel-website/content/documentation.xhtml.yarep/meta
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/documentation.xhtml.yarep/meta	2007-07-20 09:47:48 UTC (rev 26166)
+++ public/yanel/trunk/src/realms/yanel-website/content/documentation.xhtml.yarep/meta	2007-07-20 09:51:10 UTC (rev 26167)
@@ -1,4 +1,5 @@
 yarep_type<string>:resource
 yarep_isCheckedOut<boolean>:false
-yarep_checkoutDate<date>:2007-06-18T14:07:46+0200
+yarep_checkoutDate<date>:2007-07-20T11:54:30+0200
 yarep_checkoutUserID<string>:lenya
+yarep_checkinDate<date>:2007-07-20T11:56:37+0200

Added: public/yanel/trunk/src/realms/yanel-website/content/documentation.xhtml.yarep/revisions/1184925397565/content
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/documentation.xhtml.yarep/revisions/1184925397565/content	                        (rev 0)
+++ public/yanel/trunk/src/realms/yanel-website/content/documentation.xhtml.yarep/revisions/1184925397565/content	2007-07-20 09:51:10 UTC (rev 26167)
@@ -0,0 +1,55 @@
+<?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 being processed</a></li>
+<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 a new realm (publication/site) is being added resp. configured</a></li>
+<li><a href="import-existing-website-as-new-realm.html">Import an existing website as a new realm</a></li><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></ul>
+<li>Best Practice</li>
+<li>Security
+<ul>
+<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>
+</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 (conf/...)</li>
+<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>
+<!-- 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></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>
+</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/1184925397565/meta
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/documentation.xhtml.yarep/revisions/1184925397565/meta	                        (rev 0)
+++ public/yanel/trunk/src/realms/yanel-website/content/documentation.xhtml.yarep/revisions/1184925397565/meta	2007-07-20 09:51:10 UTC (rev 26167)
@@ -0,0 +1,9 @@
+yarep_revisionComment<string>:updated
+yarep_type<string>:resource
+yarep_isCheckedOut<boolean>:false
+yarep_revisionCreator<string>:lenya
+workflow-date<date>:2007-07-20T11:56:37+0200
+yarep_checkoutDate<date>:2007-07-20T11:54:30+0200
+yarep_checkoutUserID<string>:lenya
+workflow-state<string>:draft
+yarep_revisionCreationDate<date>:2007-07-20T11:56:37+0200



More information about the Yanel-commits mailing list