[Checkins] SVN: grok/trunk/doc/ Update the rest of the tutorial code to the new egg-based code

Philipp von Weitershausen philikon at philikon.de
Thu Jul 12 11:04:14 EDT 2007


Log message for revision 77748:
  Update the rest of the tutorial code to the new egg-based code
  

Changed:
  U   grok/trunk/doc/groktut/a_second_model/buildout.cfg
  U   grok/trunk/doc/groktut/a_second_model/setup.py
  U   grok/trunk/doc/groktut/a_second_model/src/sample/configure.zcml
  U   grok/trunk/doc/groktut/a_view_for_a_model/buildout.cfg
  U   grok/trunk/doc/groktut/a_view_for_a_model/setup.py
  U   grok/trunk/doc/groktut/a_view_for_a_model/src/sample/configure.zcml
  U   grok/trunk/doc/groktut/a_view_for_a_model2/buildout.cfg
  U   grok/trunk/doc/groktut/a_view_for_a_model2/setup.py
  U   grok/trunk/doc/groktut/a_view_for_a_model2/src/sample/configure.zcml
  U   grok/trunk/doc/groktut/buildout_tut.cfg
  U   grok/trunk/doc/groktut/completely_python_driven_views/buildout.cfg
  U   grok/trunk/doc/groktut/completely_python_driven_views/setup.py
  U   grok/trunk/doc/groktut/completely_python_driven_views/src/sample/configure.zcml
  U   grok/trunk/doc/groktut/containers/buildout.cfg
  U   grok/trunk/doc/groktut/containers/setup.py
  U   grok/trunk/doc/groktut/containers/src/sample/configure.zcml
  U   grok/trunk/doc/groktut/doing_some_calculation_before_viewing_a_page/buildout.cfg
  U   grok/trunk/doc/groktut/doing_some_calculation_before_viewing_a_page/setup.py
  U   grok/trunk/doc/groktut/doing_some_calculation_before_viewing_a_page/src/sample/configure.zcml
  U   grok/trunk/doc/groktut/explicitly_associating_a_view_with_a_model/buildout.cfg
  U   grok/trunk/doc/groktut/explicitly_associating_a_view_with_a_model/setup.py
  U   grok/trunk/doc/groktut/explicitly_associating_a_view_with_a_model/src/sample/configure.zcml
  U   grok/trunk/doc/groktut/generating_html_from_python/buildout.cfg
  U   grok/trunk/doc/groktut/generating_html_from_python/setup.py
  U   grok/trunk/doc/groktut/generating_html_from_python/src/sample/configure.zcml
  U   grok/trunk/doc/groktut/making_our_page_dynamic/buildout.cfg
  U   grok/trunk/doc/groktut/making_our_page_dynamic/setup.py
  U   grok/trunk/doc/groktut/making_our_page_dynamic/src/sample/configure.zcml
  U   grok/trunk/doc/groktut/reading_url_parameters/buildout.cfg
  U   grok/trunk/doc/groktut/reading_url_parameters/setup.py
  U   grok/trunk/doc/groktut/reading_url_parameters/src/sample/configure.zcml
  U   grok/trunk/doc/groktut/reading_url_parameters2/buildout.cfg
  U   grok/trunk/doc/groktut/reading_url_parameters2/setup.py
  U   grok/trunk/doc/groktut/reading_url_parameters2/src/sample/configure.zcml
  U   grok/trunk/doc/groktut/redirection/buildout.cfg
  U   grok/trunk/doc/groktut/redirection/setup.py
  U   grok/trunk/doc/groktut/redirection/src/sample/configure.zcml
  U   grok/trunk/doc/groktut/setting_the_content_type/buildout.cfg
  U   grok/trunk/doc/groktut/setting_the_content_type/setup.py
  U   grok/trunk/doc/groktut/setting_the_content_type/src/sample/configure.zcml
  U   grok/trunk/doc/groktut/showing_the_value_in_the_form/buildout.cfg
  U   grok/trunk/doc/groktut/showing_the_value_in_the_form/setup.py
  U   grok/trunk/doc/groktut/showing_the_value_in_the_form/src/sample/configure.zcml
  U   grok/trunk/doc/groktut/simple_forms/buildout.cfg
  U   grok/trunk/doc/groktut/simple_forms/setup.py
  U   grok/trunk/doc/groktut/simple_forms/src/sample/configure.zcml
  U   grok/trunk/doc/groktut/simple_forms2/buildout.cfg
  U   grok/trunk/doc/groktut/simple_forms2/setup.py
  U   grok/trunk/doc/groktut/simple_forms2/src/sample/configure.zcml
  U   grok/trunk/doc/groktut/static_resources_for_our_web_page/buildout.cfg
  U   grok/trunk/doc/groktut/static_resources_for_our_web_page/setup.py
  U   grok/trunk/doc/groktut/static_resources_for_our_web_page/src/sample/configure.zcml
  U   grok/trunk/doc/groktut/storing_data/buildout.cfg
  U   grok/trunk/doc/groktut/storing_data/setup.py
  U   grok/trunk/doc/groktut/storing_data/src/sample/configure.zcml
  U   grok/trunk/doc/groktut/the_rules_of_persistence/buildout.cfg
  U   grok/trunk/doc/groktut/the_rules_of_persistence/setup.py
  U   grok/trunk/doc/groktut/the_rules_of_persistence/src/sample/configure.zcml
  U   grok/trunk/doc/groktut/the_rules_of_persistence2/buildout.cfg
  U   grok/trunk/doc/groktut/the_rules_of_persistence2/setup.py
  U   grok/trunk/doc/groktut/the_rules_of_persistence2/src/sample/configure.zcml
  U   grok/trunk/doc/groktut/the_rules_of_persistence3/buildout.cfg
  U   grok/trunk/doc/groktut/the_rules_of_persistence3/setup.py
  U   grok/trunk/doc/groktut/the_rules_of_persistence3/src/sample/configure.zcml
  U   grok/trunk/doc/groktut/using_view_methods/buildout.cfg
  U   grok/trunk/doc/groktut/using_view_methods/setup.py
  U   grok/trunk/doc/groktut/using_view_methods/src/sample/configure.zcml
  U   grok/trunk/doc/tutorial.txt

