[Checkins] SVN: grok/trunk/doc/groktut/ fix project name in buildout.cfg files

Jan-Wijbrand Kolman janwijbrand at gmail.com
Tue Oct 26 09:27:48 EDT 2010


Log message for revision 117898:
  fix project name in buildout.cfg files

Changed:
  U   grok/trunk/doc/groktut/a_second_model/buildout.cfg
  U   grok/trunk/doc/groktut/a_second_view/buildout.cfg
  U   grok/trunk/doc/groktut/a_view_for_a_model/buildout.cfg
  U   grok/trunk/doc/groktut/a_view_for_a_model2/buildout.cfg
  U   grok/trunk/doc/groktut/an_empty_grok_project/buildout.cfg
  U   grok/trunk/doc/groktut/an_empty_grok_project/src/sample/tests.py
  U   grok/trunk/doc/groktut/completely_python_driven_views/buildout.cfg
  U   grok/trunk/doc/groktut/containers/buildout.cfg
  U   grok/trunk/doc/groktut/doing_some_calculation_before_viewing_a_page/buildout.cfg
  U   grok/trunk/doc/groktut/explicitly_associating_a_view_with_a_model/buildout.cfg
  U   grok/trunk/doc/groktut/generating_html_from_python/buildout.cfg
  U   grok/trunk/doc/groktut/making_our_page_dynamic/buildout.cfg
  U   grok/trunk/doc/groktut/publishing_a_simple_web_page/buildout.cfg
  U   grok/trunk/doc/groktut/publishing_a_simple_web_page/src/sample/tests.py
  U   grok/trunk/doc/groktut/reading_url_parameters/buildout.cfg
  U   grok/trunk/doc/groktut/reading_url_parameters2/buildout.cfg
  U   grok/trunk/doc/groktut/redirection/buildout.cfg
  U   grok/trunk/doc/groktut/setting_the_content_type/buildout.cfg
  U   grok/trunk/doc/groktut/showing_the_value_in_the_form/buildout.cfg
  U   grok/trunk/doc/groktut/simple_forms/buildout.cfg
  U   grok/trunk/doc/groktut/simple_forms2/buildout.cfg
  U   grok/trunk/doc/groktut/static_resources_for_our_web_page/buildout.cfg
  U   grok/trunk/doc/groktut/storing_data/buildout.cfg
  U   grok/trunk/doc/groktut/template/buildout.cfg
  U   grok/trunk/doc/groktut/the_rules_of_persistence/buildout.cfg
  U   grok/trunk/doc/groktut/the_rules_of_persistence2/buildout.cfg
  U   grok/trunk/doc/groktut/the_rules_of_persistence3/buildout.cfg
  U   grok/trunk/doc/groktut/using_view_methods/buildout.cfg

-=-
Modified: grok/trunk/doc/groktut/a_second_model/buildout.cfg
===================================================================
--- grok/trunk/doc/groktut/a_second_model/buildout.cfg	2010-10-26 13:21:42 UTC (rev 117897)
+++ grok/trunk/doc/groktut/a_second_model/buildout.cfg	2010-10-26 13:27:47 UTC (rev 117898)
@@ -45,10 +45,10 @@
 # this section named so that the i18n scripts are called bin/i18n...
 [i18n]
 recipe = z3c.recipe.i18n:i18n
-packages = groktutexample
-eggs = groktutexample
-domain = groktutexample
-output = src/groktutexample/locales
+packages = sample
+eggs = sample
+domain = sample
+output = src/sample/locales
 zcml =
 
 [mkdirs]

Modified: grok/trunk/doc/groktut/a_second_view/buildout.cfg
===================================================================
--- grok/trunk/doc/groktut/a_second_view/buildout.cfg	2010-10-26 13:21:42 UTC (rev 117897)
+++ grok/trunk/doc/groktut/a_second_view/buildout.cfg	2010-10-26 13:27:47 UTC (rev 117898)
@@ -45,10 +45,10 @@
 # this section named so that the i18n scripts are called bin/i18n...
 [i18n]
 recipe = z3c.recipe.i18n:i18n
