Author: tziade
Date: Sun Apr  2 19:25:03 2006
New Revision: 2762

Modified:
   cookbook/trunk/recipe00.en.tex
   cookbook/trunk/recipe_list.txt
Log:
using a formatted text, that will be used by xmlrpc scripts to display project 
status over the website

Modified: cookbook/trunk/recipe00.en.tex
==============================================================================
--- cookbook/trunk/recipe00.en.tex      (original)
+++ cookbook/trunk/recipe00.en.tex      Sun Apr  2 19:25:03 2006
@@ -18,14 +18,14 @@
 A recipe is made of a problem and a solution section.
 
 \begin{itemize}
-\item The problem describe in less than 20 lines the problem to solve.
+\item The problem describes in less than 20 lines the problem to solve.
 
-\item The solution is made of sections and subsections, and provide the
+\item The solution is made of sections and subsections, and provides the
 solution.
 \end{itemize}
 
 The solution can contain text and code. The code can be made with several
-specific commands.
+specific commands
 
 \section*{Specific commands for the code blocs}
 

Modified: cookbook/trunk/recipe_list.txt
==============================================================================
--- cookbook/trunk/recipe_list.txt      (original)
+++ cookbook/trunk/recipe_list.txt      Sun Apr  2 19:25:03 2006
@@ -1,95 +1,63 @@
-Recipes list
-____________
+# number - title - state1 - state2 - ...
 
-Categories
-==========
+# for each language, the state can be:
+#   lang-0 : nothing done
+#   lang-1 : beeing written
+#   lang-2 : written
+#   lang-3 : being translated
+
+
+01 - zope installation - fr-0 - en-0
+02 - understanding runzope, zopectl, and other things - fr-0 - en-0
+03 - understanding the interface - fr-0 - en-0
+04 - the zope component architecture - fr-0 - en-0
+05 - understanding the development process - fr-0 - en-0
+06 - writing unit tests - fr-0 - en-0
+07 - writing functional tests - fr-2 - en-2
+08 - debugging the code - fr-0 - en-0
+09 - understanding Interfaces - fr-0 - en-0
+10 - understanding the traversal - fr-0 - en-0
+11 - mastering ZCML - fr-0 - en-0
+12 - mastering ZPT - fr-0 - en-0
+13 - adding an extension package - fr-0 - en-0
+14 - creating and publishing an object - fr-0 - en-0
+15 - creating resources - fr-0 - en-0
+16 - creating a global utility - fr-0 - en-0
+17 - creating a local utility - fr-0 - en-0
+18 - understanding Adapters - fr-0 - en-0
+19 - creating an Adapter - fr-0 - en-0
+20 - understanding forms - fr-0 - en-0
+21 - creating a object with forms - fr-0 - en-0
+22 - understanding Events - fr-0 - en-0
+23 - using Events - fr-0 - en-0
+24 - setting up a development environment (xx path) - fr-0 - en-0
+
+40 - setting up authentication - fr-0 - en-0
+41 - designing a publication workflow - fr-0 - en-0
+42 - working with metadata (annotations) - fr-0 - en-0
+43 - creating a new skin - fr-0 - en-0
+44 - driving the application with XML-RPC - fr-0 - en-0
+45 - creating an internationalized package - fr-0 - en-0
+46 - creating multilanguage content objects - fr-0 - en-0
+47 - changing and migrating existing objects - fr-0 - en-0
+48 - writing reSTructuredText for documentation and doctests - fr-2 - en-2
+49 - interacting with zope in tests - fr-1 - en-0
+50 - finding the good pace between coding, documenting, unit testing and 
functional testing - fr-2 - en-2
+51 - recording a user web session to write tests - fr-2 - en-2
+52 - organizing the code in a package - fr-2 - en-2
+53 - using ldap to store users - fr-0 - en-0
+54 - using a sql database to store data - fr-0 - en-0
+55 - testing forms with zope.testbrowser - fr-0 - en-0
+56 - organizing the code in a package - fr-0 - en-0
+57 - learning naming conventions - fr-0 - en-0
+58 - creating a new content object - fr-0 - en-0
+59 - retrieving an object url - fr-2 - en-2
+60 - creating a rss feed for a container - fr-0 - en-0
+61 - writing and reading dublincore metadatas - fr-0 - en-0
+
+70 - extending ZCML - fr-0 - en-0
+71 - extending ZPT - fr-0 - en-0
+72 - implementing a new publisher - fr-0 - en-0
 
-- Using Zope
-- Developping Zope - the concepts
-- Developping Zope - real-world recipes
-- Developping Zope - advanced recipes
-- Administrating Zope
-
-Levels
-======
-
-TODO
-
-
-Recipes
-=======
-
-Using Zope
-~~~~~~~~~~
-
-01 - zope installation
-02 - understanding runzope, zopectl, and other things
-03 - understanding the interface
-
-Developping Zope - the concepts
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-04 - the zope component architecture
-05 - understanding the development process
-06 - writing unit tests
-07 - writing functional tests (TZ, fr->en:MR)
-08 - debugging the code
-09 - understanding Interfaces
-10 - understanding the traversal
-11 - mastering ZCML
-12 - mastering ZPT
-13 - adding an extension package
-14 - creating and publishing an object
-15 - creating resources
-16 - creating a global utility
-17 - creating a local utility
-18 - understanding Adapters
-19 - creating an Adapter
-20 - understanding forms
-21 - creating a object with forms
-22 - understanding Events
-23 - using Events
-24 - setting up a development environment (xx path)
-- ...
-
-Developping Zope - real-world recipes
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-40 - setting up authentication
-41 - designing a publication workflow
-42 - working with metadata (annotations)
-43 - creating a new skin
-44 - driving the application with XML-RPC
-45 - creating an internationalized package
-46 - creating multilanguage content objects
-47 - changing and migrating existing objects
-48 - writing reSTructuredText for documentation and doctests  (TZ), (fr->en:TZ)
-49 - interacting with zope in tests  (TZ)
-50 - organizing tests in a package  (TZ)
-51 - finding the good pace between coding, documenting, unit testing and
-     functional testing  (TZ)
-52 - recording a user web session to write tests  (TZ), (fr->en:TZ)
-53 - organizing the code in a package  (TZ)
-54 - using ldap to store users
-55 - using a sql database to store data
-56 - testing forms with zope.testbrowser
-57 - organizing the code in a package
-58 - learning naming conventions
-59 - creating a new content object
-60 - retrieving an object url (TZ)
-61 - creating a rss feed for a container
-62 - writing and reading dublincore metadatas
-- ...
-
-Developping Zope - advanced recipes
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-70 - extending ZCML
-71 - extending ZPT
-72 - implementing a new publisher
-- ...
-
-Administrating Zope
-~~~~~~~~~~~~~~~~~~~
-
-80 - setting up zope with apache
-81 - setting up zope with squid
-- ...
+80 - setting up zope with apache - fr-0 - en-0
+81 - setting up zope with squid - fr-0 - en-0
-- 
http://lists.nuxeo.com/mailman/listinfo/z3lab-checkins

Reply via email to