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

michi at wyona.com michi at wyona.com
Mon Aug 24 23:10:00 CEST 2009


Author: michi
Date: 2009-08-24 23:10:00 +0200 (Mon, 24 Aug 2009)
New Revision: 44366

Added:
   public/yanel/trunk/src/realms/from-scratch-realm-template/res-configs/time-tracking.html.yanel-rc
Log:
time tracking sample res config added

Added: public/yanel/trunk/src/realms/from-scratch-realm-template/res-configs/time-tracking.html.yanel-rc
===================================================================
--- public/yanel/trunk/src/realms/from-scratch-realm-template/res-configs/time-tracking.html.yanel-rc	                        (rev 0)
+++ public/yanel/trunk/src/realms/from-scratch-realm-template/res-configs/time-tracking.html.yanel-rc	2009-08-24 21:10:00 UTC (rev 44366)
@@ -0,0 +1,23 @@
+<?xml version="1.0"?>
+
+<yanel:resource-config xmlns:yanel="http://www.wyona.org/yanel/rti/1.0">
+  <yanel:rti name="timetracker" namespace="http://www.wyona.org/yanel/resource/1.0"/>
+
+  <yanel:custom-config>
+    <views xmlns="http://www.wyona.org/yanel/rti/1.0">
+      <view id="default">
+        <xslt>file:/Users/michaelwechner/src/wyona/public/yanel/contributions/resources/timetracker/htdocs/create-entry.xsl</xslt>
+        <mime-type>application/xhtml+xml</mime-type>
+        <serializer key="HTML_TRANSITIONAL">
+          <indent>no</indent>
+        </serializer>
+      </view>
+      <view id="xml">
+        <mime-type>application/xml</mime-type>
+        <serializer key="XML">
+          <indent>yes</indent>
+        </serializer>
+      </view>
+    </views>
+  </yanel:custom-config>
+</yanel:resource-config>



More information about the Yanel-commits mailing list