[Checkins] SVN: grokcore.view/new/buildout.cfg Replace grok-only stuff

Philipp von Weitershausen philikon at philikon.de
Sat Aug 2 08:06:09 EDT 2008


Log message for revision 89204:
  Replace grok-only stuff
  

Changed:
  U   grokcore.view/new/buildout.cfg

-=-
Modified: grokcore.view/new/buildout.cfg
===================================================================
--- grokcore.view/new/buildout.cfg	2008-08-02 12:04:58 UTC (rev 89203)
+++ grokcore.view/new/buildout.cfg	2008-08-02 12:06:07 UTC (rev 89204)
@@ -1,68 +1,15 @@
 [buildout]
-develop = . grokdocs grokwiki
-parts = docs interpreter grokwiki zopectl data test bundlemaker
-find-links = http://download.zope.org/distribution/
+develop = .
+parts = interpreter test
 extends = versions.cfg
 versions = versions
 
-[docs]
-recipe = zc.recipe.egg
-eggs = grokdocs
-
 [interpreter]
 recipe = zc.recipe.egg
-eggs = grokwiki
+eggs = grokcore.view
 interpreter = python
 
-[grokwiki]
-recipe = zc.zope3recipes>=0.5.3:application
-eggs = grokwiki
-site.zcml = <include package="grokwiki" />
-            <include package="zope.app.twisted" />
-
-            <unauthenticatedPrincipal id="zope.anybody"
-                                      title="Unauthenticated User" />
-            <unauthenticatedGroup id="zope.Anybody"
-                                  title="Unauthenticated Users" />
-            <authenticatedGroup id="zope.Authenticated"
-                                title="Authenticated Users" />
-            <everybodyGroup id="zope.Everybody"
-                            title="All Users" />
-            <principal id="zope.manager"
-                       title="Manager"
-                       login="grok"
-                       password_manager="Plain Text"
-                       password="grok"
-                       />
-
-            <!-- Replace the following directive if you do not want
-                 public access -->
-            <grant permission="zope.View"
-                   principal="zope.Anybody" />
-            <grant permission="zope.app.dublincore.view"
-                   principal="zope.Anybody" />
-
-            <role id="zope.Manager" title="Site Manager" />
-            <role id="zope.Member" title="Site Member" />
-            <grantAll role="zope.Manager" />
-            <grant role="zope.Manager"
-                   principal="zope.manager" />
-
-[data]
-recipe = zc.recipe.filestorage
-
-# this section named so that the start/stop script is called bin/zopectl
-[zopectl]
-recipe = zc.zope3recipes:instance
-application = grokwiki
-zope.conf = ${data:zconfig}
-
 [test]
 recipe = zc.recipe.testrunner
-eggs = grok
+eggs = grokcore.view
 defaults = ['--tests-pattern', '^f?tests$', '-v']
-
-[bundlemaker]
-recipe = z3c.recipe.eggbasket:creator
-egg = grok
-versionfile = http://grok.zope.org/releaseinfo/grok-0.13.cfg



More information about the Checkins mailing list