-packages = groktutexample
-eggs = groktutexample
-domain = groktutexample
-output = src/groktutexample/locales
+packages = sample
+eggs = sample
+domain = sample
+output = src/sample/locales
 zcml =
 
 [mkdirs]

Modified: grok/trunk/doc/groktut/a_view_for_a_model/buildout.cfg
===================================================================
--- grok/trunk/doc/groktut/a_view_for_a_model/buildout.cfg	2010-10-26 13:21:42 UTC (rev 117897)
+++ grok/trunk/doc/groktut/a_view_for_a_model/buildout.cfg	2010-10-26 13:27:47 UTC (rev 117898)
@@ -45,10 +45,10 @@
 # this section named so that the i18n scripts are called bin/i18n...
 [i18n]
 recipe = z3c.recipe.i18n:i18n
-packages = groktutexample
-eggs = groktutexample
-domain = groktutexample
-output = src/groktutexample/locales
+packages = sample
+eggs = sample
+domain = sample
+output = src/sample/locales
 zcml =
 
 [mkdirs]

Modified: grok/trunk/doc/groktut/a_view_for_a_model2/buildout.cfg
===================================================================
--- grok/trunk/doc/groktut/a_view_for_a_model2/buildout.cfg	2010-10-26 13:21:42 UTC (rev 117897)
+++ grok/trunk/doc/groktut/a_view_for_a_model2/buildout.cfg	2010-10-26 13:27:47 UTC (rev 117898)
@@ -45,10 +45,10 @@
 # this section named so that the i18n scripts are called bin/i18n...
 [i18n]
 recipe = z3c.recipe.i18n:i18n
-packages = groktutexample
-eggs = groktutexample
-domain = groktutexample
-output = src/groktutexample/locales
+packages = sample
+eggs = sample
+domain = sample
+output = src/sample/locales
 zcml =
 
 [mkdirs]

Modified: grok/trunk/doc/groktut/an_empty_grok_project/buildout.cfg
===================================================================
--- grok/trunk/doc/groktut/an_empty_grok_project/buildout.cfg	2010-10-26 13:21:42 UTC (rev 117897)
+++ grok/trunk/doc/groktut/an_empty_grok_project/buildout.cfg	2010-10-26 13:27:47 UTC (rev 117898)
@@ -45,10 +45,10 @@
 # this section named so that the i18n scripts are called bin/i18n...
 [i18n]
 recipe = z3c.recipe.i18n:i18n
-packages = groktutexample
-eggs = groktutexample
-domain = groktutexample
-output = src/groktutexample/locales
+packages = sample
+eggs = sample
+domain = sample
+output = src/sample/locales
 zcml =
 
 [mkdirs]

Modified: grok/trunk/doc/groktut/an_empty_grok_project/src/sample/tests.py
===================================================================
--- grok/trunk/doc/groktut/an_empty_grok_project/src/sample/tests.py	2010-10-26 13:21:42 UTC (rev 117897)
+++ grok/trunk/doc/groktut/an_empty_grok_project/src/sample/tests.py	2010-10-26 13:27:47 UTC (rev 117898)
@@ -4,7 +4,7 @@
 
 import sample
 
-browser_layer = BrowserLayer(groktutexample)
+browser_layer = BrowserLayer(sample)
 
 test_suite = z3c.testsetup.register_all_tests(
     'sample', globs={'getRootFolder': browser_layer.getRootFolder})

Modified: grok/trunk/doc/groktut/completely_python_driven_views/buildout.cfg
===================================================================
--- grok/trunk/doc/groktut/completely_python_driven_views/buildout.cfg	2010-10-26 13:21:42 UTC (rev 117897)
+++ grok/trunk/doc/groktut/completely_python_driven_views/buildout.cfg	2010-10-26 13:27:47 UTC (rev 117898)
@@ -45,10 +45,10 @@
 # this section named so that the i18n scripts are called bin/i18n...
 [i18n]
 recipe = z3c.recipe.i18n:i18n
