[Yanel-commits] rev 28249 - in public/yanel/trunk/src/realms/yanel-website/content/documentation/realm/en.xhtml.yarep: . revisions revisions/1193737340649 revisions/1193737493590 revisions/1193737697185

michi at wyona.com michi at wyona.com
Tue Oct 30 10:44:27 CET 2007


Author: michi
Date: 2007-10-30 10:44:26 +0100 (Tue, 30 Oct 2007)
New Revision: 28249

Added:
   public/yanel/trunk/src/realms/yanel-website/content/documentation/realm/en.xhtml.yarep/revisions/
   public/yanel/trunk/src/realms/yanel-website/content/documentation/realm/en.xhtml.yarep/revisions/1193737340649/
   public/yanel/trunk/src/realms/yanel-website/content/documentation/realm/en.xhtml.yarep/revisions/1193737340649/content
   public/yanel/trunk/src/realms/yanel-website/content/documentation/realm/en.xhtml.yarep/revisions/1193737340649/meta
   public/yanel/trunk/src/realms/yanel-website/content/documentation/realm/en.xhtml.yarep/revisions/1193737493590/
   public/yanel/trunk/src/realms/yanel-website/content/documentation/realm/en.xhtml.yarep/revisions/1193737493590/content
   public/yanel/trunk/src/realms/yanel-website/content/documentation/realm/en.xhtml.yarep/revisions/1193737493590/meta
   public/yanel/trunk/src/realms/yanel-website/content/documentation/realm/en.xhtml.yarep/revisions/1193737697185/
   public/yanel/trunk/src/realms/yanel-website/content/documentation/realm/en.xhtml.yarep/revisions/1193737697185/content
   public/yanel/trunk/src/realms/yanel-website/content/documentation/realm/en.xhtml.yarep/revisions/1193737697185/meta
Log:
notes about order etc added

Added: public/yanel/trunk/src/realms/yanel-website/content/documentation/realm/en.xhtml.yarep/revisions/1193737340649/content
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/documentation/realm/en.xhtml.yarep/revisions/1193737340649/content	                        (rev 0)
+++ public/yanel/trunk/src/realms/yanel-website/content/documentation/realm/en.xhtml.yarep/revisions/1193737340649/content	2007-10-30 09:44:26 UTC (rev 28249)
@@ -0,0 +1,41 @@
+<?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 new realm is being added</title>
+</head>
+
+
+<body><h1>How a new realm is being added</h1>
+<p>
+This document explains how to add a new realm to Yanel. We will
+explain this using the Yulup Website as an example. From now on, we
+will refer to the directories that contain Yanel and the Yulup website
+as $YANEL_HOME and $YULUP_WEBSITE .
+</p>
+<ul>
+<li>Download the Yulup Website from Wyona's repository using subversion:<br/>
+                 svn co <a href="http://svn.wyona.com/repos/public/yulup/website">http://svn.wyona.com/repos/public/yulup/website<br/></a> (Username: anonymous, Password: anonymous)</li>
+<li>Copy the file $YANEL_HOME/conf/realms.xml to $YANEL_HOME/conf/local/local.realms.xml and add the following entry:<br/><br/>
+    &lt;realm id=&quot;yulup&quot; mount-point=&quot;/yulup/&quot;&gt;<br/>
+       &lt;name&gt;Yulup Website&lt;/name&gt;<br/>
+       &lt;config src=&quot;$YULUP_WEBSITE/yanel/config/yanel-realm-config.xml&quot;/&gt;<br/>
+    &lt;/realm&gt;<br/><br/>
+    <b>NOTE for Windows users:</b> Also use forward slashes, e.g. D:/realms/foo/yanel/config/yanel-realm-config.xml
+</li><li>Re-build Yanel</li><li>Re-start Yanel</li></ul>
+<h2>Some publicly available Third-Party realms</h2>
+<ul><li>
+            <a href="http://svn.wyona.com/repos/public/yulup/website/yanel/config/yanel-realm-config.xml">Yulup Website</a> (U: anonymous, P: anonymous)</li>
+          <li>
+            <a href="http://svn.wyona.com/repos/public/yulup/demo/yanel/config/yanel-realm-config.xml">Yulup Demo</a> (U: anonymous, P: anonymous)</li>
+          <li>
+            <a href="http://svn.wyona.com/repos/public/osr-101/trunk/yanel/config/yanel-realm-config.xml">OSR-101 (Neutron Protocol Website)</a> (U: anonymous, P: anonymous)</li>
+          <li>
+            <a href="http://svn.wyona.com/repos/public/yanel/trunk/src/realms/from-scratch-realm-template/yanel/config/yanel-realm-config.xml">Yanel from Scratch Realm</a> (U: anonymous, P: anonymous)</li>
+          
+        </ul>
+</body>
+</html>

