Update of /cvsroot/modeling/ZModeling
In directory sc8-pr-cvs1:/tmp/cvs-serv14583
Modified Files:
README
Log Message:
Updated --restructuredtext formatted
Index: README
===================================================================
RCS file: /cvsroot/modeling/ZModeling/README,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** README 6 May 2003 16:29:48 -0000 1.2
--- README 10 Nov 2003 13:34:09 -0000 1.3
***************
*** 1,7 ****
! This directory contains Zope products based on the Modeling framework:
! ZModelizationTool:
! ------------------
! The ZModelization is a tool to help you design a model.
It lets you create and edit the model through a web interface, that is
--- 1,22 ----
! =========
! ZModeling
! =========
! :Authors:
! Sébastien Bigaret <sbi...@us...>
!
! :Version:
! $Revision$
!
!
! This directory contains Zope products based on the Modeling framework.
!
! ZModelizationTool
! -----------------
!
! Overview
! ~~~~~~~~
!
! The ZModelization Tool is a tool to help you design a model.
It lets you create and edit the model through a web interface, that is
***************
*** 16,30 ****
the python code for your model, just by a few mouse clicks.
! ZEditingContextSessioning:
! --------------------------
- Adds a new method to Zope session objects: defaultEditingContext(), which
- delivers a specific EditingContext in each session.
! The two other products, ZModelManager and ZClassDescriptionManager are for
! debugging purposes only and should probably not be used unless you're
! debugging the framework itself. Note that it is possible that they are
! out-of-sync with the current version of the framework.
For dependencies and general informations, see the Modeling framework.
--- 31,65 ----
the python code for your model, just by a few mouse clicks.
! Installation
! ~~~~~~~~~~~~
! Copy the directory into the Zope's ``Products/`` directory, then create an
! instance of the ``Modelization Tool`` in the Zope Management Interface (ZMI).
+ ZEditingContextSessioning
+ -------------------------
! Overview
! ~~~~~~~~
!
! Adds a new method to Zope session objects: ``defaultEditingContext()``,
! which delivers a specific EditingContext in each session.
!
! Further documentatin can be found at:
! http://modeling.sf.net/UserGuide/framework-integration-zope.html
!
! Installation
! ~~~~~~~~~~~~
! Installation: copy the directory into the Zope's ``Products/`` directory.
!
!
! Misc. notes
! -----------
!
! The two other products (not shipped with the tarball, only in CVS),
! ``ZModelManager`` and ``ZClassDescriptionManager`` are for debugging purposes
! only and should probably not be used unless you're debugging the framework
! itself. Note that it is possible that they are out-of-sync with the current
! version of the framework.
For dependencies and general informations, see the Modeling framework.
|