[Checkins] SVN: zopetoolkit/trunk/source/ - Some styling improvement: avoid `justify` style.

Christian Theune ct at gocept.com
Sat Jul 4 07:29:09 EDT 2009


Log message for revision 101511:
  - Some styling improvement: avoid `justify` style.
  
  - Add preliminary list of packages which we can build on.
  
  

Changed:
  A   zopetoolkit/trunk/source/_static/ztk.css
  U   zopetoolkit/trunk/source/about/concepts.rst
  U   zopetoolkit/trunk/source/about/coreextra.rst
  U   zopetoolkit/trunk/source/about/index.rst
  A   zopetoolkit/trunk/source/about/packages.rst
  U   zopetoolkit/trunk/source/conf.py
  U   zopetoolkit/trunk/source/index.rst

-=-
Added: zopetoolkit/trunk/source/_static/ztk.css
===================================================================
--- zopetoolkit/trunk/source/_static/ztk.css	                        (rev 0)
+++ zopetoolkit/trunk/source/_static/ztk.css	2009-07-04 11:29:09 UTC (rev 101511)
@@ -0,0 +1,7 @@
+ at import url("default.css");
+
+div.body p,
+div.body dd,
+div.body li {
+    text-align:left;
+}

Modified: zopetoolkit/trunk/source/about/concepts.rst
===================================================================
--- zopetoolkit/trunk/source/about/concepts.rst	2009-07-04 11:11:57 UTC (rev 101510)
+++ zopetoolkit/trunk/source/about/concepts.rst	2009-07-04 11:29:09 UTC (rev 101511)
@@ -4,39 +4,43 @@
 We summarize some terms and concepts so we can all agree on how we
 refer to things in discussions.
 
-* Zope 2: the Zope 2 application server.
+Zope 2
+    the Zope 2 application server.
 
-* Zope 3 (preferred: Zope 3 application server): Zope 3 as an
-  application server, includes a way to create projects. Currently
-  also contains the ZMI.
+Zope 3 (preferred: Zope 3 application server)
+  Zope 3 as an application server, includes a way to create projects.
+  Currently also contains the ZMI.
 
-* Grok web framework: Grok, very similar to the Zope 3 application
-  server, but with extra Grok libraries and policy, and Grok
-  community.
+Grok web framework
+    Grok, very similar to the Zope 3 application server, but with extra Grok
+    libraries and policy, and Grok community.
 
-* Repoze: a set of libraries that builds on Zope technology, reuse
-  Zope concepts and expand on Zope technology.
+Repoze
+    a set of libraries that builds on Zope technology, reuse Zope concepts and
+    expand on Zope technology.
 
-* Plone: a CMS based on Zope 2 and the CMF that is a major consumer of
-  Zope Toolkit technology.
+Plone
+    a CMS based on Zope 2 and the CMF that is a major consumer of Zope Toolkit
+    technology.
 
-* Zope Toolkit: the collection of Zope Toolkit core
-  libraries. Shouldn't include the ZMI and doesn't include a
-  particular way to create a project.
+Zope Toolkit
+    the collection of Zope Toolkit core libraries. Shouldn't include the ZMI
+    and doesn't include a particular way to create a project.
 