-=-
Modified: grok/trunk/doc/groktut/a_second_model/buildout.cfg
===================================================================
--- grok/trunk/doc/groktut/a_second_model/buildout.cfg	2007-07-12 14:57:14 UTC (rev 77747)
+++ grok/trunk/doc/groktut/a_second_model/buildout.cfg	2007-07-12 15:04:13 UTC (rev 77748)
@@ -1,3 +1,3 @@
 [buildout]
-develop = .
+develop = . ../../..
 extends = ../buildout_tut.cfg
\ No newline at end of file

Modified: grok/trunk/doc/groktut/a_second_model/setup.py
===================================================================
--- grok/trunk/doc/groktut/a_second_model/setup.py	2007-07-12 14:57:14 UTC (rev 77747)
+++ grok/trunk/doc/groktut/a_second_model/setup.py	2007-07-12 15:04:13 UTC (rev 77748)
@@ -20,9 +20,9 @@
       zip_safe=False,
       install_requires=['setuptools',
                         'grok',
-                        # -*- Extra requirements: -*-
+                        # Add extra requirements here
                         ],
       entry_points="""
-      # -*- Entry points: -*-
+      # Add entry points here
       """,
       )

Modified: grok/trunk/doc/groktut/a_second_model/src/sample/configure.zcml
===================================================================
--- grok/trunk/doc/groktut/a_second_model/src/sample/configure.zcml	2007-07-12 14:57:14 UTC (rev 77747)
+++ grok/trunk/doc/groktut/a_second_model/src/sample/configure.zcml	2007-07-12 15:04:13 UTC (rev 77748)
@@ -1 +1,5 @@
-<grok package="." xmlns="http://namespaces.zope.org/grok" />
+<configure xmlns="http://namespaces.zope.org/zope"
+           xmlns:grok="http://namespaces.zope.org/grok">
+  <include package="grok" />
+  <grok:grok package="." />
+</configure>

Modified: grok/trunk/doc/groktut/a_view_for_a_model/buildout.cfg
===================================================================
--- grok/trunk/doc/groktut/a_view_for_a_model/buildout.cfg	2007-07-12 14:57:14 UTC (rev 77747)
+++ grok/trunk/doc/groktut/a_view_for_a_model/buildout.cfg	2007-07-12 15:04:13 UTC (rev 77748)
@@ -1,3 +1,3 @@
 [buildout]
-develop = .
+develop = . ../../..
 extends = ../buildout_tut.cfg
\ No newline at end of file

Modified: grok/trunk/doc/groktut/a_view_for_a_model/setup.py
===================================================================
--- grok/trunk/doc/groktut/a_view_for_a_model/setup.py	2007-07-12 14:57:14 UTC (rev 77747)
+++ grok/trunk/doc/groktut/a_view_for_a_model/setup.py	2007-07-12 15:04:13 UTC (rev 77748)
@@ -20,9 +20,9 @@
       zip_safe=False,
       install_requires=['setuptools',
                         'grok',
-                        # -*- Extra requirements: -*-
+                        # Add extra requirements here
                         ],
       entry_points="""
-      # -*- Entry points: -*-
+      # Add entry points here
       """,
       )

Modified: grok/trunk/doc/groktut/a_view_for_a_model/src/sample/configure.zcml
===================================================================
--- grok/trunk/doc/groktut/a_view_for_a_model/src/sample/configure.zcml	2007-07-12 14:57:14 UTC (rev 77747)
+++ grok/trunk/doc/groktut/a_view_for_a_model/src/sample/configure.zcml	2007-07-12 15:04:13 UTC (rev 77748)
@@ -1 +1,5 @@
-<grok package="." xmlns="http://namespaces.zope.org/grok" />
+<configure xmlns="http://namespaces.zope.org/zope"
+           xmlns:grok="http://namespaces.zope.org/grok">
+  <include package="grok" />
+  <grok:grok package="." />
+</configure>

Modified: grok/trunk/doc/groktut/a_view_for_a_model2/buildout.cfg
===================================================================
--- grok/trunk/doc/groktut/a_view_for_a_model2/buildout.cfg	2007-07-12 14:57:14 UTC (rev 77747)
+++ grok/trunk/doc/groktut/a_view_for_a_model2/buildout.cfg	2007-07-12 15:04:13 UTC (rev 77748)
@@ -1,3 +1,3 @@
 [buildout]
-develop = .
+develop = . ../../..
 extends = ../buildout_tut.cfg
\ No newline at end of file

Modified: grok/trunk/doc/groktut/a_view_for_a_model2/setup.py
===================================================================
--- grok/trunk/doc/groktut/a_view_for_a_model2/setup.py	2007-07-12 14:57:14 UTC (rev 77747)
+++ grok/trunk/doc/groktut/a_view_for_a_model2/setup.py	2007-07-12 15:04:13 UTC (rev 77748)
@@ -20,9 +20,9 @@
       zip_safe=False,
       install_requires=['setuptools',
                         'grok',
-                        # -*- Extra requirements: -*-
+                        # Add extra requirements here
                         ],
       entry_points="""
-      # -*- Entry points: -*-
+      # Add entry points here
       """,
       )

Modified: grok/trunk/doc/groktut/a_view_for_a_model2/src/sample/configure.zcml
===================================================================
--- grok/trunk/doc/groktut/a_view_for_a_model2/src/sample/configure.zcml	2007-07-12 14:57:14 UTC (rev 77747)
+++ grok/trunk/doc/groktut/a_view_for_a_model2/src/sample/configure.zcml	2007-07-12 15:04:13 UTC (rev 77748)
@@ -1 +1,5 @@
-<grok package="." xmlns="http://namespaces.zope.org/grok" />
+<configure xmlns="http://namespaces.zope.org/zope"
+           xmlns:grok="http://namespaces.zope.org/grok">
+  <include package="grok" />
+  <grok:grok package="." />
+</configure>

Modified: grok/trunk/doc/groktut/buildout_tut.cfg
===================================================================
--- grok/trunk/doc/groktut/buildout_tut.cfg	2007-07-12 14:57:14 UTC (rev 77747)
+++ grok/trunk/doc/groktut/buildout_tut.cfg	2007-07-12 15:04:13 UTC (rev 77748)
@@ -1,6 +1,6 @@
 [buildout]
 parts = data app instance test
-eggs-directory = ../eggs
+#eggs-directory = ../eggs
 find-links = http://download.zope.org/distribution/
 
 [zope3]

