[z3-checkins] r23358 - z3/zopeweb/trunk/content/documentation
baijum at codespeak.net
baijum at codespeak.net
Wed Feb 15 14:30:03 CET 2006
Author: baijum
Date: Wed Feb 15 14:29:42 2006
New Revision: 23358
Added:
z3/zopeweb/trunk/content/documentation/z3tut1.txt
z3/zopeweb/trunk/content/documentation/z3tut2.txt
z3/zopeweb/trunk/content/documentation/z3tut3.txt
Log:
Added (only outline) content/documentation/[z3tut1.txt, z3tut2.txt, z3tut3.txt]
Added: z3/zopeweb/trunk/content/documentation/z3tut1.txt
==============================================================================
--- (empty file)
+++ z3/zopeweb/trunk/content/documentation/z3tut1.txt Wed Feb 15 14:29:42 2006
@@ -0,0 +1,58 @@
+========================
+Zope 3 Tutorial (Part 1)
+========================
+
+Introduction
+------------
+
+FIXME: Two or three small paragraphs.
+
+Installation
+------------
+
+The latest stable release can be downloaded from
+http://www.zope.org/Products/Zope3 . You will be required to install
+`Python 2.4`_. To install Zope 3 in GNU/Linux::
+
+ # tar zxvf Zope-3.2.0.tgz
+ # cd Zope-3.2.0
+ # ./configure --with-python=/path/to/python2.4
+ # make install
+
+For windows use the `setup file`_.
+
+If you cannot install Zope3, see the `detailed instruction`_.
+
+.. _Python 2.4: http://www.python.org
+.. _setup file: http://www.zope.org/Products/Zope3/3.2.0final/Zope-3.2.0.win32-py2.4.exe
+.. _detailed instruction: install.html
+
+
+Make an instance
+----------------
+
+
+The ZMI
+-------
+
+Instance utility scripts
+------------------------
+
+Message board application
+-------------------------
+
+Interfaces
+----------
+
+Unit testing
+------------
+
+Implementation
+--------------
+
+Configuration
+-------------
+
+Running application
+-------------------
+
Added: z3/zopeweb/trunk/content/documentation/z3tut2.txt
==============================================================================
--- (empty file)
+++ z3/zopeweb/trunk/content/documentation/z3tut2.txt Wed Feb 15 14:29:42 2006
@@ -0,0 +1,19 @@
+========================
+Zope 3 Tutorial (Part 2)
+========================
+
+Introduction
+------------
+
+Views
+-----
+
+Browser view
+-------------
+
+Page template
+-------------
+
+Functional testing
+------------------
+
Added: z3/zopeweb/trunk/content/documentation/z3tut3.txt
==============================================================================
--- (empty file)
+++ z3/zopeweb/trunk/content/documentation/z3tut3.txt Wed Feb 15 14:29:42 2006
@@ -0,0 +1,16 @@
+========================
+Zope 3 Tutorial (Part 3)
+========================
+
+Introduction
+------------
+
+Template
+--------
+
+CSS
+---
+
+Configuration
+--------------
+
More information about the z3-checkins
mailing list