Added: public/yanel/trunk/src/realms/yanel-website/content/documentation/realm/en.xhtml.yarep/revisions/1193737340649/meta
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/documentation/realm/en.xhtml.yarep/revisions/1193737340649/meta	                        (rev 0)
+++ public/yanel/trunk/src/realms/yanel-website/content/documentation/realm/en.xhtml.yarep/revisions/1193737340649/meta	2007-10-30 09:44:26 UTC (rev 28249)
@@ -0,0 +1,7 @@
+yarep_revisionComment<string>:initial revision
+yarep_type<string>:resource
+yarep_revisionCreator<string>:lenya
+yarep_isCheckedOut<boolean>:false
+yarep_checkoutDate<date>:2007-10-30T10:42:20+0100
+yarep_checkoutUserID<string>:lenya
+yarep_revisionCreationDate<date>:2007-10-30T10:42:20+0100

Added: public/yanel/trunk/src/realms/yanel-website/content/documentation/realm/en.xhtml.yarep/revisions/1193737493590/content
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/documentation/realm/en.xhtml.yarep/revisions/1193737493590/content	                        (rev 0)
+++ public/yanel/trunk/src/realms/yanel-website/content/documentation/realm/en.xhtml.yarep/revisions/1193737493590/content	2007-10-30 09:44:26 UTC (rev 28249)
@@ -0,0 +1,51 @@
+<?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 new realm is being added</title>
+</head>
+
+
+<body><h1>How a new realm is being added</h1>
+<p>
+This document explains how to add a new realm to Yanel. We will
+explain this using the Yulup Website as an example. From now on, we
+will refer to the directories that contain Yanel and the Yulup website
+as $YANEL_HOME and $YULUP_WEBSITE .
+</p>
+<ul>
+<li>Download the Yulup Website from Wyona's repository using subversion:<br/>
+                 svn co <a href="http://svn.wyona.com/repos/public/yulup/website">http://svn.wyona.com/repos/public/yulup/website<br/></a> (Username: anonymous, Password: anonymous)</li>
+<li>Copy the file $YANEL_HOME/conf/realms.xml to $YANEL_HOME/conf/local/local.realms.xml and add the following entry:<br/><br/>
+
+    &lt;realm id=&quot;yulup&quot; mount-point=&quot;/yulup/&quot;&gt;<br/>
+       &lt;name&gt;Yulup Website&lt;/name&gt;<br/>
+       &lt;config src=&quot;$YULUP_WEBSITE/yanel/config/yanel-realm-config.xml&quot;/&gt;<br/>
+    &lt;/realm&gt;<br/><br/>
+
+
+&lt;realm id="welcome" mount-point="/" root="true"><br/>
+  &lt;name>Yanel Welcome and General Administration&lt;/name><br/>
+  &lt;config src="@REALMS_DIR@/welcome-admin/"/><br/>
+&lt;/realm>
+
+<br/><br/>
+
+    <b>NOTE for Windows users:</b> Also use forward slashes, e.g. D:/realms/foo/yanel/config/yanel-realm-config.xml
+</li><li>Re-build Yanel</li><li>Re-start Yanel</li></ul>
+<h2>Some publicly available Third-Party realms</h2>
+<ul><li>
+            <a href="http://svn.wyona.com/repos/public/yulup/website/yanel/config/yanel-realm-config.xml">Yulup Website</a> (U: anonymous, P: anonymous)</li>
+          <li>
+            <a href="http://svn.wyona.com/repos/public/yulup/demo/yanel/config/yanel-realm-config.xml">Yulup Demo</a> (U: anonymous, P: anonymous)</li>
+          <li>
+            <a href="http://svn.wyona.com/repos/public/osr-101/trunk/yanel/config/yanel-realm-config.xml">OSR-101 (Neutron Protocol Website)</a> (U: anonymous, P: anonymous)</li>
+          <li>
+            <a href="http://svn.wyona.com/repos/public/yanel/trunk/src/realms/from-scratch-realm-template/yanel/config/yanel-realm-config.xml">Yanel from Scratch Realm</a> (U: anonymous, P: anonymous)</li>
+          
+        </ul>
+</body>
+</html>

Added: public/yanel/trunk/src/realms/yanel-website/content/documentation/realm/en.xhtml.yarep/revisions/1193737493590/meta
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/documentation/realm/en.xhtml.yarep/revisions/1193737493590/meta	                        (rev 0)
+++ public/yanel/trunk/src/realms/yanel-website/content/documentation/realm/en.xhtml.yarep/revisions/1193737493590/meta	2007-10-30 09:44:26 UTC (rev 28249)
@@ -0,0 +1,9 @@
+yarep_revisionComment<string>:updated
+yarep_type<string>:resource
+yarep_isCheckedOut<boolean>:false
+yarep_revisionCreator<string>:lenya
+workflow-date<date>:2007-10-30T10:44:53+0100
+yarep_checkoutDate<date>:2007-10-30T10:42:20+0100
+yarep_checkoutUserID<string>:lenya
+workflow-state<string>:draft
+yarep_revisionCreationDate<date>:2007-10-30T10:44:53+0100