Modified: grok/trunk/doc/groktut/completely_python_driven_views/buildout.cfg
===================================================================
--- grok/trunk/doc/groktut/completely_python_driven_views/buildout.cfg	2007-07-12 14:57:14 UTC (rev 77747)
+++ grok/trunk/doc/groktut/completely_python_driven_views/buildout.cfg	2007-07-12 15:04:13 UTC (rev 77748)
@@ -1,3 +1,3 @@
 [buildout]
-develop = .
+develop = . ../../..
 extends = ../buildout_tut.cfg
\ No newline at end of file

Modified: grok/trunk/doc/groktut/completely_python_driven_views/setup.py
===================================================================
--- grok/trunk/doc/groktut/completely_python_driven_views/setup.py	2007-07-12 14:57:14 UTC (rev 77747)
+++ grok/trunk/doc/groktut/completely_python_driven_views/setup.py	2007-07-12 15:04:13 UTC (rev 77748)
@@ -20,9 +20,9 @@
       zip_safe=False,
       install_requires=['setuptools',
                         'grok',
-                        # -*- Extra requirements: -*-
+                        # Add extra requirements here
                         ],
       entry_points="""
-      # -*- Entry points: -*-
+      # Add entry points here
       """,
       )

Modified: grok/trunk/doc/groktut/completely_python_driven_views/src/sample/configure.zcml
===================================================================
--- grok/trunk/doc/groktut/completely_python_driven_views/src/sample/configure.zcml	2007-07-12 14:57:14 UTC (rev 77747)
+++ grok/trunk/doc/groktut/completely_python_driven_views/src/sample/configure.zcml	2007-07-12 15:04:13 UTC (rev 77748)
@@ -1 +1,5 @@
-<grok package="." xmlns="http://namespaces.zope.org/grok" />
+<configure xmlns="http://namespaces.zope.org/zope"
+           xmlns:grok="http://namespaces.zope.org/grok">
+  <include package="grok" />
+  <grok:grok package="." />
+</configure>

Modified: grok/trunk/doc/groktut/containers/buildout.cfg
===================================================================
--- grok/trunk/doc/groktut/containers/buildout.cfg	2007-07-12 14:57:14 UTC (rev 77747)
+++ grok/trunk/doc/groktut/containers/buildout.cfg	2007-07-12 15:04:13 UTC (rev 77748)
@@ -1,3 +1,3 @@
 [buildout]
-develop = .
+develop = . ../../..
 extends = ../buildout_tut.cfg
\ No newline at end of file

Modified: grok/trunk/doc/groktut/containers/setup.py
===================================================================
--- grok/trunk/doc/groktut/containers/setup.py	2007-07-12 14:57:14 UTC (rev 77747)
+++ grok/trunk/doc/groktut/containers/setup.py	2007-07-12 15:04:13 UTC (rev 77748)
@@ -20,9 +20,9 @@
       zip_safe=False,
       install_requires=['setuptools',
                         'grok',
-                        # -*- Extra requirements: -*-
+                        # Add extra requirements here
                         ],
       entry_points="""
-      # -*- Entry points: -*-
+      # Add entry points here
       """,
       )

Modified: grok/trunk/doc/groktut/containers/src/sample/configure.zcml
===================================================================
--- grok/trunk/doc/groktut/containers/src/sample/configure.zcml	2007-07-12 14:57:14 UTC (rev 77747)
+++ grok/trunk/doc/groktut/containers/src/sample/configure.zcml	2007-07-12 15:04:13 UTC (rev 77748)
@@ -1 +1,5 @@
-<grok package="." xmlns="http://namespaces.zope.org/grok" />
+<configure xmlns="http://namespaces.zope.org/zope"
+           xmlns:grok="http://namespaces.zope.org/grok">
+  <include package="grok" />
+  <grok:grok package="." />
+</configure>

Modified: grok/trunk/doc/groktut/doing_some_calculation_before_viewing_a_page/buildout.cfg
===================================================================
--- grok/trunk/doc/groktut/doing_some_calculation_before_viewing_a_page/buildout.cfg	2007-07-12 14:57:14 UTC (rev 77747)
+++ grok/trunk/doc/groktut/doing_some_calculation_before_viewing_a_page/buildout.cfg	2007-07-12 15:04:13 UTC (rev 77748)
@@ -1,3 +1,3 @@
 [buildout]
-develop = .
+develop = . ../../..
 extends = ../buildout_tut.cfg
\ No newline at end of file

Modified: grok/trunk/doc/groktut/doing_some_calculation_before_viewing_a_page/setup.py
===================================================================
--- grok/trunk/doc/groktut/doing_some_calculation_before_viewing_a_page/setup.py	2007-07-12 14:57:14 UTC (rev 77747)
+++ grok/trunk/doc/groktut/doing_some_calculation_before_viewing_a_page/setup.py	2007-07-12 15:04:13 UTC (rev 77748)
@@ -20,9 +20,9 @@
       zip_safe=False,
       install_requires=['setuptools',
                         'grok',
-                        # -*- Extra requirements: -*-
+                        # Add extra requirements here
                         ],
       entry_points="""
-      # -*- Entry points: -*-
+      # Add entry points here
       """,
       )

Modified: grok/trunk/doc/groktut/doing_some_calculation_before_viewing_a_page/src/sample/configure.zcml
===================================================================
--- grok/trunk/doc/groktut/doing_some_calculation_before_viewing_a_page/src/sample/configure.zcml	2007-07-12 14:57:14 UTC (rev 77747)
+++ grok/trunk/doc/groktut/doing_some_calculation_before_viewing_a_page/src/sample/configure.zcml	2007-07-12 15:04:13 UTC (rev 77748)
@@ -1 +1,5 @@
-<grok package="." xmlns="http://namespaces.zope.org/grok" />
+<configure xmlns="http://namespaces.zope.org/zope"
+           xmlns:grok="http://namespaces.zope.org/grok">
+  <include package="grok" />
+  <grok:grok package="." />
+</configure>

Modified: grok/trunk/doc/groktut/explicitly_associating_a_view_with_a_model/buildout.cfg
===================================================================
--- grok/trunk/doc/groktut/explicitly_associating_a_view_with_a_model/buildout.cfg	2007-07-12 14:57:14 UTC (rev 77747)
+++ grok/trunk/doc/groktut/explicitly_associating_a_view_with_a_model/buildout.cfg	2007-07-12 15:04:13 UTC (rev 77748)
@@ -1,3 +1,3 @@
 [buildout]
-develop = .
+develop = . ../../..
 extends = ../buildout_tut.cfg
\ No newline at end of file

