[Yanel-commits] rev 31670 - public/yanel/trunk/src/contributions/resources/pdf/yanel-htdocs/doc

simon at wyona.com simon at wyona.com
Tue Feb 12 09:15:52 CET 2008


Author: simon
Date: 2008-02-12 09:15:51 +0100 (Tue, 12 Feb 2008)
New Revision: 31670

Modified:
   public/yanel/trunk/src/contributions/resources/pdf/yanel-htdocs/doc/index.html
Log:
tarted docu for pdf resource. not finished yet.

Modified: public/yanel/trunk/src/contributions/resources/pdf/yanel-htdocs/doc/index.html
===================================================================
--- public/yanel/trunk/src/contributions/resources/pdf/yanel-htdocs/doc/index.html	2008-02-12 08:05:58 UTC (rev 31669)
+++ public/yanel/trunk/src/contributions/resources/pdf/yanel-htdocs/doc/index.html	2008-02-12 08:15:51 UTC (rev 31670)
@@ -1,20 +1,55 @@
 <html>
   <head>
-    <title>tbd</title>
+    <title>PDF 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>PDF Resource</h1>
+    
+    <h2>Overview</h2>
     <dl>
       <dt>Name:</dt>
-      <dd>tbd</dd>
+      <dd>pdf</dd>
       <dt>Namespace:</dt>
-      <dd>tbd</dd>
+      <dd>http://www.wyona.org/yanel/resource/1.0</dd>
       <dt>UniversalName</dt>
-      <dd>tbd</dd>
+      <dd>http://www.wyona.org/yanel/resource/1.0::pdf</dd>
       <dt>Description:</dt>
-      <dd>tbd</dd>
+      <dd>PDF Resource</dd>
       <dt>Java Class:</dt>
-      <dd>tbd</dd>
+      <dd>org.wyona.yanel.impl.resources.PDFResource</dd>
     </dl>
+    
+    <h2>Views</h2>
+    <p>TBD</p>
+    
+    <h2>Examples</h2>
+    <p>TBD</p>
+    
   </body>
 </html>



More information about the Yanel-commits mailing list