[Yanel-commits] rev 41310 - public/yanel/trunk/src/realms/yanel-website/res-configs-repo/data/en/documentation

michi at wyona.com michi at wyona.com
Tue Feb 3 13:05:01 CET 2009


Author: michi
Date: 2009-02-03 13:05:00 +0100 (Tue, 03 Feb 2009)
New Revision: 41310

Removed:
   public/yanel/trunk/src/realms/yanel-website/res-configs-repo/data/en/documentation/how-a-request-is-being-processed.html
   public/yanel/trunk/src/realms/yanel-website/res-configs-repo/data/en/documentation/how-a-request-is-being-processed.xhtml
   public/yanel/trunk/src/realms/yanel-website/res-configs-repo/data/en/documentation/how-to-add-ssl-to-apache-httpd.html
   public/yanel/trunk/src/realms/yanel-website/res-configs-repo/data/en/documentation/import-existing-website-as-new-realm.xhtml
   public/yanel/trunk/src/realms/yanel-website/res-configs-repo/data/en/documentation/index.html
   public/yanel/trunk/src/realms/yanel-website/res-configs-repo/data/en/documentation/index.xhtml
   public/yanel/trunk/src/realms/yanel-website/res-configs-repo/data/en/documentation/introspection-create-new-resource.html.xml
   public/yanel/trunk/src/realms/yanel-website/res-configs-repo/data/en/documentation/introspection-deployment-with-a-reverse-proxy.xml
   public/yanel/trunk/src/realms/yanel-website/res-configs-repo/data/en/documentation/introspection-how-to-add-ssl-to-apache-httpd.xml
   public/yanel/trunk/src/realms/yanel-website/res-configs-repo/data/en/documentation/introspection-jmeter.xml
   public/yanel/trunk/src/realms/yanel-website/res-configs-repo/data/en/documentation/introspection-testing-framework.xml
   public/yanel/trunk/src/realms/yanel-website/res-configs-repo/data/en/documentation/jmeter.html
   public/yanel/trunk/src/realms/yanel-website/res-configs-repo/data/en/documentation/testing-framework.html
   public/yanel/trunk/src/realms/yanel-website/res-configs-repo/data/en/documentation/testing-framework.xhtml
   public/yanel/trunk/src/realms/yanel-website/res-configs-repo/data/en/documentation/what-is-a-realm.html
Log:
obsolete

