[CMF-checkins] CVS: CMF - README.txt:1.7
seb
seb@jamkit.com
Tue, 13 Aug 2002 04:15:57 -0400
Update of /cvs-repository/CMF
In directory cvs.zope.org:/tmp/cvs-serv26282
Modified Files:
README.txt
Log Message:
Added a 'Developer' subsection to the 'Resources' section.
=== CMF/README.txt 1.6 => 1.7 ===
--- CMF/README.txt:1.6 Mon Apr 1 17:09:59 2002
+++ CMF/README.txt Tue Aug 13 04:15:50 2002
@@ -12,12 +12,29 @@
Resources
- * The CMF "dogbowl" site, http://cmf.zope.org.
+ General
- * The mailing list, zope-cmf@zope.org. List information and
- online signup are available at:
- http://lists.zope.org/mailman/listinfo/zope-cmf. Archives
- of the list are at: http://lists.zope.org/pipermail/zope-cmf.
+ * The CMF "dogbowl" site, http://cmf.zope.org.
+
+ * The mailing list, zope-cmf@zope.org. List information and
+ online signup are available at:
+ http://lists.zope.org/mailman/listinfo/zope-cmf. Archives
+ of the list are at: http://lists.zope.org/pipermail/zope-cmf.
+
+ * The 'docs/' directory contains user-oriented documentation
+
+ Developer
+
+ * The CMFDefault package is an example application, built using
+ the API and services defined in CMFCore. You will probably want to
+ alter it. In the first instance, refer to the source of CMFDefault for
+ usage examples, standard idioms, etc.
+
+ * The API is documented in the 'interfaces/' directory of each
+ package.
+
+ * Refer to the unit tests in the 'tests/' directory of each package
+ for usage examples.
Known Issues