[Yanel-commits] rev 38410 - public/yanel/trunk/src/realms/from-scratch-realm-template/res-configs

michi at wyona.com michi at wyona.com
Sat Sep 6 23:44:17 CEST 2008


Author: michi
Date: 2008-09-06 23:44:17 +0200 (Sat, 06 Sep 2008)
New Revision: 38410

Added:
   public/yanel/trunk/src/realms/from-scratch-realm-template/res-configs/node_yanel-rc.xml
Modified:
   public/yanel/trunk/src/realms/from-scratch-realm-template/res-configs/map.rc-map
Log:
do not use global layout for serving Xopus html pages

Modified: public/yanel/trunk/src/realms/from-scratch-realm-template/res-configs/map.rc-map
===================================================================
--- public/yanel/trunk/src/realms/from-scratch-realm-template/res-configs/map.rc-map	2008-09-06 21:40:51 UTC (rev 38409)
+++ public/yanel/trunk/src/realms/from-scratch-realm-template/res-configs/map.rc-map	2008-09-06 21:44:17 UTC (rev 38410)
@@ -1,5 +1,8 @@
 <?xml version="1.0"?>
 
 <rc-map>
+  <!-- TODO: Actually Xopus should be served from the xopus resource, but because of a Xopus bug one needs to add it here! -->
+  <matcher pattern="/Xopus**.html" rcpath="/node_yanel-rc.xml"/>
+
   <matcher pattern="/**.html" rcpath="/generic-xhtml-page_yanel-rc.xml"/>
 </rc-map>

Added: public/yanel/trunk/src/realms/from-scratch-realm-template/res-configs/node_yanel-rc.xml
===================================================================
--- public/yanel/trunk/src/realms/from-scratch-realm-template/res-configs/node_yanel-rc.xml	                        (rev 0)
+++ public/yanel/trunk/src/realms/from-scratch-realm-template/res-configs/node_yanel-rc.xml	2008-09-06 21:44:17 UTC (rev 38410)
@@ -0,0 +1,9 @@
+<?xml version="1.0"?>
+
+<yanel:resource-config xmlns:yanel="http://www.wyona.org/yanel/rti/1.0">
+  <yanel:rti name="file" namespace="http://www.wyona.org/yanel/resource/1.0"/>
+
+<!--
+  <yanel:property name="mime-type" value="application/xhtml+xml"/>
+-->
+</yanel:resource-config>



More information about the Yanel-commits mailing list