[Checkins] SVN: grok/trunk/ update info a bit more for cheeseshop

Philipp von Weitershausen philikon at philikon.de
Tue Jan 9 18:44:00 EST 2007


Log message for revision 71851:
  update info a bit more for cheeseshop
  

Changed:
  U   grok/trunk/README.txt
  U   grok/trunk/setup.py

-=-
Modified: grok/trunk/README.txt
===================================================================
--- grok/trunk/README.txt	2007-01-09 16:41:35 UTC (rev 71850)
+++ grok/trunk/README.txt	2007-01-09 23:43:59 UTC (rev 71851)
@@ -18,3 +18,12 @@
 he doesn't like.
 
 "ME GROK SMASH ZCML!"
+
+Getting grok
+============
+
+Currently, grok is only available from the subversion repository::
+
+  svn co svn://svn.zope.org/repos/main/grok/trunk grok
+
+Then follow the instructions of ``INSTALL.txt``.

Modified: grok/trunk/setup.py
===================================================================
--- grok/trunk/setup.py	2007-01-09 16:41:35 UTC (rev 71850)
+++ grok/trunk/setup.py	2007-01-09 23:43:59 UTC (rev 71851)
@@ -5,7 +5,8 @@
     version='0.9dev',
     author='Grok Team',
     author_email='grok-dev at zope.org',
-    url='http://svn.zope.org/grok/trunk',
+    url='https://launchpad.net/grok',
+    download_url='svn://svn.zope.org/repos/main/grok/trunk#egg=grok-dev',
     description='Grok: Now even cavemen can use Zope 3!',
     long_description=open('README.txt').read(),
     packages=find_packages('src'),



More information about the Checkins mailing list