-* Zope Toolkit release: a set of Zope Toolkit library versions
-  that have been tested to work together. This set receives a
-  collective version number ("Zope Toolkit 3.5"). A release could
-  simply consist of a list of version numbers.
+Zope Toolkit release
+    a set of Zope Toolkit library versions that have been tested to work
+    together. This set receives a collective version number ("Zope Toolkit
+    3.5"). A release could simply consist of a list of version numbers.
 
-* Zope Toolkit Steering Group: the group responsible for the leading
-  Zope Toolkit development, ensuring its continued evolution driven
-  by the concerns of the various consumers of the toolkit (or
-  particular libraries in the toolkit).
+Zope Toolkit Steering Group
+    the group responsible for the leading Zope Toolkit development, ensuring
+    its continued evolution driven by the concerns of the various consumers of
+    the toolkit (or particular libraries in the toolkit).
 
-* Zope core library: a library within the Zope Toolkit.
+Zope core library
+    a library within the Zope Toolkit.
 
-* Zope extra library: a library not within the Zope Toolkit. Could
-  be "just not" within the Zope Toolkit, or "not yet", or "not
-  anymore". These libraries are intended to work with the Zope
-  Toolkit and are maintained by the wider Zope community.
+Zope extra library
+    a library not within the Zope Toolkit. Could be "just not" within the Zope
+    Toolkit, or "not yet", or "not anymore". These libraries are intended to
+    work with the Zope Toolkit and are maintained by the wider Zope community.

Modified: zopetoolkit/trunk/source/about/coreextra.rst
===================================================================
--- zopetoolkit/trunk/source/about/coreextra.rst	2009-07-04 11:11:57 UTC (rev 101510)
+++ zopetoolkit/trunk/source/about/coreextra.rst	2009-07-04 11:29:09 UTC (rev 101511)
@@ -1,9 +1,6 @@
 Core and Extra concepts
 =======================
 
-Introduction
-------------
-
 The Zope Toolkit covers only some libraries in the wider Zope
 community and software repository. We introduce the concepts of *core*
 and *extra* to be able to distinguish between the two.

Modified: zopetoolkit/trunk/source/about/index.rst
===================================================================
--- zopetoolkit/trunk/source/about/index.rst	2009-07-04 11:11:57 UTC (rev 101510)
+++ zopetoolkit/trunk/source/about/index.rst	2009-07-04 11:29:09 UTC (rev 101511)
@@ -1,29 +1,13 @@
-The Zope Toolkit
-================
+About the Zope Toolkit
+======================
 
-The Zope Toolkit is a collection of libraries managed by the Zope
-developers. The Zope Toolkit is not installable directly, but
-libraries in it are.
 
-Zope Toolkit libraries are intended to be reusable by projects to
-develop web applications or web frameworks. Currently some of the Zope
-Toolkit libraries are more reusable in this way than others, but we
-are working on getting them all in shape.
-
-The whole collection of Zope Toolkit libraries in used in various
-other web frameworks and web application servers. Three of these are
-managed by the Zope project: Zope 2, Zope 3 and Grok. If you install
-one of these systems, you will get the Zope Toolkit along with it
-automatically.
-
-The :ref:`steering-group` is there to help guide the development
-of the Zope Toolkit.
-
 .. toctree::
    :maxdepth: 1
 
    history
    coreextra
    concepts
+   packages
 
 

Added: zopetoolkit/trunk/source/about/packages.rst
===================================================================
--- zopetoolkit/trunk/source/about/packages.rst	                        (rev 0)
+++ zopetoolkit/trunk/source/about/packages.rst	2009-07-04 11:29:09 UTC (rev 101511)
@@ -0,0 +1,155 @@
+Libraries
+---------
+
+This is the list of libraries that belong to the Zope Toolkit and are governed
+by the ZTK development process.
+
+============================ ========================================================================================================= =========================================================================================================================================================================================================
+Name                         Description                                                                                               Links
+============================ ========================================================================================================= =========================================================================================================================================================================================================
+zodbcode                     Allows Python code to live in the ZODB                                                                    `Subversion <http://svn.zope.org/zodbcode>`_ | `PyPI <http://pypi.python.org/pypi/zodbcode>`_ | `Bugs <http://bugs.launchpad.net/zodbcode>`_                                                             
+zope.annotation              Object annotation mechanism                                                                               `Subversion <http://svn.zope.org/zope.annotation>`_ | `PyPI <http://pypi.python.org/pypi/zope.annotation>`_ | `Bugs <http://bugs.launchpad.net/zope.annotation>`_                                        
+zope.cachedescriptors        Method and property caching decorators                                                                    `Subversion <http://svn.zope.org/zope.cachedescriptors>`_ | `PyPI <http://pypi.python.org/pypi/zope.cachedescriptors>`_ | `Bugs <http://bugs.launchpad.net/zope.cachedescriptors>`_                      
+zope.component               Zope Component Architecture                                                                               `Subversion <http://svn.zope.org/zope.component>`_ | `PyPI <http://pypi.python.org/pypi/zope.component>`_ | `Bugs <http://bugs.launchpad.net/zope.component>`_                                           
+zope.configuration           Zope Configuration Markup Language (ZCML)                                                                 `Subversion <http://svn.zope.org/zope.configuration>`_ | `PyPI <http://pypi.python.org/pypi/zope.configuration>`_ | `Bugs <http://bugs.launchpad.net/zope.configuration>`_                               
+zope.contentprovider         Content Provider Framework for Zope Templates                                                             `Subversion <http://svn.zope.org/zope.contentprovider>`_ | `PyPI <http://pypi.python.org/pypi/zope.contentprovider>`_ | `Bugs <http://bugs.launchpad.net/zope.contentprovider>`_                         
+zope.contenttype             Zope contenttype                                                                                          `Subversion <http://svn.zope.org/zope.contenttype>`_ | `PyPI <http://pypi.python.org/pypi/zope.contenttype>`_ | `Bugs <http://bugs.launchpad.net/zope.contenttype>`_                                     
+zope.copypastemove           Copy, Paste and Move support for content components.                                                      `Subversion <http://svn.zope.org/zope.copypastemove>`_ | `PyPI <http://pypi.python.org/pypi/zope.copypastemove>`_ | `Bugs <http://bugs.launchpad.net/zope.copypastemove>`_                               
+zope.datetime                Zope datetime                                                                                             `Subversion <http://svn.zope.org/zope.datetime>`_ | `PyPI <http://pypi.python.org/pypi/zope.datetime>`_ | `Bugs <http://bugs.launchpad.net/zope.datetime>`_                                              
+zope.decorator               Zope Decorators (Deprecated)                                                                              `Subversion <http://svn.zope.org/zope.decorator>`_ | `PyPI <http://pypi.python.org/pypi/zope.decorator>`_ | `Bugs <http://bugs.launchpad.net/zope.decorator>`_                                           
+zope.deferredimport          zope.deferredimport allows you to perform imports names that will only be resolved when used in the code. `Subversion <http://svn.zope.org/zope.deferredimport>`_ | `PyPI <http://pypi.python.org/pypi/zope.deferredimport>`_ | `Bugs <http://bugs.launchpad.net/zope.deferredimport>`_                            
+zope.deprecation             Zope 3 Deprecation Infrastructure                                                                         `Subversion <http://svn.zope.org/zope.deprecation>`_ | `PyPI <http://pypi.python.org/pypi/zope.deprecation>`_ | `Bugs <http://bugs.launchpad.net/zope.deprecation>`_                                     
+zope.documenttemplate        Document Templating Markup Language (DTML)                                                                `Subversion <http://svn.zope.org/zope.documenttemplate>`_ | `PyPI <http://pypi.python.org/pypi/zope.documenttemplate>`_ | `Bugs <http://bugs.launchpad.net/zope.documenttemplate>`_                      
+zope.dottedname              Resolver for Python dotted names.                                                                         `Subversion <http://svn.zope.org/zope.dottedname>`_ | `PyPI <http://pypi.python.org/pypi/zope.dottedname>`_ | `Bugs <http://bugs.launchpad.net/zope.dottedname>`_                                        
+zope.dublincore              Zope Dublin Core implementation                                                                           `Subversion <http://svn.zope.org/zope.dublincore>`_ | `PyPI <http://pypi.python.org/pypi/zope.dublincore>`_ | `Bugs <http://bugs.launchpad.net/zope.dublincore>`_                                        
+zope.error                   An error reporting utility for Zope3                                                                      `Subversion <http://svn.zope.org/zope.error>`_ | `PyPI <http://pypi.python.org/pypi/zope.error>`_ | `Bugs <http://bugs.launchpad.net/zope.error>`_                                                       
+zope.event                   Very basic event publishing system                                                                        `Subversion <http://svn.zope.org/zope.event>`_ | `PyPI <http://pypi.python.org/pypi/zope.event>`_ | `Bugs <http://bugs.launchpad.net/zope.event>`_                                                       
+zope.exceptions              Zope Exceptions                                                                                           `Subversion <http://svn.zope.org/zope.exceptions>`_ | `PyPI <http://pypi.python.org/pypi/zope.exceptions>`_ | `Bugs <http://bugs.launchpad.net/zope.exceptions>`_                                        
+zope.file                    Efficient File Implementation for Zope Applications                                                       `Subversion <http://svn.zope.org/zope.file>`_ | `PyPI <http://pypi.python.org/pypi/zope.file>`_ | `Bugs <http://bugs.launchpad.net/zope.file>`_                                                          
+zope.filerepresentation      File-system Representation Interfaces                                                                     `Subversion <http://svn.zope.org/zope.filerepresentation>`_ | `PyPI <http://pypi.python.org/pypi/zope.filerepresentation>`_ | `Bugs <http://bugs.launchpad.net/zope.filerepresentation>`_                
+zope.formlib                 Form generation and validation library for Zope                                                           `Subversion <http://svn.zope.org/zope.formlib>`_ | `PyPI <http://pypi.python.org/pypi/zope.formlib>`_ | `Bugs <http://bugs.launchpad.net/zope.formlib>`_                                                 
+zope.html                    HTML and XHTML Editing Support                                                                            `Subversion <http://svn.zope.org/zope.html>`_ | `PyPI <http://pypi.python.org/pypi/zope.html>`_ | `Bugs <http://bugs.launchpad.net/zope.html>`_                                                          
+zope.hookable                Zope hookable                                                                                             `Subversion <http://svn.zope.org/zope.hookable>`_ | `PyPI <http://pypi.python.org/pypi/zope.hookable>`_ | `Bugs <http://bugs.launchpad.net/zope.hookable>`_                                              
+zope.i18n                    Zope3 Internationalization Support                                                                        `Subversion <http://svn.zope.org/zope.i18n>`_ | `PyPI <http://pypi.python.org/pypi/zope.i18n>`_ | `Bugs <http://bugs.launchpad.net/zope.i18n>`_                                                          
+zope.i18nmessageid           Message Identifiers for internationalization                                                              `Subversion <http://svn.zope.org/zope.i18nmessageid>`_ | `PyPI <http://pypi.python.org/pypi/zope.i18nmessageid>`_ | `Bugs <http://bugs.launchpad.net/zope.i18nmessageid>`_                               
+zope.index                   Indices for using with catalog like text, field, etc.                                                     `Subversion <http://svn.zope.org/zope.index>`_ | `PyPI <http://pypi.python.org/pypi/zope.index>`_ | `Bugs <http://bugs.launchpad.net/zope.index>`_                                                       
+zope.interface               Interfaces for Python                                                                                     `Subversion <http://svn.zope.org/zope.interface>`_ | `PyPI <http://pypi.python.org/pypi/zope.interface>`_ | `Bugs <http://bugs.launchpad.net/zope.interface>`_                                           
+zope.lifecycleevent          Object life-cycle events                                                                                  `Subversion <http://svn.zope.org/zope.lifecycleevent>`_ | `PyPI <http://pypi.python.org/pypi/zope.lifecycleevent>`_ | `Bugs <http://bugs.launchpad.net/zope.lifecycleevent>`_                            
+zope.location                Zope Location                                                                                             `Subversion <http://svn.zope.org/zope.location>`_ | `PyPI <http://pypi.python.org/pypi/zope.location>`_ | `Bugs <http://bugs.launchpad.net/zope.location>`_                                              
+zope.mimetype                A simple package for working with MIME content types                                                      `Subversion <http://svn.zope.org/zope.mimetype>`_ | `PyPI <http://pypi.python.org/pypi/zope.mimetype>`_ | `Bugs <http://bugs.launchpad.net/zope.mimetype>`_                                              
+zope.minmax                  Homogeneous values favoring maximum or minimum for ZODB conflict resolution                               `Subversion <http://svn.zope.org/zope.minmax>`_ | `PyPI <http://pypi.python.org/pypi/zope.minmax>`_ | `Bugs <http://bugs.launchpad.net/zope.minmax>`_                                                    
+zope.modulealias             Zope modulealias                                                                                          `Subversion <http://svn.zope.org/zope.modulealias>`_ | `PyPI <http://pypi.python.org/pypi/zope.modulealias>`_ | `Bugs <http://bugs.launchpad.net/zope.modulealias>`_                                     
+zope.pagetemplate            Zope Page Templates                                                                                       `Subversion <http://svn.zope.org/zope.pagetemplate>`_ | `PyPI <http://pypi.python.org/pypi/zope.pagetemplate>`_ | `Bugs <http://bugs.launchpad.net/zope.pagetemplate>`_                                  
+zope.proxy                   Generic Transparent Proxies                                                                               `Subversion <http://svn.zope.org/zope.proxy>`_ | `PyPI <http://pypi.python.org/pypi/zope.proxy>`_ | `Bugs <http://bugs.launchpad.net/zope.proxy>`_                                                       
+zope.publisher               The Zope publisher publishes Python objects on the web.                                                   `Subversion <http://svn.zope.org/zope.publisher>`_ | `PyPI <http://pypi.python.org/pypi/zope.publisher>`_ | `Bugs <http://bugs.launchpad.net/zope.publisher>`_                                           
+zope.rdb                     Zope RDBMS transaction integration                                                                        `Subversion <http://svn.zope.org/zope.rdb>`_ | `PyPI <http://pypi.python.org/pypi/zope.rdb>`_ | `Bugs <http://bugs.launchpad.net/zope.rdb>`_                                                             
+zope.schema                  zope.interface extension for defining data schemas                                                        `Subversion <http://svn.zope.org/zope.schema>`_ | `PyPI <http://pypi.python.org/pypi/zope.schema>`_ | `Bugs <http://bugs.launchpad.net/zope.schema>`_                                                    
+zope.security                Zope3 Security Framework                                                                                  `Subversion <http://svn.zope.org/zope.security>`_ | `PyPI <http://pypi.python.org/pypi/zope.security>`_ | `Bugs <http://bugs.launchpad.net/zope.security>`_                                              
+zope.securitypolicy          Default security policy for Zope3                                                                         `Subversion <http://svn.zope.org/zope.securitypolicy>`_ | `PyPI <http://pypi.python.org/pypi/zope.securitypolicy>`_ | `Bugs <http://bugs.launchpad.net/zope.securitypolicy>`_                            
+zope.sendmail                Zope sendmail                                                                                             `Subversion <http://svn.zope.org/zope.sendmail>`_ | `PyPI <http://pypi.python.org/pypi/zope.sendmail>`_ | `Bugs <http://bugs.launchpad.net/zope.sendmail>`_                                              
+zope.sequencesort            Sequence Sorting                                                                                          `Subversion <http://svn.zope.org/zope.sequencesort>`_ | `PyPI <http://pypi.python.org/pypi/zope.sequencesort>`_ | `Bugs <http://bugs.launchpad.net/zope.sequencesort>`_                                  
+zope.server                  Zope Server (Web and FTP)                                                                                 `Subversion <http://svn.zope.org/zope.server>`_ | `PyPI <http://pypi.python.org/pypi/zope.server>`_ | `Bugs <http://bugs.launchpad.net/zope.server>`_                                                    
+zope.session                 Client identification and sessions for Zope                                                               `Subversion <http://svn.zope.org/zope.session>`_ | `PyPI <http://pypi.python.org/pypi/zope.session>`_ | `Bugs <http://bugs.launchpad.net/zope.session>`_                                                 
+zope.size                    Interfaces and simple adapter that give the size of an object                                             `Subversion <http://svn.zope.org/zope.size>`_ | `PyPI <http://pypi.python.org/pypi/zope.size>`_ | `Bugs <http://bugs.launchpad.net/zope.size>`_                                                          
+zope.structuredtext          StructuredText parser                                                                                     `Subversion <http://svn.zope.org/zope.structuredtext>`_ | `PyPI <http://pypi.python.org/pypi/zope.structuredtext>`_ | `Bugs <http://bugs.launchpad.net/zope.structuredtext>`_                            
+zope.tal                     Zope 3 Template Application Languate (TAL)                                                                `Subversion <http://svn.zope.org/zope.tal>`_ | `PyPI <http://pypi.python.org/pypi/zope.tal>`_ | `Bugs <http://bugs.launchpad.net/zope.tal>`_                                                             
+zope.tales                   Zope 3 Template Application Language Expression Syntax (TALES)                                            `Subversion <http://svn.zope.org/zope.tales>`_ | `PyPI <http://pypi.python.org/pypi/zope.tales>`_ | `Bugs <http://bugs.launchpad.net/zope.tales>`_                                                       
+zope.testbrowser             Programmable browser for functional black-box tests                                                       `Subversion <http://svn.zope.org/zope.testbrowser>`_ | `PyPI <http://pypi.python.org/pypi/zope.testbrowser>`_ | `Bugs <http://bugs.launchpad.net/zope.testbrowser>`_                                     
+zope.testing                 Zope testing framework, including the testrunner script.                                                  `Subversion <http://svn.zope.org/zope.testing>`_ | `PyPI <http://pypi.python.org/pypi/zope.testing>`_ | `Bugs <http://bugs.launchpad.net/zope.testing>`_                                                 
+zope.testrecorder            Test recorder for functional tests                                                                        `Subversion <http://svn.zope.org/zope.testrecorder>`_ | `PyPI <http://pypi.python.org/pypi/zope.testrecorder>`_ | `Bugs <http://bugs.launchpad.net/zope.testrecorder>`_                                  
+zope.thread                  Zope3 Thread-Local Storage                                                                                `Subversion <http://svn.zope.org/zope.thread>`_ | `PyPI <http://pypi.python.org/pypi/zope.thread>`_ | `Bugs <http://bugs.launchpad.net/zope.thread>`_                                                    
+zope.traversing              Resolving paths in the object hierarchy                                                                   `Subversion <http://svn.zope.org/zope.traversing>`_ | `PyPI <http://pypi.python.org/pypi/zope.traversing>`_ | `Bugs <http://bugs.launchpad.net/zope.traversing>`_                                        
+zope.ucol                    Python access to ICU text collation                                                                       `Subversion <http://svn.zope.org/zope.ucol>`_ | `PyPI <http://pypi.python.org/pypi/zope.ucol>`_ | `Bugs <http://bugs.launchpad.net/zope.ucol>`_                                                          
+zope.viewlet                 Zope Viewlets                                                                                             `Subversion <http://svn.zope.org/zope.viewlet>`_ | `PyPI <http://pypi.python.org/pypi/zope.viewlet>`_ | `Bugs <http://bugs.launchpad.net/zope.viewlet>`_                                                 
+zope.wfmc                    Workflow-Management Coalition Workflow Engine                                                             `Subversion <http://svn.zope.org/zope.wfmc>`_ | `PyPI <http://pypi.python.org/pypi/zope.wfmc>`_ | `Bugs <http://bugs.launchpad.net/zope.wfmc>`_                                                          
+zope.xmlpickle               XML-based Pickling                                                                                        `Subversion <http://svn.zope.org/zope.xmlpickle>`_ | `PyPI <http://pypi.python.org/pypi/zope.xmlpickle>`_ | `Bugs <http://bugs.launchpad.net/zope.xmlpickle>`_                                           
+============================ ========================================================================================================= =========================================================================================================================================================================================================
+
+Under review
+~~~~~~~~~~~~
+
+The following packages are included in the ZTK but are under review for
+continued inclusion or potential deprecation.
+
+============================ ========================================================================================================= =========================================================================================================================================================================================================
+Name                         Description                                                                                               Links
+============================ ========================================================================================================= =========================================================================================================================================================================================================
+zope.app.annotation          Zope Annotations                                                                                          `Subversion <http://svn.zope.org/zope.app.annotation>`_ | `PyPI <http://pypi.python.org/pypi/zope.app.annotation>`_ | `Bugs <http://bugs.launchpad.net/zope.app.annotation>`_                            
+zope.app.apidoc              API Documentation and Component Inspection for Zope 3                                                     `Subversion <http://svn.zope.org/zope.app.apidoc>`_ | `PyPI <http://pypi.python.org/pypi/zope.app.apidoc>`_ | `Bugs <http://bugs.launchpad.net/zope.app.apidoc>`_                                        
+zope.app.applicationcontrol  Zope applicationcontrol                                                                                   `Subversion <http://svn.zope.org/zope.app.applicationcontrol>`_ | `PyPI <http://pypi.python.org/pypi/zope.app.applicationcontrol>`_ | `Bugs <http://bugs.launchpad.net/zope.app.applicationcontrol>`_    
+zope.app.appsetup            Zope app setup helper                                                                                     `Subversion <http://svn.zope.org/zope.app.appsetup>`_ | `PyPI <http://pypi.python.org/pypi/zope.app.appsetup>`_ | `Bugs <http://bugs.launchpad.net/zope.app.appsetup>`_                                  
+zope.app.authentication      Pluggable Authentication Utility                                                                          `Subversion <http://svn.zope.org/zope.app.authentication>`_ | `PyPI <http://pypi.python.org/pypi/zope.app.authentication>`_ | `Bugs <http://bugs.launchpad.net/zope.app.authentication>`_                
+zope.app.basicskin           Zope 3 ZMI Basic Skin                                                                                     `Subversion <http://svn.zope.org/zope.app.basicskin>`_ | `PyPI <http://pypi.python.org/pypi/zope.app.basicskin>`_ | `Bugs <http://bugs.launchpad.net/zope.app.basicskin>`_                               
+zope.app.boston              Boston -- A Zope 3 ZMI Skin                                                                               `Subversion <http://svn.zope.org/zope.app.boston>`_ | `PyPI <http://pypi.python.org/pypi/zope.app.boston>`_ | `Bugs <http://bugs.launchpad.net/zope.app.boston>`_                                        
+zope.app.broken              Zope Broken (ZODB) Object Support                                                                         `Subversion <http://svn.zope.org/zope.app.broken>`_ | `PyPI <http://pypi.python.org/pypi/zope.app.broken>`_ | `Bugs <http://bugs.launchpad.net/zope.app.broken>`_                                        
+zope.app.cache               Zope Caching Framework                                                                                    `Subversion <http://svn.zope.org/zope.app.cache>`_ | `PyPI <http://pypi.python.org/pypi/zope.app.cache>`_ | `Bugs <http://bugs.launchpad.net/zope.app.cache>`_                                           
+zope.app.catalog             Management pages for Zope Catalog                                                                         `Subversion <http://svn.zope.org/zope.app.catalog>`_ | `PyPI <http://pypi.python.org/pypi/zope.app.catalog>`_ | `Bugs <http://bugs.launchpad.net/zope.app.catalog>`_                                     
+zope.app.component           Local Zope Component Support                                                                              `Subversion <http://svn.zope.org/zope.app.component>`_ | `PyPI <http://pypi.python.org/pypi/zope.app.component>`_ | `Bugs <http://bugs.launchpad.net/zope.app.component>`_                               
+zope.app.container           Zope Container                                                                                            `Subversion <http://svn.zope.org/zope.app.container>`_ | `PyPI <http://pypi.python.org/pypi/zope.app.container>`_ | `Bugs <http://bugs.launchpad.net/zope.app.container>`_                               
+zope.app.content             Zope Content Type                                                                                         `Subversion <http://svn.zope.org/zope.app.content>`_ | `PyPI <http://pypi.python.org/pypi/zope.app.content>`_ | `Bugs <http://bugs.launchpad.net/zope.app.content>`_                                     
+zope.app.dav                 Zope WebDAV Support (Basic)                                                                               `Subversion <http://svn.zope.org/zope.app.dav>`_ | `PyPI <http://pypi.python.org/pypi/zope.app.dav>`_ | `Bugs <http://bugs.launchpad.net/zope.app.dav>`_                                                 
+zope.app.debug               Zope Debug Mode                                                                                           `Subversion <http://svn.zope.org/zope.app.debug>`_ | `PyPI <http://pypi.python.org/pypi/zope.app.debug>`_ | `Bugs <http://bugs.launchpad.net/zope.app.debug>`_                                           
+zope.app.debugskin           Debug -- A Zope 3 ZMI Skin                                                                                `Subversion <http://svn.zope.org/zope.app.debugskin>`_ | `PyPI <http://pypi.python.org/pypi/zope.app.debugskin>`_ | `Bugs <http://bugs.launchpad.net/zope.app.debugskin>`_                               
+zope.app.dependable          Simple Dependency API                                                                                     `Subversion <http://svn.zope.org/zope.app.dependable>`_ | `PyPI <http://pypi.python.org/pypi/zope.app.dependable>`_ | `Bugs <http://bugs.launchpad.net/zope.app.dependable>`_                            
+zope.app.dtmlpage            DTML Page -- A Zope 3 Content Component                                                                   `Subversion <http://svn.zope.org/zope.app.dtmlpage>`_ | `PyPI <http://pypi.python.org/pypi/zope.app.dtmlpage>`_ | `Bugs <http://bugs.launchpad.net/zope.app.dtmlpage>`_                                  
+zope.app.error               Error reporting utility management UI for Zope3                                                           `Subversion <http://svn.zope.org/zope.app.error>`_ | `PyPI <http://pypi.python.org/pypi/zope.app.error>`_ | `Bugs <http://bugs.launchpad.net/zope.app.error>`_                                           
+zope.app.exception           Zope 3 exception views                                                                                    `Subversion <http://svn.zope.org/zope.app.exception>`_ | `PyPI <http://pypi.python.org/pypi/zope.app.exception>`_ | `Bugs <http://bugs.launchpad.net/zope.app.exception>`_                               
+zope.app.externaleditor      Editing Zope 3 Content with an External Editor                                                            `Subversion <http://svn.zope.org/zope.app.externaleditor>`_ | `PyPI <http://pypi.python.org/pypi/zope.app.externaleditor>`_ | `Bugs <http://bugs.launchpad.net/zope.app.externaleditor>`_                
+zope.app.file                File and Image -- Zope 3 Content Components                                                               `Subversion <http://svn.zope.org/zope.app.file>`_ | `PyPI <http://pypi.python.org/pypi/zope.app.file>`_ | `Bugs <http://bugs.launchpad.net/zope.app.file>`_                                              
+zope.app.folder              Folder and Site -- Zope 3 Content Components                                                              `Subversion <http://svn.zope.org/zope.app.folder>`_ | `PyPI <http://pypi.python.org/pypi/zope.app.folder>`_ | `Bugs <http://bugs.launchpad.net/zope.app.folder>`_                                        
+zope.app.form                The Original Zope 3 Form Framework                                                                        `Subversion <http://svn.zope.org/zope.app.form>`_ | `PyPI <http://pypi.python.org/pypi/zope.app.form>`_ | `Bugs <http://bugs.launchpad.net/zope.app.form>`_                                              
+zope.app.ftp                 Zope FTP Support                                                                                          `Subversion <http://svn.zope.org/zope.app.ftp>`_ | `PyPI <http://pypi.python.org/pypi/zope.app.ftp>`_ | `Bugs <http://bugs.launchpad.net/zope.app.ftp>`_                                                 
+zope.app.generations         Zope Application Schema Generations                                                                       `Subversion <http://svn.zope.org/zope.app.generations>`_ | `PyPI <http://pypi.python.org/pypi/zope.app.generations>`_ | `Bugs <http://bugs.launchpad.net/zope.app.generations>`_                         
+zope.app.homefolder          User Home Folders for Zope 3 Applications                                                                 `Subversion <http://svn.zope.org/zope.app.homefolder>`_ | `PyPI <http://pypi.python.org/pypi/zope.app.homefolder>`_ | `Bugs <http://bugs.launchpad.net/zope.app.homefolder>`_                            
+zope.app.http                HTTP Behavior for the Zope Publisher                                                                      `Subversion <http://svn.zope.org/zope.app.http>`_ | `PyPI <http://pypi.python.org/pypi/zope.app.http>`_ | `Bugs <http://bugs.launchpad.net/zope.app.http>`_                                              
+zope.app.i18n                Persistent translation domains and message catalogs                                                       `Subversion <http://svn.zope.org/zope.app.i18n>`_ | `PyPI <http://pypi.python.org/pypi/zope.app.i18n>`_ | `Bugs <http://bugs.launchpad.net/zope.app.i18n>`_                                              
+zope.app.i18nfile            I18n File and Image -- Zope 3 Content Components                                                          `Subversion <http://svn.zope.org/zope.app.i18nfile>`_ | `PyPI <http://pypi.python.org/pypi/zope.app.i18nfile>`_ | `Bugs <http://bugs.launchpad.net/zope.app.i18nfile>`_                                  
+zope.app.interface           Zope Interface Extensions                                                                                 `Subversion <http://svn.zope.org/zope.app.interface>`_ | `PyPI <http://pypi.python.org/pypi/zope.app.interface>`_ | `Bugs <http://bugs.launchpad.net/zope.app.interface>`_                               
+zope.app.interpreter         Safe Python Intrepeter Integration into Zope 3                                                            `Subversion <http://svn.zope.org/zope.app.interpreter>`_ | `PyPI <http://pypi.python.org/pypi/zope.app.interpreter>`_ | `Bugs <http://bugs.launchpad.net/zope.app.interpreter>`_                         
+zope.app.intid               ZMI views for Integer Id Utility                                                                          `Subversion <http://svn.zope.org/zope.app.intid>`_ | `PyPI <http://pypi.python.org/pypi/zope.app.intid>`_ | `Bugs <http://bugs.launchpad.net/zope.app.intid>`_                                           
+zope.app.keyreference        Object key references                                                                                     `Subversion <http://svn.zope.org/zope.app.keyreference>`_ | `PyPI <http://pypi.python.org/pypi/zope.app.keyreference>`_ | `Bugs <http://bugs.launchpad.net/zope.app.keyreference>`_                      
+zope.app.layers              Zope 3 Layer Container Package                                                                            `Subversion <http://svn.zope.org/zope.app.layers>`_ | `PyPI <http://pypi.python.org/pypi/zope.app.layers>`_ | `Bugs <http://bugs.launchpad.net/zope.app.layers>`_                                        
+zope.app.locales             Zope locale extraction and management utilities                                                           `Subversion <http://svn.zope.org/zope.app.locales>`_ | `PyPI <http://pypi.python.org/pypi/zope.app.locales>`_ | `Bugs <http://bugs.launchpad.net/zope.app.locales>`_                                     
+zope.app.locking             Simple Object Locking Framework for Zope 3 applications                                                   `Subversion <http://svn.zope.org/zope.app.locking>`_ | `PyPI <http://pypi.python.org/pypi/zope.app.locking>`_ | `Bugs <http://bugs.launchpad.net/zope.app.locking>`_                                     
+zope.app.module              Zope 3 persistent code/module support                                                                     `Subversion <http://svn.zope.org/zope.app.module>`_ | `PyPI <http://pypi.python.org/pypi/zope.app.module>`_ | `Bugs <http://bugs.launchpad.net/zope.app.module>`_                                        
+zope.app.onlinehelp          Framework for Context-Sensitive Help Pages                                                                `Subversion <http://svn.zope.org/zope.app.onlinehelp>`_ | `PyPI <http://pypi.python.org/pypi/zope.app.onlinehelp>`_ | `Bugs <http://bugs.launchpad.net/zope.app.onlinehelp>`_                            
+zope.app.pagetemplate        PageTemplate integration for Zope 3                                                                       `Subversion <http://svn.zope.org/zope.app.pagetemplate>`_ | `PyPI <http://pypi.python.org/pypi/zope.app.pagetemplate>`_ | `Bugs <http://bugs.launchpad.net/zope.app.pagetemplate>`_                      
+zope.app.pluggableauth       Pluggable Authenticatin Mechanism (Obselete)                                                              `Subversion <http://svn.zope.org/zope.app.pluggableauth>`_ | `PyPI <http://pypi.python.org/pypi/zope.app.pluggableauth>`_ | `Bugs <http://bugs.launchpad.net/zope.app.pluggableauth>`_                   
+zope.app.preference          User Preferences Framework                                                                                `Subversion <http://svn.zope.org/zope.app.preference>`_ | `PyPI <http://pypi.python.org/pypi/zope.app.preference>`_ | `Bugs <http://bugs.launchpad.net/zope.app.preference>`_                            
+zope.app.preview             Object Preview Template                                                                                   `Subversion <http://svn.zope.org/zope.app.preview>`_ | `PyPI <http://pypi.python.org/pypi/zope.app.preview>`_ | `Bugs <http://bugs.launchpad.net/zope.app.preview>`_                                     
+zope.app.principalannotation Bootstrap subscriber and browser menu item for zope.principalannotation                                   `Subversion <http://svn.zope.org/zope.app.principalannotation>`_ | `PyPI <http://pypi.python.org/pypi/zope.app.principalannotation>`_ | `Bugs <http://bugs.launchpad.net/zope.app.principalannotation>`_ 
+zope.app.publication         Zope publication                                                                                          `Subversion <http://svn.zope.org/zope.app.publication>`_ | `PyPI <http://pypi.python.org/pypi/zope.app.publication>`_ | `Bugs <http://bugs.launchpad.net/zope.app.publication>`_                         
+zope.app.publisher           Implementations and means for configuration of Zope 3-style views and resources.                          `Subversion <http://svn.zope.org/zope.app.publisher>`_ | `PyPI <http://pypi.python.org/pypi/zope.app.publisher>`_ | `Bugs <http://bugs.launchpad.net/zope.app.publisher>`_                               
+zope.app.pythonpage          Python Page -- Zope 3 Content Components                                                                  `Subversion <http://svn.zope.org/zope.app.pythonpage>`_ | `PyPI <http://pypi.python.org/pypi/zope.app.pythonpage>`_ | `Bugs <http://bugs.launchpad.net/zope.app.pythonpage>`_                            
+zope.app.renderer            Text Renderer Framework                                                                                   `Subversion <http://svn.zope.org/zope.app.renderer>`_ | `PyPI <http://pypi.python.org/pypi/zope.app.renderer>`_ | `Bugs <http://bugs.launchpad.net/zope.app.renderer>`_                                  
+zope.app.rotterdam           Rotterdam -- A Zope 3 ZMI Skin                                                                            `Subversion <http://svn.zope.org/zope.app.rotterdam>`_ | `PyPI <http://pypi.python.org/pypi/zope.app.rotterdam>`_ | `Bugs <http://bugs.launchpad.net/zope.app.rotterdam>`_                               
+zope.app.schema              Component Architecture based Vocabulary Registry                                                          `Subversion <http://svn.zope.org/zope.app.schema>`_ | `PyPI <http://pypi.python.org/pypi/zope.app.schema>`_ | `Bugs <http://bugs.launchpad.net/zope.app.schema>`_                                        
+zope.app.security            ZMI Views For Zope3 Security Components                                                                   `Subversion <http://svn.zope.org/zope.app.security>`_ | `PyPI <http://pypi.python.org/pypi/zope.app.security>`_ | `Bugs <http://bugs.launchpad.net/zope.app.security>`_                                  
+zope.app.securitypolicy      Zope's Default Security Policy ZMI Support                                                                `Subversion <http://svn.zope.org/zope.app.securitypolicy>`_ | `PyPI <http://pypi.python.org/pypi/zope.app.securitypolicy>`_ | `Bugs <http://bugs.launchpad.net/zope.app.securitypolicy>`_                
+zope.app.server              ZServer integration for Zope 3 Applications                                                               `Subversion <http://svn.zope.org/zope.app.server>`_ | `PyPI <http://pypi.python.org/pypi/zope.app.server>`_ | `Bugs <http://bugs.launchpad.net/zope.app.server>`_                                        
+zope.app.session             Zope session                                                                                              `Subversion <http://svn.zope.org/zope.app.session>`_ | `PyPI <http://pypi.python.org/pypi/zope.app.session>`_ | `Bugs <http://bugs.launchpad.net/zope.app.session>`_                                     
+zope.app.skins               Zope 3 Skin Container Package                                                                             `Subversion <http://svn.zope.org/zope.app.skins>`_ | `PyPI <http://pypi.python.org/pypi/zope.app.skins>`_ | `Bugs <http://bugs.launchpad.net/zope.app.skins>`_                                           
+zope.app.sqlscript           SQL Script -- Zope 3 Content Component                                                                    `Subversion <http://svn.zope.org/zope.app.sqlscript>`_ | `PyPI <http://pypi.python.org/pypi/zope.app.sqlscript>`_ | `Bugs <http://bugs.launchpad.net/zope.app.sqlscript>`_                               
+zope.app.testing             Zope Application Testing Support                                                                          `Subversion <http://svn.zope.org/zope.app.testing>`_ | `PyPI <http://pypi.python.org/pypi/zope.app.testing>`_ | `Bugs <http://bugs.launchpad.net/zope.app.testing>`_                                     
+zope.app.traversing          Zope Application Traversal Support (Deprectated)                                                          `Subversion <http://svn.zope.org/zope.app.traversing>`_ | `PyPI <http://pypi.python.org/pypi/zope.app.traversing>`_ | `Bugs <http://bugs.launchpad.net/zope.app.traversing>`_                            
+zope.app.tree                Static Tree Implementation                                                                                `Subversion <http://svn.zope.org/zope.app.tree>`_ | `PyPI <http://pypi.python.org/pypi/zope.app.tree>`_ | `Bugs <http://bugs.launchpad.net/zope.app.tree>`_                                              
+zope.app.twisted             Twisted Integration for Zope 3 Applications                                                               `Subversion <http://svn.zope.org/zope.app.twisted>`_ | `PyPI <http://pypi.python.org/pypi/zope.app.twisted>`_ | `Bugs <http://bugs.launchpad.net/zope.app.twisted>`_                                     
+zope.app.undo                Transaction Undo API and UI                                                                               `Subversion <http://svn.zope.org/zope.app.undo>`_ | `PyPI <http://pypi.python.org/pypi/zope.app.undo>`_ | `Bugs <http://bugs.launchpad.net/zope.app.undo>`_                                              
+zope.app.wfmc                Zope Application integration for ``zope.wfmc``                                                            `Subversion <http://svn.zope.org/zope.app.wfmc>`_ | `PyPI <http://pypi.python.org/pypi/zope.app.wfmc>`_ | `Bugs <http://bugs.launchpad.net/zope.app.wfmc>`_                                              
+zope.app.workflow            Workflow Engine for Zope 3                                                                                `Subversion <http://svn.zope.org/zope.app.workflow>`_ | `PyPI <http://pypi.python.org/pypi/zope.app.workflow>`_ | `Bugs <http://bugs.launchpad.net/zope.app.workflow>`_                                  
+zope.app.wsgi                WSGI application for the zope.publisher                                                                   `Subversion <http://svn.zope.org/zope.app.wsgi>`_ | `PyPI <http://pypi.python.org/pypi/zope.app.wsgi>`_ | `Bugs <http://bugs.launchpad.net/zope.app.wsgi>`_                                              
+zope.app.xmlrpcintrospection XML-RPC Method Introspection Support for Zope 3                                                           `Subversion <http://svn.zope.org/zope.app.xmlrpcintrospection>`_ | `PyPI <http://pypi.python.org/pypi/zope.app.xmlrpcintrospection>`_ | `Bugs <http://bugs.launchpad.net/zope.app.xmlrpcintrospection>`_ 
+zope.app.zapi                Zope application programming interface                                                                    `Subversion <http://svn.zope.org/zope.app.zapi>`_ | `PyPI <http://pypi.python.org/pypi/zope.app.zapi>`_ | `Bugs <http://bugs.launchpad.net/zope.app.zapi>`_                                              
+zope.app.zcmlfiles           Zope application server ZCML files                                                                        `Subversion <http://svn.zope.org/zope.app.zcmlfiles>`_ | `PyPI <http://pypi.python.org/pypi/zope.app.zcmlfiles>`_ | `Bugs <http://bugs.launchpad.net/zope.app.zcmlfiles>`_                               
+zope.app.zopeappgenerations  Zope Application ZODB Update Generations                                                                  `Subversion <http://svn.zope.org/zope.app.zopeappgenerations>`_ | `PyPI <http://pypi.python.org/pypi/zope.app.zopeappgenerations>`_ | `Bugs <http://bugs.launchpad.net/zope.app.zopeappgenerations>`_    
+zope.app.zptpage             ZPT page content component                                                                                `Subversion <http://svn.zope.org/zope.app.zptpage>`_ | `PyPI <http://pypi.python.org/pypi/zope.app.zptpage>`_ | `Bugs <http://bugs.launchpad.net/zope.app.zptpage>`_                                     
+============================ ========================================================================================================= =========================================================================================================================================================================================================
+
+Deprecated
+~~~~~~~~~~
+
+The following packages used to belong to the ZTK but have been deprecated.
+
+============================ ========================================================================================================= =========================================================================================================================================================================================================
+Name                         Description                                                                                               Links
+============================ ========================================================================================================= =========================================================================================================================================================================================================

Modified: zopetoolkit/trunk/source/conf.py
===================================================================
--- zopetoolkit/trunk/source/conf.py	2009-07-04 11:11:57 UTC (rev 101510)
+++ zopetoolkit/trunk/source/conf.py	2009-07-04 11:29:09 UTC (rev 101511)
@@ -94,14 +94,14 @@
 # The style sheet to use for HTML and HTML Help pages. A file of that name
 # must exist either in Sphinx' static/ path, or in one of the custom paths
 # given in html_static_path.
-html_style = 'default.css'
+html_style = 'ztk.css'
 
 # The name for this set of Sphinx documents.  If None, it defaults to
 # "<project> v<release> documentation".
-#html_title = None
+html_title = "Zope Toolkit documentation"
 
 # A shorter title for the navigation bar.  Default is the same as html_title.
-#html_short_title = None
+html_short_title = "Zope Toolkit"
 
 # The name of an image file (relative to this directory) to place at the top
 # of the sidebar.
@@ -133,7 +133,7 @@
 #html_additional_pages = {}
 
 # If false, no module index is generated.
-#html_use_modindex = True
+html_use_modindex = False
 
 # If false, no index is generated.
 #html_use_index = True

Modified: zopetoolkit/trunk/source/index.rst
===================================================================
--- zopetoolkit/trunk/source/index.rst	2009-07-04 11:11:57 UTC (rev 101510)
+++ zopetoolkit/trunk/source/index.rst	2009-07-04 11:29:09 UTC (rev 101511)
@@ -2,11 +2,31 @@
    You can adapt this file completely to your liking, but it should at least
    contain the root `toctree` directive.
 
-Welcome to the Zope Toolkit documentation
-=========================================
+Zope Toolkit
+============
 
-Contents:
+The Zope Toolkit (ZTK) is a set of libraries intended for reuse by projects to
+develop web applications or web frameworks. It is developed by the
+contributors of the Zope Foundation.
 
+The whole collection of ZTK libraries are used in various web
+frameworks and web application servers. Three of these are managed by
+the Zope project: Zope 2, Zope 3 and Grok. If you install one of these
+systems, you will get the ZTK along with it automatically.
+
+The :ref:`steering-group` is there to help guide the development
+of the ZTK.
+
+.. note::
+    Currently some of the ZTK libraries are more reusable 
+    than others, but we are working on getting them all in shape.
+
+    The ZTK is not by installable by itself directly, but its libraries
+    are.
+
+Documentation
+-------------
+
 .. toctree::
    :maxdepth: 2
 
@@ -15,11 +35,3 @@
    codingstyle/index
    migration/index
    steeringgroup/index
-
-Indices and tables
-==================
-
-* :ref:`genindex`
-* :ref:`modindex`
-* :ref:`search`
-



More information about the Checkins mailing list