[Checkins] SVN: z3c.preference/branches/icemac-dev/ - added to do list

Michael Howitz mh at gocept.com
Sat Jul 10 16:22:19 EDT 2010


Log message for revision 114547:
  - added to do list
  - made long description nicer
  

Changed:
  U   z3c.preference/branches/icemac-dev/CHANGES.txt
  U   z3c.preference/branches/icemac-dev/README.txt
  U   z3c.preference/branches/icemac-dev/setup.py
  U   z3c.preference/branches/icemac-dev/src/z3c/preference/README.txt

-=-
Modified: z3c.preference/branches/icemac-dev/CHANGES.txt
===================================================================
--- z3c.preference/branches/icemac-dev/CHANGES.txt	2010-07-10 20:17:39 UTC (rev 114546)
+++ z3c.preference/branches/icemac-dev/CHANGES.txt	2010-07-10 20:22:19 UTC (rev 114547)
@@ -1,5 +1,5 @@
 =======
-CHANGES
+Changes
 =======
 
 

Modified: z3c.preference/branches/icemac-dev/README.txt
===================================================================
--- z3c.preference/branches/icemac-dev/README.txt	2010-07-10 20:17:39 UTC (rev 114546)
+++ z3c.preference/branches/icemac-dev/README.txt	2010-07-10 20:22:19 UTC (rev 114547)
@@ -1,6 +1,2 @@
 This packages provides a user interface for `zope.preference` using
 `z3c.pagelet` and `z3c.form`.
-
-(Currently it lacks some functions when compared to
-`zope.app.preference`, namely the tree to access preferences deeper in
-the preference tree.)
\ No newline at end of file

Modified: z3c.preference/branches/icemac-dev/setup.py
===================================================================
--- z3c.preference/branches/icemac-dev/setup.py	2010-07-10 20:17:39 UTC (rev 114546)
+++ z3c.preference/branches/icemac-dev/setup.py	2010-07-10 20:22:19 UTC (rev 114547)
@@ -30,6 +30,8 @@
         + '\n\n.. contents::\n\n' +
         read('src', 'z3c', 'preference', 'README.txt')
         + '\n\n' +
+        read('TODO.txt')
+        + '\n\n' +
         read('CHANGES.txt')
         ),
     license = "ZPL 2.1",

Modified: z3c.preference/branches/icemac-dev/src/z3c/preference/README.txt
===================================================================
--- z3c.preference/branches/icemac-dev/src/z3c/preference/README.txt	2010-07-10 20:17:39 UTC (rev 114546)
+++ z3c.preference/branches/icemac-dev/src/z3c/preference/README.txt	2010-07-10 20:22:19 UTC (rev 114547)
@@ -61,7 +61,7 @@
 
 
 Editing preferences
--------------------
+===================
 
 There is a name space to access the preferences. On the page a form is
 displayed which show the default values:



More information about the checkins mailing list