-packages = groktutexample
-eggs = groktutexample
-domain = groktutexample
-output = src/groktutexample/locales
+packages = sample
+eggs = sample
+domain = sample
+output = src/sample/locales
 zcml =
 
 [mkdirs]

Modified: grok/trunk/doc/groktut/containers/buildout.cfg
===================================================================
--- grok/trunk/doc/groktut/containers/buildout.cfg	2010-10-26 13:21:42 UTC (rev 117897)
+++ grok/trunk/doc/groktut/containers/buildout.cfg	2010-10-26 13:27:47 UTC (rev 117898)
@@ -45,10 +45,10 @@
 # this section named so that the i18n scripts are called bin/i18n...
 [i18n]
 recipe = z3c.recipe.i18n:i18n
-packages = groktutexample
-eggs = groktutexample
-domain = groktutexample
-output = src/groktutexample/locales
+packages = sample
+eggs = sample
+domain = sample
+output = src/sample/locales
 zcml =
 
 [mkdirs]

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	2010-10-26 13:21:42 UTC (rev 117897)
+++ grok/trunk/doc/groktut/doing_some_calculation_before_viewing_a_page/buildout.cfg	2010-10-26 13:27:47 UTC (rev 117898)
@@ -45,10 +45,10 @@
 # this section named so that the i18n scripts are called bin/i18n...
 [i18n]
 recipe = z3c.recipe.i18n:i18n
-packages = groktutexample
-eggs = groktutexample
-domain = groktutexample
-output = src/groktutexample/locales
+packages = sample
+eggs = sample
+domain = sample
+output = src/sample/locales
 zcml =
 
 [mkdirs]

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	2010-10-26 13:21:42 UTC (rev 117897)
+++ grok/trunk/doc/groktut/explicitly_associating_a_view_with_a_model/buildout.cfg	2010-10-26 13:27:47 UTC (rev 117898)
@@ -45,10 +45,10 @@
 # this section named so that the i18n scripts are called bin/i18n...
 [i18n]
 recipe = z3c.recipe.i18n:i18n
-packages = groktutexample
-eggs = groktutexample
-domain = groktutexample
-output = src/groktutexample/locales
+packages = sample
+eggs = sample
+domain = sample
+output = src/sample/locales
 zcml =
 
 [mkdirs]

Modified: grok/trunk/doc/groktut/generating_html_from_python/buildout.cfg
===================================================================
--- grok/trunk/doc/groktut/generating_html_from_python/buildout.cfg	2010-10-26 13:21:42 UTC (rev 117897)
+++ grok/trunk/doc/groktut/generating_html_from_python/buildout.cfg	2010-10-26 13:27:47 UTC (rev 117898)
@@ -45,10 +45,10 @@
 # this section named so that the i18n scripts are called bin/i18n...
 [i18n]
 recipe = z3c.recipe.i18n:i18n
-packages = groktutexample
-eggs = groktutexample
-domain = groktutexample
-output = src/groktutexample/locales
+packages = sample
+eggs = sample
+domain = sample
+output = src/sample/locales
 zcml =
 
 [mkdirs]

Modified: grok/trunk/doc/groktut/making_our_page_dynamic/buildout.cfg
===================================================================
--- grok/trunk/doc/groktut/making_our_page_dynamic/buildout.cfg	2010-10-26 13:21:42 UTC (rev 117897)
+++ grok/trunk/doc/groktut/making_our_page_dynamic/buildout.cfg	2010-10-26 13:27:47 UTC (rev 117898)
@@ -45,10 +45,10 @@
 # this section named so that the i18n scripts are called bin/i18n...
 [i18n]
 recipe = z3c.recipe.i18n:i18n
-packages = groktutexample
-eggs = groktutexample
-domain = groktutexample
-output = src/groktutexample/locales
+packages = sample
+eggs = sample
+domain = sample
+output = src/sample/locales
 zcml =
 
 [mkdirs]

