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

michi at wyona.com michi at wyona.com
Wed Jul 1 10:50:23 CEST 2009


Author: michi
Date: 2009-07-01 10:50:23 +0200 (Wed, 01 Jul 2009)
New Revision: 43399

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

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	2009-07-01 08:46:51 UTC (rev 43398)
+++ public/yanel/trunk/src/realms/yanel-website/content/documentation.xhtml.yarep/meta	2009-07-01 08:50:23 UTC (rev 43399)
@@ -1,7 +1,7 @@
 yarep_type<string>:resource
 yarep_isCheckedOut<boolean>:false
-yarep_size<long>:6826
-yarep_checkoutDate<date>:2009-01-29T12:11:17+0100
+yarep_checkoutDate<date>:2009-07-01T11:06:25+0200
+yarep_size<long>:6922
 yarep_checkoutUserID<string>:lenya
-yarep_lastModifed<long>:1233227528000
-yarep_checkinDate<date>:2009-01-29T12:12:08+0100
+yarep_lastModifed<long>:1246439242000
+yarep_checkinDate<date>:2009-07-01T11:07:22+0200

Added: public/yanel/trunk/src/realms/yanel-website/content/documentation.xhtml.yarep/revisions/1246439242502/content
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/documentation.xhtml.yarep/revisions/1246439242502/content	                        (rev 0)
+++ public/yanel/trunk/src/realms/yanel-website/content/documentation.xhtml.yarep/revisions/1246439242502/content	2009-07-01 08:50:23 UTC (rev 43399)
@@ -0,0 +1,138 @@
+<?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><br/>See also the &quot;<a href="http://documentation.yanel.wyona.org">scratch pad</a>&quot; for more information. If you do not understand some terms, then please see the <a href="glossary.html">glossary</a>.
+<p>
+</p>
+<ul>
+<li>Installation</li>
+<ul>
+<li><a href="../getting-started/unix.html">Unix</a></li>
+<li><a href="../getting-started/windows.html">Windows</a></li>
+</ul>
+<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
+  <ul>
+    <li><a href="best-practices/rapid-development-of-components.html">Rapid development of components</a></li>
+  </ul>
+</li>
+<li>Architecture
+<ul>
+  <li><a href="architecture/overview.html">Overview</a></li>
+</ul>
+</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>
+  <li><a href="tutorials/custom-realm/index.html">Development of a custom realm</a></li>
+  <li><a href="realm/realm-configuration.html">Realm Configuration (realm.xml)</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="resources/resource_type_configuration.html">Resource Type Configuration</a></li>
+  <li><a href="resources/rc-map.html">Resource Type Configuration Map</a></li>
+</ul>
+<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)
+    <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>
+    <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
+      <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>
+        <li><a href="tutorials/resource/create_a_simple_hello-world_resource-type.html">Create a simple hello-world resource-type</a></li>
+        <li><a href="tutorials/resource/create_a_simple_xml_hello-world_resource-type_based_on_basicxmlresource.html">Create a simple XML hello-world resource-type based on BasicXMLResource</a></li>
+        <li><a href="tutorials/resource/create_a_simple_usecase_based_on_the_executableusecaseresource.html">Create a simple usecase based on the ExecutableUsecaseResource</a></li>
+      </ul>
+    </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>Workflow
+<ul>
+  <li><a href="workflow/index.html">Overview</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><li><a href="yarep/yarep2jcr.html">Yarep 2 JCR</a></li><li><a href="yarep/yarepsearch.html">Yarep Search</a></li>
+</ul>
+</li>
+<li>Yanel Configuration</li>
+<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>
+  <li><a href="configuration/realm_xml.html">REALM_DIR/realm.xml</a></li>
+  <li><a href="configuration/resource-types_xml.html">conf/resource-types.xml</a></li>
+  <li><a href="configuration/spring-yanel-config_xml.html">conf/spring-yanel-config.xml</a></li>
+  <li><a href="configuration/log4j_properties.html">conf/log4j.properties</a></li>
+  <li><a href="configuration/CatalogManager_properties.html">conf/CatalogManager.properties (Resolving DTDs, etc.)</a></li>
+</ul>
+<li>Debugging<br/>
+  <ul>
+    <li><a href="debugging.html">Debugging log files and client server communication</a></li>
+    <li><a href="how-a-request-is-being-processed.html">How a request is processed</a></li>
+  </ul>
+</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>
+  <ul>
+    <li>To generate the Javadoc run <i>./build.sh javadoc</i> resp. <i>build javadoc</i></li>
+    <li>Versioned API ...</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> (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>
+    <li>Misc
+      <ul>
+        <li><a href="misc/scalability.html" shape="rect">Scalability</a></li>
+        <li><a href="misc/performance.html" shape="rect">Performance</a></li>
+        <li><a href="misc/xopus3.html" shape="rect">Xopus 3</a></li>
+      </ul>
+    </li>
+</ul>
+</body>
+</html>

Added: public/yanel/trunk/src/realms/yanel-website/content/documentation.xhtml.yarep/revisions/1246439242502/meta
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/documentation.xhtml.yarep/revisions/1246439242502/meta	                        (rev 0)
+++ public/yanel/trunk/src/realms/yanel-website/content/documentation.xhtml.yarep/revisions/1246439242502/meta	2009-07-01 08:50:23 UTC (rev 43399)
@@ -0,0 +1,12 @@
+yarep_revisionComment<string>:updated
+yarep_type<string>:resource
+yarep_isCheckedOut<boolean>:false
+yarep_revisionCreator<string>:lenya
+workflow-date<date>:2009-07-01T11:07:22+0200
+yarep_size<long>:6922
+yarep_checkoutDate<date>:2009-07-01T11:06:25+0200
+yarep_checkoutUserID<string>:lenya
+yarep_lastModifed<long>:1246439242000
+workflow-state<string>:draft
+yarep_checkinDate<date>:2009-01-29T12:12:08+0100
+yarep_revisionCreationDate<date>:2009-07-01T11:07:22+0200



More information about the Yanel-commits mailing list