[Checkins] SVN: buildout-website/trunk/source/ Moved about page to a directory

Baiju M baiju.m.mail at gmail.com
Fri Jun 6 05:29:08 EDT 2008


Log message for revision 87181:
  Moved about page to a directory
  

Changed:
  A   buildout-website/trunk/source/about/
  A   buildout-website/trunk/source/about/index.rst
  D   buildout-website/trunk/source/about.rst
  U   buildout-website/trunk/source/index.rst

-=-
Added: buildout-website/trunk/source/about/index.rst
===================================================================
--- buildout-website/trunk/source/about/index.rst	                        (rev 0)
+++ buildout-website/trunk/source/about/index.rst	2008-06-06 09:29:08 UTC (rev 87181)
@@ -0,0 +1,69 @@
+About Buildout
+==============
+
+Buildout is a system for managing development buildouts.  While often
+identified as a Zope project, and indeed licensed under the ZPL by
+Zope creator Jim Fulton, buildout is useful for configurations beyond
+Zope, and even, in rare cases, a few that have nothing to do with
+Python.
+
+The Buildout project provides support for creating applications,
+especially Python applications. It provides tools for assembling
+applications from multiple parts, Python or otherwise. An application
+may actually contain multiple programs, processes, and configuration
+settings.
+
+The word "buildout" refers to a description of a set of parts and the
+software to create and assemble them. It is often used informally to
+refer to an installed system based on a buildout definition. For
+example, if we are creating an application named "Foo", then "the Foo
+buildout" is the collection of configuration and application-specific
+software that allows an instance of the application to be created. We
+may refer to such an instance of the application informally as "a Foo
+buildout".
+
+
+Download
+--------
+
+To install buildout just run::
+
+  easy_install zc.buildout
+
+or you can get it from from `PyPI buildout page
+<http://pypi.python.org/pypi/zc.buildout>`_
+
+Maling list
+-----------
+
+You can send your queries to `distutils-sig`_ mailing list.
+
+.. _distutils-sig: http://mail.python.org/mailman/listinfo/distutils-sig
+
+
+Source code
+-----------
+
+The source code is mainatained in Zope subversion repository.  To
+checkout the trunk::
+
+  svn co  svn://svn.zope.org/repos/main/zc.buildout/trunk zc.buildout
+
+You can also browse the code online_.
+
+.. _online: http://svn.zope.org/zc.buildout/trunk
+
+
+IRC channel
+-----------
+
+We have an IRC channel `#buildout` at freenode.net .
+
+
+Issue tracker
+-------------
+
+Bugs and other issues are tacked at Launchpad_.  Feel free to submit
+issues.
+
+.. _Launchpad: https://bugs.launchpad.net/zc.buildout/

Deleted: buildout-website/trunk/source/about.rst
===================================================================
--- buildout-website/trunk/source/about.rst	2008-06-06 08:59:53 UTC (rev 87180)
+++ buildout-website/trunk/source/about.rst	2008-06-06 09:29:08 UTC (rev 87181)
@@ -1,59 +0,0 @@
-About Buildout
-==============
-
-Buildout is a system for managing development buildouts.  While often
-identified as a Zope project, and indeed licensed under the ZPL by
-Zope creator Jim Fulton, buildout is useful for configurations beyond
-Zope, and even, in rare cases, a few that have nothing to do with
-Python.
-
-The Buildout project provides support for creating applications,
-especially Python applications. It provides tools for assembling
-applications from multiple parts, Python or otherwise. An application
-may actually contain multiple programs, processes, and configuration
-settings.
-
-The word "buildout" refers to a description of a set of parts and the
-software to create and assemble them. It is often used informally to
-refer to an installed system based on a buildout definition. For
-example, if we are creating an application named "Foo", then "the Foo
-buildout" is the collection of configuration and application-specific
-software that allows an instance of the application to be created. We
-may refer to such an instance of the application informally as "a Foo
-buildout".
-
-
-Maling list
------------
-
-You can send your queries to `distutils-sig`_ mailing list.
-
-.. _distutils-sig: http://mail.python.org/mailman/listinfo/distutils-sig
-
-
-Source code
------------
-
-The source code is mainatained in Zope subversion repository.  To
-checkout the trunk::
-
-  svn co  svn://svn.zope.org/repos/main/zc.buildout/trunk zc.buildout
-
-You can also browse the code online_.
-
-.. _online: http://svn.zope.org/zc.buildout/trunk
-
-
-IRC channel
------------
-
-We have an IRC channel `#buildout` at freenode.net .
-
-
-Issue tracker
--------------
-
-Bugs and other issues are tacked at Launchpad_.  Feel free to submit
-issues.
-
-.. _Launchpad: https://bugs.launchpad.net/zc.buildout/
\ No newline at end of file

Modified: buildout-website/trunk/source/index.rst
===================================================================
--- buildout-website/trunk/source/index.rst	2008-06-06 08:59:53 UTC (rev 87180)
+++ buildout-website/trunk/source/index.rst	2008-06-06 09:29:08 UTC (rev 87181)
@@ -1,27 +1,20 @@
-.. Buildout documentation master file, created by sphinx-quickstart on Tue Apr 29 11:06:32 2008.
-   You can adapt this file completely to your liking, but it should at least
-   contain the root `toctree` directive.
+.. Buildout documentation master file, created by sphinx-quickstart on
+   Tue Apr 29 11:06:32 2008.  You can adapt this file completely to
+   your liking, but it should at least contain the root `toctree`
+   directive.
 
    Q: To whom should the copyright for the website be assigned?
+   A: Zope Foundation or Jim Fulton  --baiju
 
+Buildout
+========
+
 .. toctree::
 
-   about
+   about/index
    docs/index
    recipes/index
 
-Buildout
-========
-
- - `About <about.html>`_
-
- - `Documentation <docs/index.html>`_
-
- - `Download <download.html>`_
-
- - `Recipes <recipes/index.html>`_
-
-
 What is Buildout ?
 ------------------
 
@@ -48,11 +41,3 @@
   - Python-based
 
   - Can use with virtualenv
-
-Indices and tables
-==================
-
-* :ref:`genindex`
-* :ref:`modindex`
-* :ref:`search`
-



More information about the Checkins mailing list