[Yanel-commits] rev 31612 - public/yanel/trunk/src/contributions/resources/resource-creator/yanel-htdocs/doc

michi at wyona.com michi at wyona.com
Mon Feb 11 15:48:58 CET 2008


Author: michi
Date: 2008-02-11 15:48:58 +0100 (Mon, 11 Feb 2008)
New Revision: 31612

Modified:
   public/yanel/trunk/src/contributions/resources/resource-creator/yanel-htdocs/doc/index.html
Log:
docu style added

Modified: public/yanel/trunk/src/contributions/resources/resource-creator/yanel-htdocs/doc/index.html
===================================================================
--- public/yanel/trunk/src/contributions/resources/resource-creator/yanel-htdocs/doc/index.html	2008-02-11 14:38:25 UTC (rev 31611)
+++ public/yanel/trunk/src/contributions/resources/resource-creator/yanel-htdocs/doc/index.html	2008-02-11 14:48:58 UTC (rev 31612)
@@ -1,20 +1,53 @@
-<html>
+<?xml version="1.0"?>
+
+<html xmlns="http://www.w3.org/1999/xhtml">
   <head>
-    <title>tbd</title>
+    <title>Resource creator 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>Resource creator resource</h1>
+
+    <h2>Overview</h2>
     <dl>
       <dt>Name:</dt>
-      <dd>tbd</dd>
+      <dd>resource-creator</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}resource-creator/&gt;</dd>
       <dt>Description:</dt>
-      <dd>tbd</dd>
+      <dd>A resource which allows creating other resource instances</dd>
       <dt>Java Class:</dt>
-      <dd>tbd</dd>
+      <dd>org.wyona.yanel.impl.resources.ResourceCreatorResource</dd>
     </dl>
+
+    <h2>Examples</h2>
+    <p><b>...</b></p>
   </body>
 </html>



More information about the Yanel-commits mailing list