[Checkins] SVN: bluebream/website/docs/v1.0/glossary.rst change link style, assorted adjustments

Kent Tenney ktenney at gmail.com
Sun Jan 17 08:43:13 EST 2010


Log message for revision 108190:
  change link style, assorted adjustments

Changed:
  U   bluebream/website/docs/v1.0/glossary.rst

-=-
Modified: bluebream/website/docs/v1.0/glossary.rst
===================================================================
--- bluebream/website/docs/v1.0/glossary.rst	2010-01-17 12:02:04 UTC (rev 108189)
+++ bluebream/website/docs/v1.0/glossary.rst	2010-01-17 13:43:12 UTC (rev 108190)
@@ -6,44 +6,54 @@
 .. glossary::
 
   Setuptools
-    Using `Setuptools
-    <http://peak.telecommunity.com/DevCenter/setuptools>`_ developers
-    can distribute Python packages.  It creates :term:`Egg`
-    deployment format.  Setuptools is built on top of ``distutils``,
-    a built-in Python module.  There is a community developed fork of
-    Setuptools called :term:`Distribute`.
+    Using Setuptools_, developers can distribute Python packages.  
+    It creates the :term:`Egg` deployment format.  
+    Setuptools is built on top of distutils_, a built-in Python module.
+    :term:`Distribute` is a community developed fork of Setuptools.
 
   Egg
-    Egg is a deployment format created by :term:`Setuptools`.
+    An Egg is a deployment format created by :term:`Setuptools`.
 
   Buildout
-    A Python based `Build system created by Jim Fulton
-    <http://www.buildout.org>`_.  Buildout's `PyPI page
-    <http://pypi.python.org/pypi/zc.buildout>`_ has more detailed
-    documentation.
+    A `Python based Build system`_ created by Jim Fulton. 
+    See the `Buildout PyPI page`_ for more detailed documentation.
 
   Zope 2
-    `The Z Object Publishing Framework <http://zope2.zope.org>`_, a
-    Python based web application server.
+    `The Z Object Publishing Framework`_, a Python based web application server.
 
   Zope
-    A developer community which created many frameworks and Python
-    libraries.  The term Zope was originally to refer :term:`Zope 2`.
+    A `developer community`_ which has created many frameworks and Python
+    libraries. The term Zope originally refered to :term:`Zope 2`.
 
   Zope Component Architecture
-    `Zope Component Architecture
-    <http://muthukadan.net/docs/zca.html>`_ (ZCA) is a Python
+    `Zope Component Architecture`_ (ZCA) is a Python
     framework for supporting component based design and programming
 
   Distribute
-    A community developed fork of term:`Setuptools` project.
+    A `community developed fork`_ of the :term:`Setuptools` project.
 
   Zope Tool Kit
-    The `Zope Tool Kit <http://docs.zope.org/zopetoolkit>`_ (ZTK) is
-    a set of libraries intended for reuse by projects to develop web
-    applications or web frameworks.
+    The `Zope Tool Kit`_ (ZTK) is a set of libraries intended for 
+    reuse by projects to develop web applications or web frameworks.
 
   Zope Foundation
-    The `Zope Foundation <http://foundation.zope.org>`_ is a
-    not-for-profit organization that provides support for the Zope
-    community and the Zope platform and its associated software.
+    The `Zope Foundation`_ is a not-for-profit organization that 
+    provides support for the Zope community and the Zope platform 
+    and its associated software.
+    
+  Zope 3
+   A project `started in 2001`_ by the Zope community under the 
+   leadership of Jim Fulton.
+
+.. _Setuptools: http://peak.telecommunity.com/DevCenter/setuptools
+.. _Python based Build system:  http://www.buildout.org
+.. _Buildout PyPi page: http://pypi.python.org/pypi/zc.buildout
+.. _The Z Object Publishing Framework: http://zope2.zope.org
+.. _Zope Component Architecture: http://muthukadan.net/docs/zca.html
+.. _developer community: http://zope.org
+.. _distutils: http://docs.python.org/library/distutils.html
+.. _community developed fork: http://packages.python.org/distribute/
+.. _Zope Foundation: http://foundation.zope.org
+.. _Zope Tool Kit: http://docs.zope.org/zopetoolkit
+.. _started in 2001: https://mail.zope.org/pipermail/zope3-dev/2001-December/000000.html
+



More information about the checkins mailing list