[Yanel-commits] rev 22410 - in public/yanel/trunk/src/realms/use-cases/yanel: data rti

michi at wyona.com michi at wyona.com
Sat Feb 3 22:07:34 CET 2007


Author: michi
Date: 2007-02-03 22:07:32 +0100 (Sat, 03 Feb 2007)
New Revision: 22410

Added:
   public/yanel/trunk/src/realms/use-cases/yanel/rti/resource-creator.html.yanel-rc
Modified:
   public/yanel/trunk/src/realms/use-cases/yanel/data/index.html
Log:
new resource creator added

Modified: public/yanel/trunk/src/realms/use-cases/yanel/data/index.html
===================================================================
--- public/yanel/trunk/src/realms/use-cases/yanel/data/index.html	2007-02-03 15:27:56 UTC (rev 22409)
+++ public/yanel/trunk/src/realms/use-cases/yanel/data/index.html	2007-02-03 21:07:32 UTC (rev 22410)
@@ -20,6 +20,8 @@
 
 <ul>
 
+  <li><a href="resource-creator.html">Create a new Page resp. Resource</a></li>
+
   <li><a href=".">/</a></li>
 
   <li><a href="index.html">index.html</a></li>

Added: public/yanel/trunk/src/realms/use-cases/yanel/rti/resource-creator.html.yanel-rc
===================================================================
--- public/yanel/trunk/src/realms/use-cases/yanel/rti/resource-creator.html.yanel-rc	2007-02-03 15:27:56 UTC (rev 22409)
+++ public/yanel/trunk/src/realms/use-cases/yanel/rti/resource-creator.html.yanel-rc	2007-02-03 21:07:32 UTC (rev 22410)
@@ -0,0 +1,16 @@
+<?xml version="1.0"?>
+
+<yanel:resource-config xmlns:yanel="http://www.wyona.org/yanel/rti/1.0">
+  <yanel:rti name="resource-creator" namespace="http://www.wyona.org/yanel/resource/1.0"/>
+
+  <yanel:custom-config>
+    <rc:resource-types xmlns:rc="http://www.wyona.org/yanel/resource/resource-creator/1.0">
+      <rc:resource-type name="wiki" namespace="http://www.wyona.org/yanel/resource/1.0"/>
+
+      <rc:resource-type name="xml" namespace="http://www.wyona.org/yanel/resource/1.0">
+        <rc:property name="xslt" value="/xslt/global.xsl"/>
+        <rc:property name="mime-type" value="application/xhtml+xml"/>
+      </rc:resource-type>
+    </rc:resource-types>
+  </yanel:custom-config>
+</yanel:resource-config>




More information about the Yanel-commits mailing list