[Checkins] SVN: grokui.admin/trunk/ Using now the released grokui.base.

Souheil CHELFOUH souheil at chelfouh.com
Tue Feb 23 12:35:42 EST 2010


Log message for revision 109369:
  Using now the released grokui.base.
  Changed the README.txt to echo the changes in the views names.
  

Changed:
  U   grokui.admin/trunk/buildout.cfg
  U   grokui.admin/trunk/src/grokui/admin/README.txt

-=-
Modified: grokui.admin/trunk/buildout.cfg
===================================================================
--- grokui.admin/trunk/buildout.cfg	2010-02-23 15:58:18 UTC (rev 109368)
+++ grokui.admin/trunk/buildout.cfg	2010-02-23 17:35:41 UTC (rev 109369)
@@ -1,6 +1,6 @@
 [buildout]
 develop = .
-parts = svn test data zopectl app 
+parts = test data zopectl app 
 find-links = http://download.zope.org/distribution/
 extends = http://svn.zope.org/*checkout*/groktoolkit/trunk/grok.cfg
 versions = versions
@@ -8,14 +8,8 @@
 [data]
 recipe = zc.recipe.filestorage
 
-[svn]
-recipe = infrae.subversion
-as_eggs = True
-urls = svn://svn.zope.org/repos/main/grokui.base/trunk grokui.base
-
 [versions]
 grokui.admin = 
-grokui.base = 
 
 [app]
 recipe = zc.zope3recipes>=0.5.3:application

Modified: grokui.admin/trunk/src/grokui/admin/README.txt
===================================================================
--- grokui.admin/trunk/src/grokui/admin/README.txt	2010-02-23 15:58:18 UTC (rev 109368)
+++ grokui.admin/trunk/src/grokui/admin/README.txt	2010-02-23 17:35:41 UTC (rev 109369)
@@ -69,7 +69,7 @@
   ZODB automatically from `cron`. This can be done using a command
   like the following::
 
-    curl -q -s -u admin:admin "http://localhost:8080/server?pack=1&days=1"
+    curl -q -s -u admin:admin "http://localhost:8080/++grokui++/@@server?pack=1&days=1"
 
   which will remove old data older than one day. If you leave out the
   `days` parameter, all old data will be removed.
@@ -93,11 +93,11 @@
 
 * The grok version working in background::
 
-   curl -q -s -u admin:admin "http://localhost:8080/@@grokadmin/@@version"
+   curl -q -s -u admin:admin "http://localhost:8080/++grokui++/@@admin/@@version"
 
 * The security notification (if any)::
 
-   curl -q -s -u admin:admin "http://localhost:8080/@@grokadmin/@@secnote"
+   curl -q -s -u admin:admin "http://localhost:8080/++grokui++/@@admin/@@secnote"
 
 Beside this you can pack the ZODB databases as described above.
 
@@ -105,10 +105,11 @@
 Bugs, Caveats and Ways to Get Help
 ==================================
 
-The Grok admin UI was developed basically during a Google Summer of
-Code project.
+The Grok admin UI has been refactored during the Cologne Neanderthal Sprint
+II, in september 2009.
 
-It is still full of bugs.
+As a matter of fact, it is still under development and
+improvement. Please, report any misbehavior or bug.
 
 For bugreports use:
 



More information about the checkins mailing list