Modified: grok/trunk/doc/groktut/explicitly_associating_a_view_with_a_model/setup.py
===================================================================
--- grok/trunk/doc/groktut/explicitly_associating_a_view_with_a_model/setup.py	2007-07-12 14:57:14 UTC (rev 77747)
+++ grok/trunk/doc/groktut/explicitly_associating_a_view_with_a_model/setup.py	2007-07-12 15:04:13 UTC (rev 77748)
@@ -20,9 +20,9 @@
       zip_safe=False,
       install_requires=['setuptools',
                         'grok',
-                        # -*- Extra requirements: -*-
+                        # Add extra requirements here
                         ],
       entry_points="""
-      # -*- Entry points: -*-
+      # Add entry points here
       """,
       )

Modified: grok/trunk/doc/groktut/explicitly_associating_a_view_with_a_model/src/sample/configure.zcml
===================================================================
--- grok/trunk/doc/groktut/explicitly_associating_a_view_with_a_model/src/sample/configure.zcml	2007-07-12 14:57:14 UTC (rev 77747)
+++ grok/trunk/doc/groktut/explicitly_associating_a_view_with_a_model/src/sample/configure.zcml	2007-07-12 15:04:13 UTC (rev 77748)
@@ -1 +1,5 @@
-<grok package="." xmlns="http://namespaces.zope.org/grok" />
+<configure xmlns="http://namespaces.zope.org/zope"
+           xmlns:grok="http://namespaces.zope.org/grok">
+  <include package="grok" />
+  <grok:grok package="." />
+</configure>

Modified: grok/trunk/doc/groktut/generating_html_from_python/buildout.cfg
===================================================================
--- grok/trunk/doc/groktut/generating_html_from_python/buildout.cfg	2007-07-12 14:57:14 UTC (rev 77747)
+++ grok/trunk/doc/groktut/generating_html_from_python/buildout.cfg	2007-07-12 15:04:13 UTC (rev 77748)
@@ -1,3 +1,3 @@
 [buildout]
-develop = .
+develop = . ../../..
 extends = ../buildout_tut.cfg
\ No newline at end of file

Modified: grok/trunk/doc/groktut/generating_html_from_python/setup.py
===================================================================
--- grok/trunk/doc/groktut/generating_html_from_python/setup.py	2007-07-12 14:57:14 UTC (rev 77747)
+++ grok/trunk/doc/groktut/generating_html_from_python/setup.py	2007-07-12 15:04:13 UTC (rev 77748)
@@ -20,9 +20,9 @@
       zip_safe=False,
       install_requires=['setuptools',
                         'grok',
-                        # -*- Extra requirements: -*-
+                        # Add extra requirements here
                         ],
       entry_points="""
-      # -*- Entry points: -*-
+      # Add entry points here
       """,
       )

Modified: grok/trunk/doc/groktut/generating_html_from_python/src/sample/configure.zcml
===================================================================
--- grok/trunk/doc/groktut/generating_html_from_python/src/sample/configure.zcml	2007-07-12 14:57:14 UTC (rev 77747)
+++ grok/trunk/doc/groktut/generating_html_from_python/src/sample/configure.zcml	2007-07-12 15:04:13 UTC (rev 77748)
@@ -1 +1,5 @@
-<grok package="." xmlns="http://namespaces.zope.org/grok" />
+<configure xmlns="http://namespaces.zope.org/zope"
+           xmlns:grok="http://namespaces.zope.org/grok">
+  <include package="grok" />
+  <grok:grok package="." />
+</configure>

Modified: grok/trunk/doc/groktut/making_our_page_dynamic/buildout.cfg
===================================================================
--- grok/trunk/doc/groktut/making_our_page_dynamic/buildout.cfg	2007-07-12 14:57:14 UTC (rev 77747)
+++ grok/trunk/doc/groktut/making_our_page_dynamic/buildout.cfg	2007-07-12 15:04:13 UTC (rev 77748)
@@ -1,3 +1,3 @@
 [buildout]
-develop = .
+develop = . ../../..
 extends = ../buildout_tut.cfg
\ No newline at end of file

Modified: grok/trunk/doc/groktut/making_our_page_dynamic/setup.py
===================================================================
--- grok/trunk/doc/groktut/making_our_page_dynamic/setup.py	2007-07-12 14:57:14 UTC (rev 77747)
+++ grok/trunk/doc/groktut/making_our_page_dynamic/setup.py	2007-07-12 15:04:13 UTC (rev 77748)
@@ -20,9 +20,9 @@
       zip_safe=False,
       install_requires=['setuptools',
                         'grok',
-                        # -*- Extra requirements: -*-
+                        # Add extra requirements here
                         ],
       entry_points="""
-      # -*- Entry points: -*-
+      # Add entry points here
       """,
       )

Modified: grok/trunk/doc/groktut/making_our_page_dynamic/src/sample/configure.zcml
===================================================================
--- grok/trunk/doc/groktut/making_our_page_dynamic/src/sample/configure.zcml	2007-07-12 14:57:14 UTC (rev 77747)
+++ grok/trunk/doc/groktut/making_our_page_dynamic/src/sample/configure.zcml	2007-07-12 15:04:13 UTC (rev 77748)
@@ -1 +1,5 @@
-<grok package="." xmlns="http://namespaces.zope.org/grok" />
+<configure xmlns="http://namespaces.zope.org/zope"
+           xmlns:grok="http://namespaces.zope.org/grok">
+  <include package="grok" />
+  <grok:grok package="." />
+</configure>

Modified: grok/trunk/doc/groktut/reading_url_parameters/buildout.cfg
===================================================================
--- grok/trunk/doc/groktut/reading_url_parameters/buildout.cfg	2007-07-12 14:57:14 UTC (rev 77747)
+++ grok/trunk/doc/groktut/reading_url_parameters/buildout.cfg	2007-07-12 15:04:13 UTC (rev 77748)
@@ -1,3 +1,3 @@
 [buildout]
-develop = .
+develop = . ../../..
 extends = ../buildout_tut.cfg
\ No newline at end of file

Modified: grok/trunk/doc/groktut/reading_url_parameters/setup.py
===================================================================
--- grok/trunk/doc/groktut/reading_url_parameters/setup.py	2007-07-12 14:57:14 UTC (rev 77747)
+++ grok/trunk/doc/groktut/reading_url_parameters/setup.py	2007-07-12 15:04:13 UTC (rev 77748)
@@ -20,9 +20,9 @@
       zip_safe=False,
       install_requires=['setuptools',
                         'grok',
-                        # -*- Extra requirements: -*-
+                        # Add extra requirements here
                         ],
       entry_points="""
-      # -*- Entry points: -*-
+      # Add entry points here
       """,
       )

