[Zope-CVS] CVS: ZopeProducts/HelloPackage - README.txt:1.3
Martijn Faassen
m.faassen@vet.uu.nl
Wed, 4 Dec 2002 10:42:11 -0500
Update of /cvs-repository/ZopeProducts/HelloPackage
In directory cvs.zope.org:/tmp/cvs-serv25043
Modified Files:
README.txt
Log Message:
Added some extra text to the README.txt.
=== ZopeProducts/HelloPackage/README.txt 1.2 => 1.3 ===
--- ZopeProducts/HelloPackage/README.txt:1.2 Wed Dec 4 10:22:19 2002
+++ ZopeProducts/HelloPackage/README.txt Wed Dec 4 10:42:11 2002
@@ -3,6 +3,12 @@
a very basic view for this content object. Finally we make the object
addable.
+In this package we are excessively explicit in the naming in an attempt to
+make it more clear what's going on, especially in the ZCML. Instead of naming
+everything left and right 'Hello', there is now a distinction in the package
+name, module name, etc. This is not the normal style of naming in Zope 3
+however.
+
'configure.zcml' contains a lot of comments.
To enable this, go to your 'products.zcml' in the Zope 3 root and
@@ -11,3 +17,4 @@
<include package="ZopeProducts.HelloPackage" />
presuming you installed this package in ZopeProducts.
+