[Checkins] SVN: zdgbook/trunk/README.txt Added a README.txt similar to zope2book

Baiju M baiju.m.mail at gmail.com
Wed Feb 18 03:59:59 EST 2009


Log message for revision 96682:
  Added a README.txt similar to zope2book
  

Changed:
  A   zdgbook/trunk/README.txt

-=-
Added: zdgbook/trunk/README.txt
===================================================================
--- zdgbook/trunk/README.txt	                        (rev 0)
+++ zdgbook/trunk/README.txt	2009-02-18 08:59:59 UTC (rev 96682)
@@ -0,0 +1,41 @@
+Zope Developer's Guide
+======================
+
+Background
+----------
+
+The "Zope Developer's Guide" was not maintained for a long time.
+
+This is an attempt to bring the "Zope Developer's Guide" book back to
+live.
+
+Technology
+----------
+
+This time we use `Sphinx`_ based on a conversion of the original
+content to reStructured as the tool.
+
+To install Sphinx you can simply do::
+
+  easy_install Sphinx
+
+You might want to use a `virtualenv`_ to protect your global Python
+from any changes.
+
+Sphinx can generate various different formats from the same
+source. If you want to build a HTML version of the book, you can do::
+
+  make html
+
+To what extent this works on Windows is unknown.
+
+Contact
+-------
+
+At this point the book is best discussed at:
+
+http://mail.zope.org/mailman/listinfo/zope-dev
+
+
+.. _Sphinx: http://sphinx.pocoo.org/
+.. _virtualenv: http://pypi.python.org/pypi/virtualenv/



More information about the Checkins mailing list