Added: public/yanel/trunk/src/realms/yanel-website/content/documentation/realm/en.xhtml.yarep/revisions/1193737697185/content
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/documentation/realm/en.xhtml.yarep/revisions/1193737697185/content	                        (rev 0)
+++ public/yanel/trunk/src/realms/yanel-website/content/documentation/realm/en.xhtml.yarep/revisions/1193737697185/content	2007-10-30 09:44:26 UTC (rev 28249)
@@ -0,0 +1,63 @@
+<?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 new realm is being added</title>
+</head>
+
+
+<body><h1>How a new realm is being added</h1>
+<p>
+This document explains how to add a new realm to Yanel. We will
+explain this using the Yulup Website as an example. From now on, we
+will refer to the directories that contain Yanel and the Yulup website
+as $YANEL_HOME and $YULUP_WEBSITE .
+</p>
+<ul>
+<li>Download the Yulup Website from Wyona's repository using subversion:<br/>
+                 svn co <a href="http://svn.wyona.com/repos/public/yulup/website">http://svn.wyona.com/repos/public/yulup/website<br/></a> (Username: anonymous, Password: anonymous)</li>
+<li>Copy the file $YANEL_HOME/conf/realms.xml to $YANEL_HOME/conf/local/local.realms.xml and add the following entry:<br/><br/>
+
+    &lt;realm id=&quot;yulup&quot; mount-point=&quot;/yulup/&quot;&gt;<br/>
+       &lt;name&gt;Yulup Website&lt;/name&gt;<br/>
+       &lt;config src=&quot;$YULUP_WEBSITE/yanel/config/yanel-realm-config.xml&quot;/&gt;<br/>
+    &lt;/realm&gt;<br/><br/>
+
+
+&lt;realm id="welcome" mount-point="/" root="true"><br/>
+  &lt;name>Yanel Welcome and General Administration&lt;/name><br/>
+  &lt;config src="@REALMS_DIR@/welcome-admin/"/><br/>
+&lt;/realm>
+
+<br/><br/>
+
+    <b>NOTE for Windows users:</b> Also use forward slashes, e.g. D:/realms/foo/yanel/config/yanel-realm-config.xml
+</li><li>Re-build Yanel</li><li>Re-start Yanel</li></ul>
+
+<p>
+Please note that the order of the realms doesn't matter. A request is being dispatched to the realm with the longest matching mount-point.
+</p>
+
+<p>
+Also note that IIRC the root attribute (see the welcome realm configuration) is used for inheritance. For example, if a realm
+does not specify a proxy configuration, it will inherit this
+configuration from the root realm. 
+</p>
+
+
+<h2>Some publicly available Third-Party realms</h2>
+<ul><li>
+            <a href="http://svn.wyona.com/repos/public/yulup/website/yanel/config/yanel-realm-config.xml">Yulup Website</a> (U: anonymous, P: anonymous)</li>
+          <li>
+            <a href="http://svn.wyona.com/repos/public/yulup/demo/yanel/config/yanel-realm-config.xml">Yulup Demo</a> (U: anonymous, P: anonymous)</li>
+          <li>
+            <a href="http://svn.wyona.com/repos/public/osr-101/trunk/yanel/config/yanel-realm-config.xml">OSR-101 (Neutron Protocol Website)</a> (U: anonymous, P: anonymous)</li>
+          <li>
+            <a href="http://svn.wyona.com/repos/public/yanel/trunk/src/realms/from-scratch-realm-template/yanel/config/yanel-realm-config.xml">Yanel from Scratch Realm</a> (U: anonymous, P: anonymous)</li>
+          
+        </ul>
+</body>
+</html>

Added: public/yanel/trunk/src/realms/yanel-website/content/documentation/realm/en.xhtml.yarep/revisions/1193737697185/meta
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/documentation/realm/en.xhtml.yarep/revisions/1193737697185/meta	                        (rev 0)
+++ public/yanel/trunk/src/realms/yanel-website/content/documentation/realm/en.xhtml.yarep/revisions/1193737697185/meta	2007-10-30 09:44:26 UTC (rev 28249)
@@ -0,0 +1,10 @@
+yarep_revisionComment<string>:updated
+yarep_type<string>:resource
+yarep_isCheckedOut<boolean>:false
+yarep_revisionCreator<string>:lenya
+workflow-date<date>:2007-10-30T10:48:17+0100
+yarep_checkoutDate<date>:2007-10-30T10:45:12+0100
+yarep_checkoutUserID<string>:lenya
+workflow-state<string>:draft
+yarep_checkinDate<date>:2007-10-30T10:44:53+0100
+yarep_revisionCreationDate<date>:2007-10-30T10:48:17+0100



More information about the Yanel-commits mailing list