Deleted: public/yanel/trunk/src/realms/yanel-website/res-configs-repo/data/en/documentation/how-a-request-is-being-processed.html
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/res-configs-repo/data/en/documentation/how-a-request-is-being-processed.html	2009-02-03 12:03:58 UTC (rev 41309)
+++ public/yanel/trunk/src/realms/yanel-website/res-configs-repo/data/en/documentation/how-a-request-is-being-processed.html	2009-02-03 12:05:00 UTC (rev 41310)
@@ -1,18 +0,0 @@
-<?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>How a request is being processed</title>
-</head>
-<body>
-<h1>How a request is being processed</h1><br/>or how you can follow a request to debug it .<i>e.g. http://localhost:8080/yanel/yanel-website/en/documentation/how-a-request-is-being-processed.html</i>
-<p>
-</p>
-<ol>
-<li><b>Figure out the Realm.</b>
-<br/><i>http://localhost:8080</i> is the root context of the servlet engine
-<br/><i>/yanel</i> is the Yanel servlet context as configured in build.properties resp. local.build.properties
-<br/><i>/yanel-website</i> is the realm prefix as configured in conf/realms.xml resp. conf/local/local.realms.xml resp. WEB-INF/classes/realms.xml<br/>You will find out where the realm is configured e.g. ../src/realms/yanel-website/config/yanel-realm-config.xml</li><li><b>Figure out RTI/RC Repo</b><br/>Have a look ../src/realms/yanel-website/config/yanel-realm-config.xml where the rti-repository is configured. e.g ../src/realms/yanel-website/config/repository.xml</li><li><b>Get RTI/RC </b>(.yanel-rti, .yanel-rc)<br/>Follow the path and get the .yanel-rti or .yanel-rc in the content and you will get the Resource Type  (e.g. <i>&lt;{http://www.wyona.org/yanel/resource/1.0}xml/&gt;</i>) <br/></li><li><b>Get the Resource Type</b><br/>Have a look at conf/yanel.xml resp. conf/local/local.yanel.xml resp. WEB-INF/classes/yanel.properties to find out where the Resource Type is located. (e.g. /home/simon/src/yanel/src/resources/xml/resource.xml)</li><li><b>Get the Resource Type Class!
 </b> (where the view is being generated)<br/>have a look at /home/simon/src/yanel/src/resources/xml/resource.xml to see where the class is located. (e.g. /home/simon/src/yanel/src/resources/xml/src/java/org/wyona/yanel/impl/resources/XMLResource.java)<br/><br/></li></ol></body>
-</html>

Deleted: public/yanel/trunk/src/realms/yanel-website/res-configs-repo/data/en/documentation/how-a-request-is-being-processed.xhtml
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/res-configs-repo/data/en/documentation/how-a-request-is-being-processed.xhtml	2009-02-03 12:03:58 UTC (rev 41309)
+++ public/yanel/trunk/src/realms/yanel-website/res-configs-repo/data/en/documentation/how-a-request-is-being-processed.xhtml	2009-02-03 12:05:00 UTC (rev 41310)
@@ -1,18 +0,0 @@
-<?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>How a request is being processed</title>
-</head>
-<body>
-<h1>How a request is being processed</h1><br/>or how you can follow a request to debug it .<i>e.g. http://localhost:8080/yanel/yanel-website/en/documentation/how-a-request-is-being-processed.html</i>
-<p>
-</p>
-<ol>
-<li><b>Figure out the Realm.</b>
-<br/><i>http://localhost:8080</i> is the root context of the servlet engine
-<br/><i>/yanel</i> is the Yanel servlet context as configured in build.properties resp. local.build.properties
-<br/><i>/yanel-website</i> is the realm prefix as configured in conf/realms.xml resp. conf/local/local.realms.xml resp. WEB-INF/classes/realms.xml<br/>You will find out where the realm is configured e.g. ../src/realms/yanel-website/config/yanel-realm-config.xml</li><li><b>Figure out RTI/RC Repo</b><br/>Have a look ../src/realms/yanel-website/config/yanel-realm-config.xml where the rti-repository is configured. e.g ../src/realms/yanel-website/config/repository.xml</li><li><b>Get RTI/RC </b>(.yanel-rti, .yanel-rc)<br/>Follow the path and get the .yanel-rti or .yanel-rc in the content and you will get the Resource Type  (e.g. <i>&lt;{http://www.wyona.org/yanel/resource/1.0}xml/&gt;</i>) <br/></li><li><b>Get the Resource Type</b><br/>Have a look at conf/yanel.xml resp. conf/local/local.yanel.xml resp. WEB-INF/classes/yanel.properties to find out where the Resource Type is located. (e.g. /home/simon/src/yanel/src/resources/xml/resource.xml)</li><li><b>Get the Resource Type Class!
 </b> (where the view is being generated)<br/>have a look at /home/simon/src/yanel/src/resources/xml/resource.xml to see where the class is located. (e.g. /home/simon/src/yanel/src/resources/xml/src/java/org/wyona/yanel/impl/resources/XMLResource.java)<br/><br/></li></ol></body>
-</html>

Deleted: public/yanel/trunk/src/realms/yanel-website/res-configs-repo/data/en/documentation/how-to-add-ssl-to-apache-httpd.html
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/res-configs-repo/data/en/documentation/how-to-add-ssl-to-apache-httpd.html	2009-02-03 12:03:58 UTC (rev 41309)
+++ public/yanel/trunk/src/realms/yanel-website/res-configs-repo/data/en/documentation/how-to-add-ssl-to-apache-httpd.html	2009-02-03 12:05:00 UTC (rev 41310)
@@ -1,48 +0,0 @@
-<?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>How a request is being processed</title>
-</head>
-<body>
-<h1>Install Apache-Httpd with SSL</h1>
-<ul>
-<li>Install Apache-Httpd with SSL support 
-  <ul>
-       <li>Download <a href="http://www.openssl.org">Open-SSL</a> version 0.9.8d or higher<br/></li>
-       <li>Build Open-SSL
-       <ul>
-         <li>./config</li>
-         <li>make</li>
-         <li>make install (will install at /usr/local/ssl by default, see INSTALL file for more details)</li>
-       </ul></li>
-       <li>Test Open-SSL installation by typing &quot;/usr/local/ssl/bin/openssl version&quot;. As a response one should receive something like &quot;OpenSSL 0.9.8d 28 Sep 2006&quot;</li>
-       <li>Download <a href="http://httpd.apache.org">Apache-Httpd</a> version 2.2.3 or higher</li>
-       <li>Build Apache-Httpd with SSL
-         <ul>
-       <li>./configure --prefix=/usr/local/httpd-2.2.3 --enable-ssl=shared --with-ssl=/usr/local/ssl --enable-proxy --enable-proxy-http<br/></li>
-       <li>make</li>
-       <li>make install (will install at /usr/local/httpd-2.2.3)<br/></li>
-         </ul></li>
-       <li>Create SSL-Key
-         <ul>
-           <li>openssl genrsa 1024 &gt; /usr/local/httpd-2.2.3/conf/server.key</li>
-           <li>openssl req -new -x509 -nodes -sha1 -days 365 -key /usr/local/httpd-2.2.3/conf/server.key &gt; /usr/local/httpd-2.2.3/conf/server.crt</li>
-         </ul></li>
-       <li>Uncomment SSL config within /usr/local/httpd-2.2.3/conf/httpd.conf (Include conf/extra/httpd-ssl.conf)</li>
-       <li>Configure virtual hosts within /usr/local/httpd-2.2.3/conf/extra/httpd-vhosts.conf</li><ul><li>A sample can be found at <a href="https://svn.wyona.org/repos/public/yanel/trunk/src/httpd-2.2.3/conf/extra/httpd-vhosts_WITH_SSL.conf">yanel/trunk/src/httpd-2.2.3/conf/extra/httpd-vhosts_WITH_SSL.conf</a></li></ul>
-       <li>Uncomment vhosts config within /usr/local/httpd-2.2.3/conf/httpd.conf (Include conf/extra/httpd-vhosts.conf)</li>
-       <li>Startup Apache: /usr/local/httpd-2.2.3/bin/apachectl start</li>
-       <li>Test SSL: https://127.0.0.1:443</li>
-  </ul>
-</li>
-</ul>
-<p>Httpd and Tomcat with SSL:<br/> <img src="../../img/tomcat-with-ssl.png"/>
-</p>
-<p>
-Httpd with SSL only:<br/> <img src="../../img/httpd-with-ssl.png"/>
-</p>
-</body>
-</html>

Deleted: public/yanel/trunk/src/realms/yanel-website/res-configs-repo/data/en/documentation/import-existing-website-as-new-realm.xhtml
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/res-configs-repo/data/en/documentation/import-existing-website-as-new-realm.xhtml	2009-02-03 12:03:58 UTC (rev 41309)
+++ public/yanel/trunk/src/realms/yanel-website/res-configs-repo/data/en/documentation/import-existing-website-as-new-realm.xhtml	2009-02-03 12:05:00 UTC (rev 41310)
@@ -1,16 +0,0 @@
-<?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>Import an existing website as a new realm</title>
-</head>
-<body>
-<h1>Import an existing website as a new realm</h1>
-<ul>
-  <li>sudo apt-get install httrack</li>
-  <li>httrack -w http://foo.bar</li><li>Add introspection link to (X)HTML head</li><li>Make introspection documents available</li><li>...</li><li><b>IMPORTANT:</b> One might have to change the encoding: <code>iconv -f ISO-8859-1 -t UTF-8 page.html &gt; page.html.UTF-8</code> (Please make sure that the meta content=&quot;application/xhtml+xml; charset=UTF-8&quot; resp. the XML head encoding=&quot;UTF-8&quot; is also being set appropriately. Also make sure that the server is sending the appropriate mime type which can be declared within the resource configuration .yanel-rc)</li>
-</ul>
-</body>
-</html>
\ No newline at end of file

Deleted: public/yanel/trunk/src/realms/yanel-website/res-configs-repo/data/en/documentation/index.html
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/res-configs-repo/data/en/documentation/index.html	2009-02-03 12:03:58 UTC (rev 41309)
+++ public/yanel/trunk/src/realms/yanel-website/res-configs-repo/data/en/documentation/index.html	2009-02-03 12:05:00 UTC (rev 41310)
@@ -1,80 +0,0 @@
-<?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>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 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>
-</ul>
-</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>
-  <li>CRUD
-  <ul>
-    <li>Create</li>
-    <li>Read (View)</li>
-    <li><a href="resources/modifiable.html">Update (Edit/Modify)</a></li>
-    <li>Delete</li>
-  </ul>
-  </li>
-</ul>
-<li>Best Practice
-  <ul>
-    <li><a href="best-practices/setup-of-a-realm.html">Setup of a 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 and custom PolicyManager</a></li>
-<li><a href="security/custom-identity-manager-custom-policy-manager.html">Custom Web Authenticator</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> (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>

Deleted: public/yanel/trunk/src/realms/yanel-website/res-configs-repo/data/en/documentation/index.xhtml
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/res-configs-repo/data/en/documentation/index.xhtml	2009-02-03 12:03:58 UTC (rev 41309)
+++ public/yanel/trunk/src/realms/yanel-website/res-configs-repo/data/en/documentation/index.xhtml	2009-02-03 12:05:00 UTC (rev 41310)
@@ -1,80 +0,0 @@
-<?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>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 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>
-</ul>
-</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>
-  <li>CRUD
-  <ul>
-    <li>Create</li>
-    <li>Read (View)</li>
-    <li><a href="resources/modifiable.html">Update (Edit/Modify)</a></li>
-    <li>Delete</li>
-  </ul>
-  </li>
-</ul>
-<li>Best Practice
-  <ul>
-    <li><a href="best-practices/setup-of-a-realm.html">Setup of a 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 and custom PolicyManager</a></li>
-<li><a href="security/custom-identity-manager-custom-policy-manager.html">Custom Web Authenticator</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> (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>

Deleted: public/yanel/trunk/src/realms/yanel-website/res-configs-repo/data/en/documentation/introspection-create-new-resource.html.xml
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/res-configs-repo/data/en/documentation/introspection-create-new-resource.html.xml	2009-02-03 12:03:58 UTC (rev 41309)
+++ public/yanel/trunk/src/realms/yanel-website/res-configs-repo/data/en/documentation/introspection-create-new-resource.html.xml	2009-02-03 12:05:00 UTC (rev 41310)
@@ -1,9 +0,0 @@
-<?xml version="1.0"?>
-
-<introspection xmlns="http://www.wyona.org/neutron/1.0">
-
-  <edit mime-type="text/plain" name="Create new Resource">
-    <checkout url="create-new-resource.html.txt?yanel.resource.usecase=checkout" method="GET"/>
-    <checkin  url="create-new-resource.html.txt?yanel.resource.usecase=checkin" method="PUT"/>
-  </edit>
-</introspection>
\ No newline at end of file

Deleted: public/yanel/trunk/src/realms/yanel-website/res-configs-repo/data/en/documentation/introspection-deployment-with-a-reverse-proxy.xml
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/res-configs-repo/data/en/documentation/introspection-deployment-with-a-reverse-proxy.xml	2009-02-03 12:03:58 UTC (rev 41309)
+++ public/yanel/trunk/src/realms/yanel-website/res-configs-repo/data/en/documentation/introspection-deployment-with-a-reverse-proxy.xml	2009-02-03 12:05:00 UTC (rev 41310)
@@ -1,9 +0,0 @@
-<?xml version="1.0"?>
-
-<introspection xmlns="http://www.wyona.org/neutron/1.0">
-
-  <edit mime-type="application/xhtml+xml" name="deployment-with-a-reverse-proxy.html">
-    <checkout url="deployment-with-a-reverse-proxy.html?yanel.resource.viewid=source&amp;yanel.resource.usecase=checkout" method="GET"/>
-    <checkin  url="deployment-with-a-reverse-proxy.html?yanel.resource.usecase=checkin" method="PUT"/>
-  </edit>
-</introspection>
\ No newline at end of file

Deleted: public/yanel/trunk/src/realms/yanel-website/res-configs-repo/data/en/documentation/introspection-how-to-add-ssl-to-apache-httpd.xml
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/res-configs-repo/data/en/documentation/introspection-how-to-add-ssl-to-apache-httpd.xml	2009-02-03 12:03:58 UTC (rev 41309)
+++ public/yanel/trunk/src/realms/yanel-website/res-configs-repo/data/en/documentation/introspection-how-to-add-ssl-to-apache-httpd.xml	2009-02-03 12:05:00 UTC (rev 41310)
@@ -1,8 +0,0 @@
-<?xml version="1.0"?>
-
-<introspection xmlns="http://www.wyona.org/neutron/1.0">
-<edit mime-type="application/xhtml+xml" name="How to add ssl to apache httpd">
-  <checkout url="how-to-add-ssl-to-apache-httpd.xhtml?yanel.resource.usecase=checkout" method="GET"/>
-  <checkin  url="how-to-add-ssl-to-apache-httpd.xhtml?yanel.resource.usecase=checkin"  method="PUT"/>
-</edit>
-</introspection>

Deleted: public/yanel/trunk/src/realms/yanel-website/res-configs-repo/data/en/documentation/introspection-jmeter.xml
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/res-configs-repo/data/en/documentation/introspection-jmeter.xml	2009-02-03 12:03:58 UTC (rev 41309)
+++ public/yanel/trunk/src/realms/yanel-website/res-configs-repo/data/en/documentation/introspection-jmeter.xml	2009-02-03 12:05:00 UTC (rev 41310)
@@ -1,8 +0,0 @@
-<?xml version="1.0"?>
-
-<introspection xmlns="http://www.wyona.org/neutron/1.0">
-<edit mime-type="application/xhtml+xml" name="JMeter Task">
-  <checkout url="jmeter.xhtml?yanel.resource.usecase=checkout" method="GET"/>
-  <checkin  url="jmeter.xhtml?yanel.resource.usecase=checkin"  method="PUT"/>
-</edit>
-</introspection>

Deleted: public/yanel/trunk/src/realms/yanel-website/res-configs-repo/data/en/documentation/introspection-testing-framework.xml
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/res-configs-repo/data/en/documentation/introspection-testing-framework.xml	2009-02-03 12:03:58 UTC (rev 41309)
+++ public/yanel/trunk/src/realms/yanel-website/res-configs-repo/data/en/documentation/introspection-testing-framework.xml	2009-02-03 12:05:00 UTC (rev 41310)
@@ -1,8 +0,0 @@
-<?xml version="1.0"?>
-
-<introspection xmlns="http://www.wyona.org/neutron/1.0">
-<edit mime-type="application/xhtml+xml" name="Testing Framework">
-  <checkout url="testing-framework.xhtml?yanel.resource.usecase=checkout" method="GET"/>
-  <checkin  url="testing-framework.xhtml?yanel.resource.usecase=checkin"  method="PUT"/>
-</edit>
-</introspection>

Deleted: public/yanel/trunk/src/realms/yanel-website/res-configs-repo/data/en/documentation/jmeter.html
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/res-configs-repo/data/en/documentation/jmeter.html	2009-02-03 12:03:58 UTC (rev 41309)
+++ public/yanel/trunk/src/realms/yanel-website/res-configs-repo/data/en/documentation/jmeter.html	2009-02-03 12:05:00 UTC (rev 41310)
@@ -1,26 +0,0 @@
-<?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>Use of jemeter-ant-task</title>
-</head>
-
-
-<body><h1>How to use the jmeter-ant-task</h1>
-<p>
-Included in yanel is a jmeter testplan. you can find it under local/test/data/jmeter/testplan/yanel_test_plan.jmx resp. src/realms/test/yanel/data/jmeter/testplan/yanel_test_plan.jmx
-</p>
-<p>
-To make it work you need to install <a href="http://jakarta.apache.org/jmeter/">jmeter2.2</a> (jmeter2.1 will write the output in a different format hence the xslt included in yanel will not work) on your system and configure the path to your jmeter installation in src/build/local.build.properties jmeter.home.dir</p><p>Also set jmeter.save.saveservice.output_format=xml in the jmeter.properties of your jmeter installation.<br/>
-</p>
-<p>
-To execute the test just type ./build.sh jmeter.
-</p>
-<p>
-You will find the results in local/test/data/jmeter/jmeter-results/ resp. http://localhost:8080/yanel/test/jmeter/jmeter-results/</p><p>Note: turn off SSL.<br/>
-</p>
-</body>
-</html>
\ No newline at end of file

Deleted: public/yanel/trunk/src/realms/yanel-website/res-configs-repo/data/en/documentation/testing-framework.html
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/res-configs-repo/data/en/documentation/testing-framework.html	2009-02-03 12:03:58 UTC (rev 41309)
+++ public/yanel/trunk/src/realms/yanel-website/res-configs-repo/data/en/documentation/testing-framework.html	2009-02-03 12:05:00 UTC (rev 41310)
@@ -1,64 +0,0 @@
-<?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>Testing Framework</title>
-</head>
-
-
-<body>
-<h1>Testing Framework</h1>
-<h3>General information</h3>
-There are two kind of tests:
-<ul>
-<li>junit:    used to test specific functionality of certain java components/classes see <a href="http://junit.org/">http://junit.org/</a></li><li>htmlunit: used to test the web pages (simulating user interaction) see <a href="http://htmlunit.sourceforge.net/">http://htmlunit.sourceforge.net/</a></li></ul>
-<h3>How to run the tests</h3>
-<p>
-It's necessary to build yanel before running the tests.
-</p>
-<p>
-If you want to run the htmlunit tests, you have to start tomcat and configure
-the host and url in $YANEL_HOME/src/test/htmlunit/default-properties.xml.
-</p>
-<p>
-Then execute in $YANEL_HOME: ./build.sh test
-</p>
-<p>
-To run single tests standalone:
-cd $YANEL_HOME/src/test
-ant junit -Dtest.class.name=org.wyona.yanel.impl.map.MapImplTest
-ant htmlunit -Dtest.class.name=org.wyona.yanel.htmlunit.yanelwebsite.SimpleWebTest
-</p>
-<h3>How to write tests</h3>
-<p>
-Where to place core tests:
-<br/>$YANEL_HOME/src/test/junit/
-<br/>$YANEL_HOME/src/test/htmlunit/
-<br/><br/>Where to place resource tests:
-<br/>$YANEL_HOME/src/resources/MYRESOURCE/src/test/junit/
-<br/>$YANEL_HOME/src/resources/MYRESOURCE/src/test/htmlunit/
-</p>
-<p>
-Choose the name of the class according to the following convention:
-</p>
-<p>
-*Test.java e.g. MyResourceTest.java for junit tests<br/>
-</p>
-<p>
-*WebTest.java e.g. MyResourceWebTest.java for htmlunit tests<br/>
-</p>
-<p>
-The tests which adhere to these conventions will be executed automatically by
-the testing framework.
-</p>
-<p>
-Have a look at the existing tests to see how it works, e.g. in the xml resource.
-</p>
-<p>
-You can find more example htmlunit tests at: <a href="http://svn.wyona.com/repos/public/lenya/htmlunit/">http://svn.wyona.com/repos/public/lenya/htmlunit/</a> Username:anonymous Password: anonymous.<br/>
-</p>
-</body>
-</html>
\ No newline at end of file

Deleted: public/yanel/trunk/src/realms/yanel-website/res-configs-repo/data/en/documentation/testing-framework.xhtml
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/res-configs-repo/data/en/documentation/testing-framework.xhtml	2009-02-03 12:03:58 UTC (rev 41309)
+++ public/yanel/trunk/src/realms/yanel-website/res-configs-repo/data/en/documentation/testing-framework.xhtml	2009-02-03 12:05:00 UTC (rev 41310)
@@ -1,64 +0,0 @@
-<?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>Testing Framework</title>
-</head>
-
-
-<body>
-<h1>Testing Framework</h1>
-<h3>General information</h3>
-There are two kind of tests:
-<ul>
-<li>junit:    used to test specific functionality of certain java components/classes see <a href="http://junit.org/">http://junit.org/</a></li><li>htmlunit: used to test the web pages (simulating user interaction) see <a href="http://htmlunit.sourceforge.net/">http://htmlunit.sourceforge.net/</a></li></ul>
-<h3>How to run the tests</h3>
-<p>
-It's necessary to build yanel before running the tests.
-</p>
-<p>
-If you want to run the htmlunit tests, you have to start tomcat and configure
-the host and url in $YANEL_HOME/src/test/htmlunit/default-properties.xml.
-</p>
-<p>
-Then execute in $YANEL_HOME: ./build.sh test
-</p>
-<p>
-To run single tests standalone:
-cd $YANEL_HOME/src/test
-ant junit -Dtest.class.name=org.wyona.yanel.impl.map.MapImplTest
-ant htmlunit -Dtest.class.name=org.wyona.yanel.htmlunit.yanelwebsite.SimpleWebTest
-</p>
-<h3>How to write tests</h3>
-<p>
-Where to place core tests:
-<br/>$YANEL_HOME/src/test/junit/
-<br/>$YANEL_HOME/src/test/htmlunit/
-<br/><br/>Where to place resource tests:
-<br/>$YANEL_HOME/src/resources/MYRESOURCE/src/test/junit/
-<br/>$YANEL_HOME/src/resources/MYRESOURCE/src/test/htmlunit/
-</p>
-<p>
-Choose the name of the class according to the following convention:
-</p>
-<p>
-*Test.java e.g. MyResourceTest.java for junit tests<br/>
-</p>
-<p>
-*WebTest.java e.g. MyResourceWebTest.java for htmlunit tests<br/>
-</p>
-<p>
-The tests which adhere to these conventions will be executed automatically by
-the testing framework.
-</p>
-<p>
-Have a look at the existing tests to see how it works, e.g. in the xml resource.
-</p>
-<p>
-You can find more example htmlunit tests at: <a href="http://svn.wyona.com/repos/public/lenya/htmlunit/">http://svn.wyona.com/repos/public/lenya/htmlunit/</a> Username:anonymous Password: anonymous.<br/>
-</p>
-</body>
-</html>
\ No newline at end of file

Deleted: public/yanel/trunk/src/realms/yanel-website/res-configs-repo/data/en/documentation/what-is-a-realm.html
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/res-configs-repo/data/en/documentation/what-is-a-realm.html	2009-02-03 12:03:58 UTC (rev 41309)
+++ public/yanel/trunk/src/realms/yanel-website/res-configs-repo/data/en/documentation/what-is-a-realm.html	2009-02-03 12:05:00 UTC (rev 41310)
@@ -1,29 +0,0 @@
-<?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>What is a realm?</title>
-</head>
-
-
-<body>
-<h1>What is a realm?</h1>
-<p>
-A realm is a part of Yanel which has its own configuration and repository. 
-This allows you to run several subsites (which are independent of one another)
-in a single Yanel instance.  For example, each department in your company can
-have its own realm. This allows one department to use its database as a content
-repository and another to use the filesystem to provide the content to Yanel.
-</p>
-
-<p>
-Realms can also be nested, which allows you to have a subsite within a subsite.
-Continuing with the department example, one department could have its public
-file-based website within its realm and access its database for internal use in
-a subrealm.
-</p>
-</body>
-</html>



More information about the Yanel-commits mailing list