[Yanel-commits] rev 40098 - public/yanel/trunk/src/resources/odt/yanel-htdocs/doc

michi at wyona.com michi at wyona.com
Mon Nov 24 11:58:20 CET 2008


Author: michi
Date: 2008-11-24 11:58:20 +0100 (Mon, 24 Nov 2008)
New Revision: 40098

Modified:
   public/yanel/trunk/src/resources/odt/yanel-htdocs/doc/index.html
Log:
docu started

Modified: public/yanel/trunk/src/resources/odt/yanel-htdocs/doc/index.html
===================================================================
--- public/yanel/trunk/src/resources/odt/yanel-htdocs/doc/index.html	2008-11-24 10:54:48 UTC (rev 40097)
+++ public/yanel/trunk/src/resources/odt/yanel-htdocs/doc/index.html	2008-11-24 10:58:20 UTC (rev 40098)
@@ -1,20 +1,64 @@
-<html>
+<?xml version="1.0"?>
+
+<html xmlns="http://www.w3.org/1999/xhtml">
   <head>
-    <title>tbd</title>
+    <title>ODT resource</title>
+    <style>
+h2 {
+  font-size: 130%;
+  color:     #ffffff;
+  background-color: #525D76;
+}
+pre {
+  background-color: efefef;
+}
+td {
+  background-color: eeeeee;
+  color:            000000;
+}
+
+/* first row */
+table tr:first-child td {
+  background-color: cccccc;
+  color:            000000;
+}
+
+/* or th as first row */
+table th {
+  background-color: cccccc;
+  color:            000000;
+}
+    </style>
   </head>
   <body>
-    <h1>from-scratch</h1>
+    <h1>ODT resource</h1>
+
+    <h2>Overview</h2>
     <dl>
       <dt>Name:</dt>
-      <dd>tbd</dd>
+      <dd>odt</dd>
       <dt>Namespace:</dt>
-      <dd>tbd</dd>
+      <dd>http://www.wyona.org/yanel/resource/1.0</dd>
       <dt>UniversalName</dt>
-      <dd>tbd</dd>
+      <dd>&lt;{http://www.wyona.org/yanel/resource/1.0}odt/&gt;</dd>
       <dt>Description:</dt>
-      <dd>tbd</dd>
+      <dd>Open document text resource</dd>
       <dt>Java Class:</dt>
-      <dd>tbd</dd>
+      <dd>org.wyona.yanel.impl.resources.ODTResource</dd>
     </dl>
+
+    <h2>Examples</h2>
+
+<p><b>Simple configuration</b></p>
+
+<pre>
+    &lt;yanel:resource-config xmlns:yanel="http://www.wyona.org/yanel/rti/1.0"&gt;
+      &lt;yanel:rti name="odt" namespace="http://www.wyona.org/yanel/resource/1.0"/&gt;
+
+<!--
+      &lt;yanel:property name="UNKNOWN" value="UNKNOWN"/&gt;
+-->
+    &lt;/yanel:resource-config&gt;
+</pre>
   </body>
 </html>



More information about the Yanel-commits mailing list