[Yanel-commits] rev 38200 - public/yanel/trunk/src/realms/yanel-website/content

simon at wyona.com simon at wyona.com
Fri Aug 22 22:13:17 CEST 2008


Author: simon
Date: 2008-08-22 22:13:16 +0200 (Fri, 22 Aug 2008)
New Revision: 38200

Added:
   public/yanel/trunk/src/realms/yanel-website/content/e338c2a5-d9bf-4ebf-a5e3-c383e99b1f84
Log:
content of docu added re conf

Added: public/yanel/trunk/src/realms/yanel-website/content/e338c2a5-d9bf-4ebf-a5e3-c383e99b1f84
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/e338c2a5-d9bf-4ebf-a5e3-c383e99b1f84	                        (rev 0)
+++ public/yanel/trunk/src/realms/yanel-website/content/e338c2a5-d9bf-4ebf-a5e3-c383e99b1f84	2008-08-22 20:13:16 UTC (rev 38200)
@@ -0,0 +1,28 @@
+<?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>Configuration of yanel.xml</title>
+  </head>
+  <body>
+    <h1>Configuration of yanel.xml</h1>
+    <h2>Examples</h2>
+    <pre>
+&lt;?xml version="1.0"?>
+
+&lt;yanel xmlns="http://www.wyona.org/yanel/1.0" version="2007061900">
+  
+  &lt;!-- # Realms configuration -->
+  &lt;realms-config src="realms.xml"/>
+  
+  &lt;!-- # ResourceTypes configuration -->
+  &lt;resource-types-config src="resource-types.xml"/>
+  
+  &lt;!-- # Reserved-Prefix configuration -->
+  &lt;reserved-prefix>yanel&lt;/reserved-prefix>
+
+&lt;/yanel>    
+    </pre>
+  </body>
+</html>



More information about the Yanel-commits mailing list