Modified: grok/trunk/doc/groktut/publishing_a_simple_web_page/buildout.cfg
===================================================================
--- grok/trunk/doc/groktut/publishing_a_simple_web_page/buildout.cfg	2010-10-26 13:21:42 UTC (rev 117897)
+++ grok/trunk/doc/groktut/publishing_a_simple_web_page/buildout.cfg	2010-10-26 13:27:47 UTC (rev 117898)
@@ -45,10 +45,10 @@
 # this section named so that the i18n scripts are called bin/i18n...
 [i18n]
 recipe = z3c.recipe.i18n:i18n
-packages = groktutexample
-eggs = groktutexample
-domain = groktutexample
-output = src/groktutexample/locales
+packages = sample
+eggs = sample
+domain = sample
+output = src/sample/locales
 zcml =
 
 [mkdirs]

Modified: grok/trunk/doc/groktut/publishing_a_simple_web_page/src/sample/tests.py
===================================================================
--- grok/trunk/doc/groktut/publishing_a_simple_web_page/src/sample/tests.py	2010-10-26 13:21:42 UTC (rev 117897)
+++ grok/trunk/doc/groktut/publishing_a_simple_web_page/src/sample/tests.py	2010-10-26 13:27:47 UTC (rev 117898)
@@ -4,7 +4,7 @@
 
 import sample
 
-browser_layer = BrowserLayer(groktutexample)
+browser_layer = BrowserLayer(sample)
 
 test_suite = z3c.testsetup.register_all_tests(
     'sample', globs={'getRootFolder': browser_layer.getRootFolder})

Modified: grok/trunk/doc/groktut/reading_url_parameters/buildout.cfg
===================================================================
--- grok/trunk/doc/groktut/reading_url_parameters/buildout.cfg	2010-10-26 13:21:42 UTC (rev 117897)
+++ grok/trunk/doc/groktut/reading_url_parameters/buildout.cfg	2010-10-26 13:27:47 UTC (rev 117898)
@@ -45,10 +45,10 @@
 # this section named so that the i18n scripts are called bin/i18n...
 [i18n]
 recipe = z3c.recipe.i18n:i18n
-packages = groktutexample
-eggs = groktutexample
-domain = groktutexample
-output = src/groktutexample/locales
+packages = sample
+eggs = sample
+domain = sample
+output = src/sample/locales
 zcml =
 
 [mkdirs]

Modified: grok/trunk/doc/groktut/reading_url_parameters2/buildout.cfg
===================================================================
--- grok/trunk/doc/groktut/reading_url_parameters2/buildout.cfg	2010-10-26 13:21:42 UTC (rev 117897)
+++ grok/trunk/doc/groktut/reading_url_parameters2/buildout.cfg	2010-10-26 13:27:47 UTC (rev 117898)
@@ -45,10 +45,10 @@
 # this section named so that the i18n scripts are called bin/i18n...
 [i18n]
 recipe = z3c.recipe.i18n:i18n
-packages = groktutexample
-eggs = groktutexample
-domain = groktutexample
-output = src/groktutexample/locales
+packages = sample
+eggs = sample
+domain = sample
+output = src/sample/locales
 zcml =
 
 [mkdirs]

Modified: grok/trunk/doc/groktut/redirection/buildout.cfg
===================================================================
--- grok/trunk/doc/groktut/redirection/buildout.cfg	2010-10-26 13:21:42 UTC (rev 117897)
+++ grok/trunk/doc/groktut/redirection/buildout.cfg	2010-10-26 13:27:47 UTC (rev 117898)
@@ -45,10 +45,10 @@
 # this section named so that the i18n scripts are called bin/i18n...
 [i18n]
 recipe = z3c.recipe.i18n:i18n
-packages = groktutexample
-eggs = groktutexample
-domain = groktutexample
-output = src/groktutexample/locales
+packages = sample
+eggs = sample
+domain = sample
+output = src/sample/locales
 zcml =
 
 [mkdirs]

Modified: grok/trunk/doc/groktut/setting_the_content_type/buildout.cfg
===================================================================
--- grok/trunk/doc/groktut/setting_the_content_type/buildout.cfg	2010-10-26 13:21:42 UTC (rev 117897)
+++ grok/trunk/doc/groktut/setting_the_content_type/buildout.cfg	2010-10-26 13:27:47 UTC (rev 117898)
@@ -45,10 +45,10 @@
 # this section named so that the i18n scripts are called bin/i18n...
 [i18n]
 recipe = z3c.recipe.i18n:i18n