Modified: grok/trunk/doc/groktut/reading_url_parameters/src/sample/configure.zcml
===================================================================
--- grok/trunk/doc/groktut/reading_url_parameters/src/sample/configure.zcml	2007-07-12 14:57:14 UTC (rev 77747)
+++ grok/trunk/doc/groktut/reading_url_parameters/src/sample/configure.zcml	2007-07-12 15:04:13 UTC (rev 77748)
@@ -1 +1,5 @@
-<grok package="." xmlns="http://namespaces.zope.org/grok" />
+<configure xmlns="http://namespaces.zope.org/zope"
+           xmlns:grok="http://namespaces.zope.org/grok">
+  <include package="grok" />
+  <grok:grok package="." />
+</configure>

Modified: grok/trunk/doc/groktut/reading_url_parameters2/buildout.cfg
===================================================================
--- grok/trunk/doc/groktut/reading_url_parameters2/buildout.cfg	2007-07-12 14:57:14 UTC (rev 77747)
+++ grok/trunk/doc/groktut/reading_url_parameters2/buildout.cfg	2007-07-12 15:04:13 UTC (rev 77748)
@@ -1,3 +1,3 @@
 [buildout]
-develop = .
+develop = . ../../..
 extends = ../buildout_tut.cfg
\ No newline at end of file

Modified: grok/trunk/doc/groktut/reading_url_parameters2/setup.py
===================================================================
--- grok/trunk/doc/groktut/reading_url_parameters2/setup.py	2007-07-12 14:57:14 UTC (rev 77747)
+++ grok/trunk/doc/groktut/reading_url_parameters2/setup.py	2007-07-12 15:04:13 UTC (rev 77748)
@@ -20,9 +20,9 @@
       zip_safe=False,
       install_requires=['setuptools',
                         'grok',
-                        # -*- Extra requirements: -*-
+                        # Add extra requirements here
                         ],
       entry_points="""
-      # -*- Entry points: -*-
+      # Add entry points here
       """,
       )

Modified: grok/trunk/doc/groktut/reading_url_parameters2/src/sample/configure.zcml
===================================================================
--- grok/trunk/doc/groktut/reading_url_parameters2/src/sample/configure.zcml	2007-07-12 14:57:14 UTC (rev 77747)
+++ grok/trunk/doc/groktut/reading_url_parameters2/src/sample/configure.zcml	2007-07-12 15:04:13 UTC (rev 77748)
@@ -1 +1,5 @@
-<grok package="." xmlns="http://namespaces.zope.org/grok" />
+<configure xmlns="http://namespaces.zope.org/zope"
+           xmlns:grok="http://namespaces.zope.org/grok">
+  <include package="grok" />
+  <grok:grok package="." />
+</configure>

Modified: grok/trunk/doc/groktut/redirection/buildout.cfg
===================================================================
--- grok/trunk/doc/groktut/redirection/buildout.cfg	2007-07-12 14:57:14 UTC (rev 77747)
+++ grok/trunk/doc/groktut/redirection/buildout.cfg	2007-07-12 15:04:13 UTC (rev 77748)
@@ -1,3 +1,3 @@
 [buildout]
-develop = .
+develop = . ../../..
 extends = ../buildout_tut.cfg
\ No newline at end of file

Modified: grok/trunk/doc/groktut/redirection/setup.py
===================================================================
--- grok/trunk/doc/groktut/redirection/setup.py	2007-07-12 14:57:14 UTC (rev 77747)
+++ grok/trunk/doc/groktut/redirection/setup.py	2007-07-12 15:04:13 UTC (rev 77748)
@@ -20,9 +20,9 @@
       zip_safe=False,
       install_requires=['setuptools',
                         'grok',
-                        # -*- Extra requirements: -*-
+                        # Add extra requirements here
                         ],
       entry_points="""
-      # -*- Entry points: -*-
+      # Add entry points here
       """,
       )

Modified: grok/trunk/doc/groktut/redirection/src/sample/configure.zcml
===================================================================
--- grok/trunk/doc/groktut/redirection/src/sample/configure.zcml	2007-07-12 14:57:14 UTC (rev 77747)
+++ grok/trunk/doc/groktut/redirection/src/sample/configure.zcml	2007-07-12 15:04:13 UTC (rev 77748)
@@ -1 +1,5 @@
-<grok package="." xmlns="http://namespaces.zope.org/grok" />
+<configure xmlns="http://namespaces.zope.org/zope"
+           xmlns:grok="http://namespaces.zope.org/grok">
+  <include package="grok" />
+  <grok:grok package="." />
+</configure>

Modified: grok/trunk/doc/groktut/setting_the_content_type/buildout.cfg
===================================================================
--- grok/trunk/doc/groktut/setting_the_content_type/buildout.cfg	2007-07-12 14:57:14 UTC (rev 77747)
+++ grok/trunk/doc/groktut/setting_the_content_type/buildout.cfg	2007-07-12 15:04:13 UTC (rev 77748)
@@ -1,3 +1,3 @@
 [buildout]
-develop = .
+develop = . ../../..
 extends = ../buildout_tut.cfg
\ No newline at end of file

Modified: grok/trunk/doc/groktut/setting_the_content_type/setup.py
===================================================================
--- grok/trunk/doc/groktut/setting_the_content_type/setup.py	2007-07-12 14:57:14 UTC (rev 77747)
+++ grok/trunk/doc/groktut/setting_the_content_type/setup.py	2007-07-12 15:04:13 UTC (rev 77748)
@@ -20,9 +20,9 @@
       zip_safe=False,
       install_requires=['setuptools',
                         'grok',
-                        # -*- Extra requirements: -*-
+                        # Add extra requirements here
                         ],
       entry_points="""
-      # -*- Entry points: -*-
+      # Add entry points here
       """,
       )

Modified: grok/trunk/doc/groktut/setting_the_content_type/src/sample/configure.zcml
===================================================================
--- grok/trunk/doc/groktut/setting_the_content_type/src/sample/configure.zcml	2007-07-12 14:57:14 UTC (rev 77747)
+++ grok/trunk/doc/groktut/setting_the_content_type/src/sample/configure.zcml	2007-07-12 15:04:13 UTC (rev 77748)
@@ -1 +1,5 @@
-<grok package="." xmlns="http://namespaces.zope.org/grok" />
+<configure xmlns="http://namespaces.zope.org/zope"
+           xmlns:grok="http://namespaces.zope.org/grok">
+  <include package="grok" />
+  <grok:grok package="." />
+</configure>

