[Checkins] SVN: bozo.reuse/branches/dev/ initial project setup

Jim Fulton jim at zope.com
Wed May 27 07:11:08 EDT 2009


Log message for revision 100450:
  initial project setup

Changed:
  U   bozo.reuse/branches/dev/README.txt
  U   bozo.reuse/branches/dev/setup.py
  A   bozo.reuse/branches/dev/src/bozo/
  A   bozo.reuse/branches/dev/src/bozo/reuse/
  D   bozo.reuse/branches/dev/src/zc/

-=-
Modified: bozo.reuse/branches/dev/README.txt
===================================================================
--- bozo.reuse/branches/dev/README.txt	2009-05-27 11:05:55 UTC (rev 100449)
+++ bozo.reuse/branches/dev/README.txt	2009-05-27 11:11:07 UTC (rev 100450)
@@ -1,7 +1,22 @@
-Title Here
-**********
+Reuse zope.publisher-based components with bobo
+***********************************************
 
+The ``bozo.reuse`` package provides support for using
+``zope.publisher`` based components with `bobo
+<http://bobo.digicool.com>`_.  It provides:
 
+- a request implementation that supports both ``zope.publisher`` and
+  `WebOb <http://pythonpaste.org/webob/>`_ interfaces,
+
+- a subclass of the bobo `WSGI <http://wsgi.org>`_ application that
+  uses the request implementation,
+
+- a development server based in the bobo development server, and
+
+- bobo resources for using existing resources and views designed to
+  work with ``zope.publisher``.
+
+
 To learn more, see
 
 

Modified: bozo.reuse/branches/dev/setup.py
===================================================================
--- bozo.reuse/branches/dev/setup.py	2009-05-27 11:05:55 UTC (rev 100449)
+++ bozo.reuse/branches/dev/setup.py	2009-05-27 11:11:07 UTC (rev 100450)
@@ -11,7 +11,7 @@
 # FOR A PARTICULAR PURPOSE.
 #
 ##############################################################################
-name, version = 'zc.', '0'
+name, version = 'bozo.reuse', '0'
 
 install_requires = ['setuptools']
 extras_require = dict(test=['zope.testing'])



More information about the Checkins mailing list