[Zope3-checkins] SVN: Zope3/trunk/src/zope/README.txt Corrected
"zope.interfaces" to "zope.interface".
Steve Alexander
steve at cat-box.net
Mon May 24 11:05:25 EDT 2004
Log message for revision 24926:
Corrected "zope.interfaces" to "zope.interface".
Normalized number of spaces after a full stop.
Reflowed text.
-=-
Modified: Zope3/trunk/src/zope/README.txt
===================================================================
--- Zope3/trunk/src/zope/README.txt 2004-05-24 14:31:57 UTC (rev 24925)
+++ Zope3/trunk/src/zope/README.txt 2004-05-24 15:05:24 UTC (rev 24926)
@@ -1,15 +1,14 @@
Zope Project Packages
-The zope package is a pure namespace package holding packages developed as
-part of the Zope 3 project.
+The zope package is a pure namespace package holding packages developed as part
+of the Zope 3 project.
-Generally, the immediate subpackages of the zope package should be
-useful and usable outside of the Zope application server. Subpackages
-of the zope package should have minimal interdependencies, although
-most depend on zope.interfaces.
+Generally, the immediate subpackages of the zope package should be useful and
+usable outside of the Zope application server. Subpackages of the zope package
+should have minimal interdependencies, although most depend on zope.interface.
-The one subpackage that's not usable outside the application server is
-the app subpackage, zope.app, which *is* the application
-server. Sub-packages of zope.app are not usable outside of the application
-server. If there's something in zope.app you want to use elsewhere, let us
-know and we can talk about abstracting some of it up out of zope.app.
+The one subpackage that's not usable outside the application server is the app
+subpackage, zope.app, which *is* the application server. Sub-packages of
+zope.app are not usable outside of the application server. If there's
+something in zope.app you want to use elsewhere, let us know and we can talk
+about abstracting some of it up out of zope.app.
More information about the Zope3-Checkins
mailing list