Author: jmorliaguet
Date: Tue Oct 25 18:55:09 2005
New Revision: 28633

Modified:
   z3lab/z3ecm/trunk/src/ecm/cpsskins/README.txt
   z3lab/z3ecm/trunk/src/ecm/cpsskins/example1/README.txt
Log:

- doc update



Modified: z3lab/z3ecm/trunk/src/ecm/cpsskins/README.txt
==============================================================================
--- z3lab/z3ecm/trunk/src/ecm/cpsskins/README.txt       (original)
+++ z3lab/z3ecm/trunk/src/ecm/cpsskins/README.txt       Tue Oct 25 18:55:09 2005
@@ -5,7 +5,7 @@
 ===========================
 
 :Author: Jean-Marc Orliaguet
-:Version: $Revision: 1 $
+:Version: $Revision: 2 $
 :Copyright: 2005 Nuxeo and Contributors.
 
 .. contents::
@@ -83,9 +83,11 @@
 Installing the application
 --------------------------
 
+::
+
  $ cd Zope3/src
 
-Download the code from z3lab:
+Download the code from z3lab::
 
  $ svn co https://svn.nuxeo.org/pub/z3lab/cpsskins/branches/jmo-perspectives \
    cpsskins
@@ -99,6 +101,8 @@
 Installing the examples in the tutorial
 ---------------------------------------
 
+::
+
  $ cd Zope3/src
 
  $ svn co https://svn.nuxeo.org/pub/z3lab/z3ecm/trunk/src/ecm
@@ -178,22 +182,26 @@
 --------
 
 A) How to write a portlet
+-------------------------
 
-* example1/
+example1/
+~~~~~~~~~
 
 This example explains how to write a portlet that generates HTML markup.
 
 The Hello portlet always return 'Hello world'. It is not configurable.
 
 
-* example2/
+example2/
+~~~~~~~~~
 
 This example explains how to write a portlet that generates any HTML markup.
 
 The HTML portlet returns the value of the 'html' field.
 
 
-* example3/
+example3/
+~~~~~~~~~
 
 This example explains how to write a portlet that generates a list of items.
 
@@ -201,7 +209,8 @@
 using a widget.
 
 
-* example4/
+example4/
+~~~~~~~~~
 
 This example explains how to write a portlet that generates a dynamic list of
 items consisting of actions with a title and a url.
@@ -212,7 +221,8 @@
 using a widget.
 
 
-* example5/
+example5/
+~~~~~~~~~
 
 This example shows how to turn Zope3 views into a portlet.
 
@@ -220,11 +230,13 @@
 
 
 B) How to write a widget
+------------------------
 
 TODO
 
 
 C) How to write a filter
+------------------------
 
 TODO
 

Modified: z3lab/z3ecm/trunk/src/ecm/cpsskins/example1/README.txt
==============================================================================
--- z3lab/z3ecm/trunk/src/ecm/cpsskins/example1/README.txt      (original)
+++ z3lab/z3ecm/trunk/src/ecm/cpsskins/example1/README.txt      Tue Oct 25 
18:55:09 2005
@@ -166,7 +166,7 @@
   />
 
 
-Step 4: testing the portlet
+Step 5: testing the portlet
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 You can now make sure that your portlet works as expected:
-- 
http://lists.nuxeo.com/mailman/listinfo/z3lab-checkins

Reply via email to