-packages = groktutexample
-eggs = groktutexample
-domain = groktutexample
-output = src/groktutexample/locales
+packages = sample
+eggs = sample
+domain = sample
+output = src/sample/locales
 zcml =
 
 [mkdirs]

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	2010-10-26 13:21:42 UTC (rev 117897)
+++ grok/trunk/doc/groktut/showing_the_value_in_the_form/buildout.cfg	2010-10-26 13:27:47 UTC (rev 117898)
@@ -45,10 +45,10 @@
 # this section named so that the i18n scripts are called bin/i18n...
 [i18n]
 recipe = z3c.recipe.i18n:i18n
-packages = groktutexample
-eggs = groktutexample
-domain = groktutexample
-output = src/groktutexample/locales
+packages = sample
+eggs = sample
+domain = sample
+output = src/sample/locales
 zcml =
 
 [mkdirs]

Modified: grok/trunk/doc/groktut/simple_forms/buildout.cfg
===================================================================
--- grok/trunk/doc/groktut/simple_forms/buildout.cfg	2010-10-26 13:21:42 UTC (rev 117897)
+++ grok/trunk/doc/groktut/simple_forms/buildout.cfg	2010-10-26 13:27:47 UTC (rev 117898)
@@ -45,10 +45,10 @@
 # this section named so that the i18n scripts are called bin/i18n...
 [i18n]
 recipe = z3c.recipe.i18n:i18n
-packages = groktutexample
-eggs = groktutexample
-domain = groktutexample
-output = src/groktutexample/locales
+packages = sample
+eggs = sample
+domain = sample
+output = src/sample/locales
 zcml =
 
 [mkdirs]

Modified: grok/trunk/doc/groktut/simple_forms2/buildout.cfg
===================================================================
--- grok/trunk/doc/groktut/simple_forms2/buildout.cfg	2010-10-26 13:21:42 UTC (rev 117897)
+++ grok/trunk/doc/groktut/simple_forms2/buildout.cfg	2010-10-26 13:27:47 UTC (rev 117898)
@@ -45,10 +45,10 @@
 # this section named so that the i18n scripts are called bin/i18n...
 [i18n]
 recipe = z3c.recipe.i18n:i18n
-packages = groktutexample
-eggs = groktutexample
-domain = groktutexample
-output = src/groktutexample/locales
+packages = sample
+eggs = sample
+domain = sample
+output = src/sample/locales
 zcml =
 
 [mkdirs]

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	2010-10-26 13:21:42 UTC (rev 117897)
+++ grok/trunk/doc/groktut/static_resources_for_our_web_page/buildout.cfg	2010-10-26 13:27:47 UTC (rev 117898)
@@ -45,10 +45,10 @@
 # this section named so that the i18n scripts are called bin/i18n...
 [i18n]
 recipe = z3c.recipe.i18n:i18n
-packages = groktutexample
-eggs = groktutexample
-domain = groktutexample
-output = src/groktutexample/locales
+packages = sample
+eggs = sample
+domain = sample
+output = src/sample/locales
 zcml =
 
 [mkdirs]

Modified: grok/trunk/doc/groktut/storing_data/buildout.cfg
===================================================================
--- grok/trunk/doc/groktut/storing_data/buildout.cfg	2010-10-26 13:21:42 UTC (rev 117897)
+++ grok/trunk/doc/groktut/storing_data/buildout.cfg	2010-10-26 13:27:47 UTC (rev 117898)
@@ -45,10 +45,10 @@
 # this section named so that the i18n scripts are called bin/i18n...
 [i18n]
 recipe = z3c.recipe.i18n:i18n
-packages = groktutexample
-eggs = groktutexample
-domain = groktutexample
-output = src/groktutexample/locales
+packages = sample
+eggs = sample
+domain = sample
+output = src/sample/locales
 zcml =
 
 [mkdirs]