Modified: grok/trunk/doc/groktut/showing_the_value_in_the_form/buildout.cfg
===================================================================
--- grok/trunk/doc/groktut/showing_the_value_in_the_form/buildout.cfg	2007-07-12 14:57:14 UTC (rev 77747)
+++ grok/trunk/doc/groktut/showing_the_value_in_the_form/buildout.cfg	2007-07-12 15:04:13 UTC (rev 77748)
@@ -1,3 +1,3 @@
 [buildout]
-develop = .
+develop = . ../../..
 extends = ../buildout_tut.cfg
\ No newline at end of file

Modified: grok/trunk/doc/groktut/showing_the_value_in_the_form/setup.py
===================================================================
--- grok/trunk/doc/groktut/showing_the_value_in_the_form/setup.py	2007-07-12 14:57:14 UTC (rev 77747)
+++ grok/trunk/doc/groktut/showing_the_value_in_the_form/setup.py	2007-07-12 15:04:13 UTC (rev 77748)
@@ -20,9 +20,9 @@
       zip_safe=False,
       install_requires=['setuptools',
                         'grok',
-                        # -*- Extra requirements: -*-
+                        # Add extra requirements here
                         ],
       entry_points="""
-      # -*- Entry points: -*-
+      # Add entry points here
       """,
       )

Modified: grok/trunk/doc/groktut/showing_the_value_in_the_form/src/sample/configure.zcml
===================================================================
--- grok/trunk/doc/groktut/showing_the_value_in_the_form/src/sample/configure.zcml	2007-07-12 14:57:14 UTC (rev 77747)
+++ grok/trunk/doc/groktut/showing_the_value_in_the_form/src/sample/configure.zcml	2007-07-12 15:04:13 UTC (rev 77748)
@@ -1 +1,5 @@
-<grok package="." xmlns="http://namespaces.zope.org/grok" />
+<configure xmlns="http://namespaces.zope.org/zope"
+           xmlns:grok="http://namespaces.zope.org/grok">
+  <include package="grok" />
+  <grok:grok package="." />
+</configure>

Modified: grok/trunk/doc/groktut/simple_forms/buildout.cfg
===================================================================
--- grok/trunk/doc/groktut/simple_forms/buildout.cfg	2007-07-12 14:57:14 UTC (rev 77747)
+++ grok/trunk/doc/groktut/simple_forms/buildout.cfg	2007-07-12 15:04:13 UTC (rev 77748)
@@ -1,3 +1,3 @@
 [buildout]
-develop = .
+develop = . ../../..
 extends = ../buildout_tut.cfg
\ No newline at end of file

Modified: grok/trunk/doc/groktut/simple_forms/setup.py
===================================================================
--- grok/trunk/doc/groktut/simple_forms/setup.py	2007-07-12 14:57:14 UTC (rev 77747)
+++ grok/trunk/doc/groktut/simple_forms/setup.py	2007-07-12 15:04:13 UTC (rev 77748)
@@ -20,9 +20,9 @@
       zip_safe=False,
       install_requires=['setuptools',
                         'grok',
-                        # -*- Extra requirements: -*-
+                        # Add extra requirements here
                         ],
       entry_points="""
-      # -*- Entry points: -*-
+      # Add entry points here
       """,
       )

Modified: grok/trunk/doc/groktut/simple_forms/src/sample/configure.zcml
===================================================================
--- grok/trunk/doc/groktut/simple_forms/src/sample/configure.zcml	2007-07-12 14:57:14 UTC (rev 77747)
+++ grok/trunk/doc/groktut/simple_forms/src/sample/configure.zcml	2007-07-12 15:04:13 UTC (rev 77748)
@@ -1 +1,5 @@
-<grok package="." xmlns="http://namespaces.zope.org/grok" />
+<configure xmlns="http://namespaces.zope.org/zope"
+           xmlns:grok="http://namespaces.zope.org/grok">
+  <include package="grok" />
+  <grok:grok package="." />
+</configure>

Modified: grok/trunk/doc/groktut/simple_forms2/buildout.cfg
===================================================================
--- grok/trunk/doc/groktut/simple_forms2/buildout.cfg	2007-07-12 14:57:14 UTC (rev 77747)
+++ grok/trunk/doc/groktut/simple_forms2/buildout.cfg	2007-07-12 15:04:13 UTC (rev 77748)
@@ -1,3 +1,3 @@
 [buildout]
-develop = .
+develop = . ../../..
 extends = ../buildout_tut.cfg
\ No newline at end of file

Modified: grok/trunk/doc/groktut/simple_forms2/setup.py
===================================================================
--- grok/trunk/doc/groktut/simple_forms2/setup.py	2007-07-12 14:57:14 UTC (rev 77747)
+++ grok/trunk/doc/groktut/simple_forms2/setup.py	2007-07-12 15:04:13 UTC (rev 77748)
@@ -20,9 +20,9 @@
       zip_safe=False,
       install_requires=['setuptools',
                         'grok',
-                        # -*- Extra requirements: -*-
+                        # Add extra requirements here
                         ],
       entry_points="""
-      # -*- Entry points: -*-
+      # Add entry points here
       """,
       )

Modified: grok/trunk/doc/groktut/simple_forms2/src/sample/configure.zcml
===================================================================
--- grok/trunk/doc/groktut/simple_forms2/src/sample/configure.zcml	2007-07-12 14:57:14 UTC (rev 77747)
+++ grok/trunk/doc/groktut/simple_forms2/src/sample/configure.zcml	2007-07-12 15:04:13 UTC (rev 77748)
@@ -1 +1,5 @@
-<grok package="." xmlns="http://namespaces.zope.org/grok" />
+<configure xmlns="http://namespaces.zope.org/zope"
+           xmlns:grok="http://namespaces.zope.org/grok">
+  <include package="grok" />
+  <grok:grok package="." />
+</configure>

