[Yanel-commits] rev 58779 - public/yanel/trunk/src/realms/yanel-website/res-configs-repo/data/en/documentation

michi at wyona.com michi at wyona.com
Fri Jun 17 09:34:44 CEST 2011


Author: michi
Date: 2011-06-17 09:34:43 +0200 (Fri, 17 Jun 2011)
New Revision: 58779

Added:
   public/yanel/trunk/src/realms/yanel-website/res-configs-repo/data/en/documentation/index.html.yanel-rc
Log:
sample resource config added

Added: public/yanel/trunk/src/realms/yanel-website/res-configs-repo/data/en/documentation/index.html.yanel-rc
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/res-configs-repo/data/en/documentation/index.html.yanel-rc	                        (rev 0)
+++ public/yanel/trunk/src/realms/yanel-website/res-configs-repo/data/en/documentation/index.html.yanel-rc	2011-06-17 07:34:43 UTC (rev 58779)
@@ -0,0 +1,31 @@
+<?xml version="1.0"?>
+
+<yanel:resource-config xmlns:yanel="http://www.wyona.org/yanel/rti/1.0">
+  <yanel:rti name="xml" namespace="http://www.wyona.org/yanel/resource/1.0"/>
+
+  <yanel:property name="mime-type" value="application/xhtml+xml"/>
+
+  <yanel:property name="workflow-schema" value="/workflow/workflow-with-review.xml"/>
+
+  <yanel:property name="check-comments" value="true"/>
+  <yanel:property name="aggregate-comments" value="true"/>
+
+  <yanel:custom-config>
+    <views xmlns="http://www.wyona.org/yanel/rti/1.0">
+      <view id="default">
+
+        <xslt>/xslt/global.xsl</xslt>
+        <xslt>/xslt/apply-google-analytics.xsl</xslt>
+        <mime-type>text/html</mime-type>
+        <serializer key="HTML_TRANSITIONAL">
+<!--
+          <indent>no</indent>
+-->
+        </serializer>
+      </view>
+      <view id="xml">
+        <mime-type>application/xml</mime-type>
+      </view>
+    </views>
+  </yanel:custom-config>
+</yanel:resource-config>



More information about the Yanel-commits mailing list