Modified: grok/trunk/doc/groktut/template/buildout.cfg
===================================================================
--- grok/trunk/doc/groktut/template/buildout.cfg	2010-10-26 13:21:42 UTC (rev 117897)
+++ grok/trunk/doc/groktut/template/buildout.cfg	2010-10-26 13:27:47 UTC (rev 117898)
@@ -45,10 +45,10 @@
 # this section named so that the i18n scripts are called bin/i18n...
 [i18n]
 recipe = z3c.recipe.i18n:i18n
-packages = groktutexample
-eggs = groktutexample
-domain = groktutexample
-output = src/groktutexample/locales
+packages = sample
+eggs = sample
+domain = sample
+output = src/sample/locales
 zcml =
 
 [mkdirs]

Modified: grok/trunk/doc/groktut/the_rules_of_persistence/buildout.cfg
===================================================================
--- grok/trunk/doc/groktut/the_rules_of_persistence/buildout.cfg	2010-10-26 13:21:42 UTC (rev 117897)
+++ grok/trunk/doc/groktut/the_rules_of_persistence/buildout.cfg	2010-10-26 13:27:47 UTC (rev 117898)
@@ -45,10 +45,10 @@
 # this section named so that the i18n scripts are called bin/i18n...
 [i18n]
 recipe = z3c.recipe.i18n:i18n
-packages = groktutexample
-eggs = groktutexample
-domain = groktutexample
-output = src/groktutexample/locales
+packages = sample
+eggs = sample
+domain = sample
+output = src/sample/locales
 zcml =
 
 [mkdirs]

Modified: grok/trunk/doc/groktut/the_rules_of_persistence2/buildout.cfg
===================================================================
--- grok/trunk/doc/groktut/the_rules_of_persistence2/buildout.cfg	2010-10-26 13:21:42 UTC (rev 117897)
+++ grok/trunk/doc/groktut/the_rules_of_persistence2/buildout.cfg	2010-10-26 13:27:47 UTC (rev 117898)
@@ -45,10 +45,10 @@
 # this section named so that the i18n scripts are called bin/i18n...
 [i18n]
 recipe = z3c.recipe.i18n:i18n
-packages = groktutexample
-eggs = groktutexample
-domain = groktutexample
-output = src/groktutexample/locales
+packages = sample
+eggs = sample
+domain = sample
+output = src/sample/locales
 zcml =
 
 [mkdirs]

Modified: grok/trunk/doc/groktut/the_rules_of_persistence3/buildout.cfg
===================================================================
--- grok/trunk/doc/groktut/the_rules_of_persistence3/buildout.cfg	2010-10-26 13:21:42 UTC (rev 117897)
+++ grok/trunk/doc/groktut/the_rules_of_persistence3/buildout.cfg	2010-10-26 13:27:47 UTC (rev 117898)
@@ -45,10 +45,10 @@
 # this section named so that the i18n scripts are called bin/i18n...
 [i18n]
 recipe = z3c.recipe.i18n:i18n
-packages = groktutexample
-eggs = groktutexample
-domain = groktutexample
-output = src/groktutexample/locales
+packages = sample
+eggs = sample
+domain = sample
+output = src/sample/locales
 zcml =
 
 [mkdirs]

Modified: grok/trunk/doc/groktut/using_view_methods/buildout.cfg
===================================================================
--- grok/trunk/doc/groktut/using_view_methods/buildout.cfg	2010-10-26 13:21:42 UTC (rev 117897)
+++ grok/trunk/doc/groktut/using_view_methods/buildout.cfg	2010-10-26 13:27:47 UTC (rev 117898)
@@ -45,10 +45,10 @@
 # this section named so that the i18n scripts are called bin/i18n...
 [i18n]
 recipe = z3c.recipe.i18n:i18n
-packages = groktutexample
-eggs = groktutexample
-domain = groktutexample
-output = src/groktutexample/locales
+packages = sample
+eggs = sample
+domain = sample
+output = src/sample/locales
 zcml =
 
 [mkdirs]



More information about the checkins mailing list