Modified: grok/trunk/doc/groktut/static_resources_for_our_web_page/buildout.cfg
===================================================================
--- grok/trunk/doc/groktut/static_resources_for_our_web_page/buildout.cfg	2007-07-12 14:57:14 UTC (rev 77747)
+++ grok/trunk/doc/groktut/static_resources_for_our_web_page/buildout.cfg	2007-07-12 15:04:13 UTC (rev 77748)
@@ -1,3 +1,3 @@
 [buildout]
-develop = .
+develop = . ../../..
 extends = ../buildout_tut.cfg
\ No newline at end of file

Modified: grok/trunk/doc/groktut/static_resources_for_our_web_page/setup.py
===================================================================
--- grok/trunk/doc/groktut/static_resources_for_our_web_page/setup.py	2007-07-12 14:57:14 UTC (rev 77747)
+++ grok/trunk/doc/groktut/static_resources_for_our_web_page/setup.py	2007-07-12 15:04:13 UTC (rev 77748)
@@ -20,9 +20,9 @@
       zip_safe=False,
       install_requires=['setuptools',
                         'grok',
-                        # -*- Extra requirements: -*-
+                        # Add extra requirements here
                         ],
       entry_points="""
-      # -*- Entry points: -*-
+      # Add entry points here
       """,
       )

Modified: grok/trunk/doc/groktut/static_resources_for_our_web_page/src/sample/configure.zcml
===================================================================
--- grok/trunk/doc/groktut/static_resources_for_our_web_page/src/sample/configure.zcml	2007-07-12 14:57:14 UTC (rev 77747)
+++ grok/trunk/doc/groktut/static_resources_for_our_web_page/src/sample/configure.zcml	2007-07-12 15:04:13 UTC (rev 77748)
@@ -1 +1,5 @@
-<grok package="." xmlns="http://namespaces.zope.org/grok" />
+<configure xmlns="http://namespaces.zope.org/zope"
+           xmlns:grok="http://namespaces.zope.org/grok">
+  <include package="grok" />
+  <grok:grok package="." />
+</configure>

Modified: grok/trunk/doc/groktut/storing_data/buildout.cfg
===================================================================
--- grok/trunk/doc/groktut/storing_data/buildout.cfg	2007-07-12 14:57:14 UTC (rev 77747)
+++ grok/trunk/doc/groktut/storing_data/buildout.cfg	2007-07-12 15:04:13 UTC (rev 77748)
@@ -1,3 +1,3 @@
 [buildout]
-develop = .
+develop = . ../../..
 extends = ../buildout_tut.cfg
\ No newline at end of file

Modified: grok/trunk/doc/groktut/storing_data/setup.py
===================================================================
--- grok/trunk/doc/groktut/storing_data/setup.py	2007-07-12 14:57:14 UTC (rev 77747)
+++ grok/trunk/doc/groktut/storing_data/setup.py	2007-07-12 15:04:13 UTC (rev 77748)
@@ -20,9 +20,9 @@
       zip_safe=False,
       install_requires=['setuptools',
                         'grok',
-                        # -*- Extra requirements: -*-
+                        # Add extra requirements here
                         ],
       entry_points="""
-      # -*- Entry points: -*-
+      # Add entry points here
       """,
       )

Modified: grok/trunk/doc/groktut/storing_data/src/sample/configure.zcml
===================================================================
--- grok/trunk/doc/groktut/storing_data/src/sample/configure.zcml	2007-07-12 14:57:14 UTC (rev 77747)
+++ grok/trunk/doc/groktut/storing_data/src/sample/configure.zcml	2007-07-12 15:04:13 UTC (rev 77748)
@@ -1 +1,5 @@
-<grok package="." xmlns="http://namespaces.zope.org/grok" />
+<configure xmlns="http://namespaces.zope.org/zope"
+           xmlns:grok="http://namespaces.zope.org/grok">
+  <include package="grok" />
+  <grok:grok package="." />
+</configure>

Modified: grok/trunk/doc/groktut/the_rules_of_persistence/buildout.cfg
===================================================================
--- grok/trunk/doc/groktut/the_rules_of_persistence/buildout.cfg	2007-07-12 14:57:14 UTC (rev 77747)
+++ grok/trunk/doc/groktut/the_rules_of_persistence/buildout.cfg	2007-07-12 15:04:13 UTC (rev 77748)
@@ -1,3 +1,3 @@
 [buildout]
-develop = .
+develop = . ../../..
 extends = ../buildout_tut.cfg
\ No newline at end of file

Modified: grok/trunk/doc/groktut/the_rules_of_persistence/setup.py
===================================================================
--- grok/trunk/doc/groktut/the_rules_of_persistence/setup.py	2007-07-12 14:57:14 UTC (rev 77747)
+++ grok/trunk/doc/groktut/the_rules_of_persistence/setup.py	2007-07-12 15:04:13 UTC (rev 77748)
@@ -20,9 +20,9 @@
       zip_safe=False,
       install_requires=['setuptools',
                         'grok',
-                        # -*- Extra requirements: -*-
+                        # Add extra requirements here
                         ],
       entry_points="""
-      # -*- Entry points: -*-
+      # Add entry points here
       """,
       )

Modified: grok/trunk/doc/groktut/the_rules_of_persistence/src/sample/configure.zcml
===================================================================
--- grok/trunk/doc/groktut/the_rules_of_persistence/src/sample/configure.zcml	2007-07-12 14:57:14 UTC (rev 77747)
+++ grok/trunk/doc/groktut/the_rules_of_persistence/src/sample/configure.zcml	2007-07-12 15:04:13 UTC (rev 77748)
@@ -1 +1,5 @@
-<grok package="." xmlns="http://namespaces.zope.org/grok" />
+<configure xmlns="http://namespaces.zope.org/zope"
+           xmlns:grok="http://namespaces.zope.org/grok">
+  <include package="grok" />
+  <grok:grok package="." />
+</configure>

Modified: grok/trunk/doc/groktut/the_rules_of_persistence2/buildout.cfg
===================================================================
--- grok/trunk/doc/groktut/the_rules_of_persistence2/buildout.cfg	2007-07-12 14:57:14 UTC (rev 77747)
+++ grok/trunk/doc/groktut/the_rules_of_persistence2/buildout.cfg	2007-07-12 15:04:13 UTC (rev 77748)
@@ -1,3 +1,3 @@
 [buildout]
-develop = .
+develop = . ../../..
 extends = ../buildout_tut.cfg
\ No newline at end of file

Modified: grok/trunk/doc/groktut/the_rules_of_persistence2/setup.py
===================================================================
--- grok/trunk/doc/groktut/the_rules_of_persistence2/setup.py	2007-07-12 14:57:14 UTC (rev 77747)
+++ grok/trunk/doc/groktut/the_rules_of_persistence2/setup.py	2007-07-12 15:04:13 UTC (rev 77748)
@@ -20,9 +20,9 @@
       zip_safe=False,
       install_requires=['setuptools',
                         'grok',
-                        # -*- Extra requirements: -*-
+                        # Add extra requirements here
                         ],
       entry_points="""
-      # -*- Entry points: -*-
+      # Add entry points here
       """,
       )

Modified: grok/trunk/doc/groktut/the_rules_of_persistence2/src/sample/configure.zcml
===================================================================
--- grok/trunk/doc/groktut/the_rules_of_persistence2/src/sample/configure.zcml	2007-07-12 14:57:14 UTC (rev 77747)
+++ grok/trunk/doc/groktut/the_rules_of_persistence2/src/sample/configure.zcml	2007-07-12 15:04:13 UTC (rev 77748)
@@ -1 +1,5 @@
-<grok package="." xmlns="http://namespaces.zope.org/grok" />
+<configure xmlns="http://namespaces.zope.org/zope"
+           xmlns:grok="http://namespaces.zope.org/grok">
+  <include package="grok" />
+  <grok:grok package="." />
+</configure>

Modified: grok/trunk/doc/groktut/the_rules_of_persistence3/buildout.cfg
===================================================================
--- grok/trunk/doc/groktut/the_rules_of_persistence3/buildout.cfg	2007-07-12 14:57:14 UTC (rev 77747)
+++ grok/trunk/doc/groktut/the_rules_of_persistence3/buildout.cfg	2007-07-12 15:04:13 UTC (rev 77748)
@@ -1,3 +1,3 @@
 [buildout]
-develop = .
+develop = . ../../..
 extends = ../buildout_tut.cfg
\ No newline at end of file

Modified: grok/trunk/doc/groktut/the_rules_of_persistence3/setup.py
===================================================================
--- grok/trunk/doc/groktut/the_rules_of_persistence3/setup.py	2007-07-12 14:57:14 UTC (rev 77747)
+++ grok/trunk/doc/groktut/the_rules_of_persistence3/setup.py	2007-07-12 15:04:13 UTC (rev 77748)
@@ -20,9 +20,9 @@
       zip_safe=False,
       install_requires=['setuptools',
                         'grok',
-                        # -*- Extra requirements: -*-
+                        # Add extra requirements here
                         ],
       entry_points="""
-      # -*- Entry points: -*-
+      # Add entry points here
       """,
       )

Modified: grok/trunk/doc/groktut/the_rules_of_persistence3/src/sample/configure.zcml
===================================================================
--- grok/trunk/doc/groktut/the_rules_of_persistence3/src/sample/configure.zcml	2007-07-12 14:57:14 UTC (rev 77747)
+++ grok/trunk/doc/groktut/the_rules_of_persistence3/src/sample/configure.zcml	2007-07-12 15:04:13 UTC (rev 77748)
@@ -1 +1,5 @@
-<grok package="." xmlns="http://namespaces.zope.org/grok" />
+<configure xmlns="http://namespaces.zope.org/zope"
+           xmlns:grok="http://namespaces.zope.org/grok">
+  <include package="grok" />
+  <grok:grok package="." />
+</configure>

Modified: grok/trunk/doc/groktut/using_view_methods/buildout.cfg
===================================================================
--- grok/trunk/doc/groktut/using_view_methods/buildout.cfg	2007-07-12 14:57:14 UTC (rev 77747)
+++ grok/trunk/doc/groktut/using_view_methods/buildout.cfg	2007-07-12 15:04:13 UTC (rev 77748)
@@ -1,3 +1,3 @@
 [buildout]
-develop = .
+develop = . ../../..
 extends = ../buildout_tut.cfg
\ No newline at end of file

Modified: grok/trunk/doc/groktut/using_view_methods/setup.py
===================================================================
--- grok/trunk/doc/groktut/using_view_methods/setup.py	2007-07-12 14:57:14 UTC (rev 77747)
+++ grok/trunk/doc/groktut/using_view_methods/setup.py	2007-07-12 15:04:13 UTC (rev 77748)
@@ -20,9 +20,9 @@
       zip_safe=False,
       install_requires=['setuptools',
                         'grok',
-                        # -*- Extra requirements: -*-
+                        # Add extra requirements here
                         ],
       entry_points="""
-      # -*- Entry points: -*-
+      # Add entry points here
       """,
       )

Modified: grok/trunk/doc/groktut/using_view_methods/src/sample/configure.zcml
===================================================================
--- grok/trunk/doc/groktut/using_view_methods/src/sample/configure.zcml	2007-07-12 14:57:14 UTC (rev 77747)
+++ grok/trunk/doc/groktut/using_view_methods/src/sample/configure.zcml	2007-07-12 15:04:13 UTC (rev 77748)
@@ -1 +1,5 @@
-<grok package="." xmlns="http://namespaces.zope.org/grok" />
+<configure xmlns="http://namespaces.zope.org/zope"
+           xmlns:grok="http://namespaces.zope.org/grok">
+  <include package="grok" />
+  <grok:grok package="." />
+</configure>

Modified: grok/trunk/doc/tutorial.txt
===================================================================
--- grok/trunk/doc/tutorial.txt	2007-07-12 14:57:14 UTC (rev 77747)
+++ grok/trunk/doc/tutorial.txt	2007-07-12 15:04:13 UTC (rev 77748)
@@ -174,14 +174,10 @@
 Starting up Zope
 ----------------
 
-You can go into the ``Sample`` project directory now::
+You can go into the ``Sample`` project directory now and start up the
+Zope instance that has been installed::
 
   $ cd Sample
-
-A Zope 3 instance has been installed in the 'parts/instance'
-directory. You can start it (into the foreground) by typing the
-following::
-
   $ bin/instance fg
 
 This will make Zope 3 available on port 8080, and you can log in with
@@ -378,8 +374,8 @@
 template should have the same name as the class, but lowercased and
 with the ``.pt`` postfix.
 
-Restart Zope (``CTRL-C, then ``parts/instance/bin/zopectl fg``). You
-can now go to a new web page called ``bye``:
+Restart Zope (``CTRL-C, then ``bin/instance fg``). You can now go to a
+new web page called ``bye``:
 
   http://localhost:8080/test/bye
 



More information about the Checkins mailing list