[Checkins] SVN: grok/trunk/doc/groktut/ Remove all find-links.

Martijn Faassen faassen at startifact.com
Thu Sep 17 08:10:21 EDT 2009


Log message for revision 104198:
  Remove all find-links.
  

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/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/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	2009-09-17 10:44:08 UTC (rev 104197)
+++ grok/trunk/doc/groktut/a_second_model/buildout.cfg	2009-09-17 12:10:20 UTC (rev 104198)
@@ -3,7 +3,6 @@
 parts = eggbasket app i18n test data log zpasswd
         zope_conf site_zcml zdaemon_conf deploy_ini debug_ini
 newest = false
-find-links = http://download.zope.org/distribution/
 extends = versions.cfg
 # eggs will be installed in the default buildout location
 # (see .buildout/default.cfg in your home directory)

Modified: grok/trunk/doc/groktut/a_second_view/buildout.cfg
===================================================================
--- grok/trunk/doc/groktut/a_second_view/buildout.cfg	2009-09-17 10:44:08 UTC (rev 104197)
+++ grok/trunk/doc/groktut/a_second_view/buildout.cfg	2009-09-17 12:10:20 UTC (rev 104198)
@@ -3,7 +3,6 @@
 parts = eggbasket app i18n test data log zpasswd
         zope_conf site_zcml zdaemon_conf deploy_ini debug_ini
 newest = false
-find-links = http://download.zope.org/distribution/
 extends = versions.cfg
 # eggs will be installed in the default buildout location
 # (see .buildout/default.cfg in your home directory)

Modified: grok/trunk/doc/groktut/a_view_for_a_model/buildout.cfg
===================================================================
--- grok/trunk/doc/groktut/a_view_for_a_model/buildout.cfg	2009-09-17 10:44:08 UTC (rev 104197)
+++ grok/trunk/doc/groktut/a_view_for_a_model/buildout.cfg	2009-09-17 12:10:20 UTC (rev 104198)
@@ -3,7 +3,6 @@
 parts = eggbasket app i18n test data log zpasswd
         zope_conf site_zcml zdaemon_conf deploy_ini debug_ini
 newest = false
-find-links = http://download.zope.org/distribution/
 extends = versions.cfg
 # eggs will be installed in the default buildout location
 # (see .buildout/default.cfg in your home directory)

Modified: grok/trunk/doc/groktut/a_view_for_a_model2/buildout.cfg
===================================================================
--- grok/trunk/doc/groktut/a_view_for_a_model2/buildout.cfg	2009-09-17 10:44:08 UTC (rev 104197)
+++ grok/trunk/doc/groktut/a_view_for_a_model2/buildout.cfg	2009-09-17 12:10:20 UTC (rev 104198)
@@ -3,7 +3,6 @@
 parts = eggbasket app i18n test data log zpasswd
         zope_conf site_zcml zdaemon_conf deploy_ini debug_ini
 newest = false
-find-links = http://download.zope.org/distribution/
 extends = versions.cfg
 # eggs will be installed in the default buildout location
 # (see .buildout/default.cfg in your home directory)

Modified: grok/trunk/doc/groktut/an_empty_grok_project/buildout.cfg
===================================================================
--- grok/trunk/doc/groktut/an_empty_grok_project/buildout.cfg	2009-09-17 10:44:08 UTC (rev 104197)
+++ grok/trunk/doc/groktut/an_empty_grok_project/buildout.cfg	2009-09-17 12:10:20 UTC (rev 104198)
@@ -3,7 +3,6 @@
 parts = eggbasket app i18n test data log zpasswd
         zope_conf site_zcml zdaemon_conf deploy_ini debug_ini
 newest = false
-find-links = http://download.zope.org/distribution/
 extends = versions.cfg
 # eggs will be installed in the default buildout location
 # (see .buildout/default.cfg in your home directory)

Modified: grok/trunk/doc/groktut/completely_python_driven_views/buildout.cfg
===================================================================
--- grok/trunk/doc/groktut/completely_python_driven_views/buildout.cfg	2009-09-17 10:44:08 UTC (rev 104197)
+++ grok/trunk/doc/groktut/completely_python_driven_views/buildout.cfg	2009-09-17 12:10:20 UTC (rev 104198)
@@ -3,7 +3,6 @@
 parts = eggbasket app i18n test data log zpasswd
         zope_conf site_zcml zdaemon_conf deploy_ini debug_ini
 newest = false
-find-links = http://download.zope.org/distribution/
 extends = versions.cfg
 # eggs will be installed in the default buildout location
 # (see .buildout/default.cfg in your home directory)

Modified: grok/trunk/doc/groktut/containers/buildout.cfg
===================================================================
--- grok/trunk/doc/groktut/containers/buildout.cfg	2009-09-17 10:44:08 UTC (rev 104197)
+++ grok/trunk/doc/groktut/containers/buildout.cfg	2009-09-17 12:10:20 UTC (rev 104198)
@@ -3,7 +3,6 @@
 parts = eggbasket app i18n test data log zpasswd
         zope_conf site_zcml zdaemon_conf deploy_ini debug_ini
 newest = false
-find-links = http://download.zope.org/distribution/
 extends = versions.cfg
 # eggs will be installed in the default buildout location
 # (see .buildout/default.cfg in your home directory)

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	2009-09-17 10:44:08 UTC (rev 104197)
+++ grok/trunk/doc/groktut/doing_some_calculation_before_viewing_a_page/buildout.cfg	2009-09-17 12:10:20 UTC (rev 104198)
@@ -3,7 +3,6 @@
 parts = eggbasket app i18n test data log zpasswd
         zope_conf site_zcml zdaemon_conf deploy_ini debug_ini
 newest = false
-find-links = http://download.zope.org/distribution/
 extends = versions.cfg
 # eggs will be installed in the default buildout location
 # (see .buildout/default.cfg in your home directory)

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	2009-09-17 10:44:08 UTC (rev 104197)
+++ grok/trunk/doc/groktut/explicitly_associating_a_view_with_a_model/buildout.cfg	2009-09-17 12:10:20 UTC (rev 104198)
@@ -3,7 +3,6 @@
 parts = eggbasket app i18n test data log zpasswd
         zope_conf site_zcml zdaemon_conf deploy_ini debug_ini
 newest = false
-find-links = http://download.zope.org/distribution/
 extends = versions.cfg
 # eggs will be installed in the default buildout location
 # (see .buildout/default.cfg in your home directory)

Modified: grok/trunk/doc/groktut/generating_html_from_python/buildout.cfg
===================================================================
--- grok/trunk/doc/groktut/generating_html_from_python/buildout.cfg	2009-09-17 10:44:08 UTC (rev 104197)
+++ grok/trunk/doc/groktut/generating_html_from_python/buildout.cfg	2009-09-17 12:10:20 UTC (rev 104198)
@@ -3,7 +3,6 @@
 parts = eggbasket app i18n test data log zpasswd
         zope_conf site_zcml zdaemon_conf deploy_ini debug_ini
 newest = false
-find-links = http://download.zope.org/distribution/
 extends = versions.cfg
 # eggs will be installed in the default buildout location
 # (see .buildout/default.cfg in your home directory)

Modified: grok/trunk/doc/groktut/making_our_page_dynamic/buildout.cfg
===================================================================
--- grok/trunk/doc/groktut/making_our_page_dynamic/buildout.cfg	2009-09-17 10:44:08 UTC (rev 104197)
+++ grok/trunk/doc/groktut/making_our_page_dynamic/buildout.cfg	2009-09-17 12:10:20 UTC (rev 104198)
@@ -3,7 +3,6 @@
 parts = eggbasket app i18n test data log zpasswd
         zope_conf site_zcml zdaemon_conf deploy_ini debug_ini
 newest = false
-find-links = http://download.zope.org/distribution/
 extends = versions.cfg
 # eggs will be installed in the default buildout location
 # (see .buildout/default.cfg in your home directory)

Modified: grok/trunk/doc/groktut/publishing_a_simple_web_page/buildout.cfg
===================================================================
--- grok/trunk/doc/groktut/publishing_a_simple_web_page/buildout.cfg	2009-09-17 10:44:08 UTC (rev 104197)
+++ grok/trunk/doc/groktut/publishing_a_simple_web_page/buildout.cfg	2009-09-17 12:10:20 UTC (rev 104198)
@@ -3,7 +3,6 @@
 parts = eggbasket app i18n test data log zpasswd
         zope_conf site_zcml zdaemon_conf deploy_ini debug_ini
 newest = false
-find-links = http://download.zope.org/distribution/
 extends = versions.cfg
 # eggs will be installed in the default buildout location
 # (see .buildout/default.cfg in your home directory)

Modified: grok/trunk/doc/groktut/reading_url_parameters/buildout.cfg
===================================================================
--- grok/trunk/doc/groktut/reading_url_parameters/buildout.cfg	2009-09-17 10:44:08 UTC (rev 104197)
+++ grok/trunk/doc/groktut/reading_url_parameters/buildout.cfg	2009-09-17 12:10:20 UTC (rev 104198)
@@ -3,7 +3,6 @@
 parts = eggbasket app i18n test data log zpasswd
         zope_conf site_zcml zdaemon_conf deploy_ini debug_ini
 newest = false
-find-links = http://download.zope.org/distribution/
 extends = versions.cfg
 # eggs will be installed in the default buildout location
 # (see .buildout/default.cfg in your home directory)

Modified: grok/trunk/doc/groktut/reading_url_parameters2/buildout.cfg
===================================================================
--- grok/trunk/doc/groktut/reading_url_parameters2/buildout.cfg	2009-09-17 10:44:08 UTC (rev 104197)
+++ grok/trunk/doc/groktut/reading_url_parameters2/buildout.cfg	2009-09-17 12:10:20 UTC (rev 104198)
@@ -3,7 +3,6 @@
 parts = eggbasket app i18n test data log zpasswd
         zope_conf site_zcml zdaemon_conf deploy_ini debug_ini
 newest = false
-find-links = http://download.zope.org/distribution/
 extends = versions.cfg
 # eggs will be installed in the default buildout location
 # (see .buildout/default.cfg in your home directory)

Modified: grok/trunk/doc/groktut/redirection/buildout.cfg
===================================================================
--- grok/trunk/doc/groktut/redirection/buildout.cfg	2009-09-17 10:44:08 UTC (rev 104197)
+++ grok/trunk/doc/groktut/redirection/buildout.cfg	2009-09-17 12:10:20 UTC (rev 104198)
@@ -3,7 +3,6 @@
 parts = eggbasket app i18n test data log zpasswd
         zope_conf site_zcml zdaemon_conf deploy_ini debug_ini
 newest = false
-find-links = http://download.zope.org/distribution/
 extends = versions.cfg
 # eggs will be installed in the default buildout location
 # (see .buildout/default.cfg in your home directory)

Modified: grok/trunk/doc/groktut/setting_the_content_type/buildout.cfg
===================================================================
--- grok/trunk/doc/groktut/setting_the_content_type/buildout.cfg	2009-09-17 10:44:08 UTC (rev 104197)
+++ grok/trunk/doc/groktut/setting_the_content_type/buildout.cfg	2009-09-17 12:10:20 UTC (rev 104198)
@@ -3,7 +3,6 @@
 parts = eggbasket app i18n test data log zpasswd
         zope_conf site_zcml zdaemon_conf deploy_ini debug_ini
 newest = false
-find-links = http://download.zope.org/distribution/
 extends = versions.cfg
 # eggs will be installed in the default buildout location
 # (see .buildout/default.cfg in your home directory)

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	2009-09-17 10:44:08 UTC (rev 104197)
+++ grok/trunk/doc/groktut/showing_the_value_in_the_form/buildout.cfg	2009-09-17 12:10:20 UTC (rev 104198)
@@ -3,7 +3,6 @@
 parts = eggbasket app i18n test data log zpasswd
         zope_conf site_zcml zdaemon_conf deploy_ini debug_ini
 newest = false
-find-links = http://download.zope.org/distribution/
 extends = versions.cfg
 # eggs will be installed in the default buildout location
 # (see .buildout/default.cfg in your home directory)

Modified: grok/trunk/doc/groktut/simple_forms/buildout.cfg
===================================================================
--- grok/trunk/doc/groktut/simple_forms/buildout.cfg	2009-09-17 10:44:08 UTC (rev 104197)
+++ grok/trunk/doc/groktut/simple_forms/buildout.cfg	2009-09-17 12:10:20 UTC (rev 104198)
@@ -3,7 +3,6 @@
 parts = eggbasket app i18n test data log zpasswd
         zope_conf site_zcml zdaemon_conf deploy_ini debug_ini
 newest = false
-find-links = http://download.zope.org/distribution/
 extends = versions.cfg
 # eggs will be installed in the default buildout location
 # (see .buildout/default.cfg in your home directory)

Modified: grok/trunk/doc/groktut/simple_forms2/buildout.cfg
===================================================================
--- grok/trunk/doc/groktut/simple_forms2/buildout.cfg	2009-09-17 10:44:08 UTC (rev 104197)
+++ grok/trunk/doc/groktut/simple_forms2/buildout.cfg	2009-09-17 12:10:20 UTC (rev 104198)
@@ -3,7 +3,6 @@
 parts = eggbasket app i18n test data log zpasswd
         zope_conf site_zcml zdaemon_conf deploy_ini debug_ini
 newest = false
-find-links = http://download.zope.org/distribution/
 extends = versions.cfg
 # eggs will be installed in the default buildout location
 # (see .buildout/default.cfg in your home directory)

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	2009-09-17 10:44:08 UTC (rev 104197)
+++ grok/trunk/doc/groktut/static_resources_for_our_web_page/buildout.cfg	2009-09-17 12:10:20 UTC (rev 104198)
@@ -3,7 +3,6 @@
 parts = eggbasket app i18n test data log zpasswd
         zope_conf site_zcml zdaemon_conf deploy_ini debug_ini
 newest = false
-find-links = http://download.zope.org/distribution/
 extends = versions.cfg
 # eggs will be installed in the default buildout location
 # (see .buildout/default.cfg in your home directory)

Modified: grok/trunk/doc/groktut/storing_data/buildout.cfg
===================================================================
--- grok/trunk/doc/groktut/storing_data/buildout.cfg	2009-09-17 10:44:08 UTC (rev 104197)
+++ grok/trunk/doc/groktut/storing_data/buildout.cfg	2009-09-17 12:10:20 UTC (rev 104198)
@@ -3,7 +3,6 @@
 parts = eggbasket app i18n test data log zpasswd
         zope_conf site_zcml zdaemon_conf deploy_ini debug_ini
 newest = false
-find-links = http://download.zope.org/distribution/
 extends = versions.cfg
 # eggs will be installed in the default buildout location
 # (see .buildout/default.cfg in your home directory)

Modified: grok/trunk/doc/groktut/template/buildout.cfg
===================================================================
--- grok/trunk/doc/groktut/template/buildout.cfg	2009-09-17 10:44:08 UTC (rev 104197)
+++ grok/trunk/doc/groktut/template/buildout.cfg	2009-09-17 12:10:20 UTC (rev 104198)
@@ -3,7 +3,6 @@
 parts = eggbasket app i18n test data log zpasswd
         zope_conf site_zcml zdaemon_conf deploy_ini debug_ini
 newest = false
-find-links = http://download.zope.org/distribution/
 extends = versions.cfg
 # eggs will be installed in the default buildout location
 # (see .buildout/default.cfg in your home directory)

Modified: grok/trunk/doc/groktut/the_rules_of_persistence/buildout.cfg
===================================================================
--- grok/trunk/doc/groktut/the_rules_of_persistence/buildout.cfg	2009-09-17 10:44:08 UTC (rev 104197)
+++ grok/trunk/doc/groktut/the_rules_of_persistence/buildout.cfg	2009-09-17 12:10:20 UTC (rev 104198)
@@ -3,7 +3,6 @@
 parts = eggbasket app i18n test data log zpasswd
         zope_conf site_zcml zdaemon_conf deploy_ini debug_ini
 newest = false
-find-links = http://download.zope.org/distribution/
 extends = versions.cfg
 # eggs will be installed in the default buildout location
 # (see .buildout/default.cfg in your home directory)

Modified: grok/trunk/doc/groktut/the_rules_of_persistence2/buildout.cfg
===================================================================
--- grok/trunk/doc/groktut/the_rules_of_persistence2/buildout.cfg	2009-09-17 10:44:08 UTC (rev 104197)
+++ grok/trunk/doc/groktut/the_rules_of_persistence2/buildout.cfg	2009-09-17 12:10:20 UTC (rev 104198)
@@ -3,7 +3,6 @@
 parts = eggbasket app i18n test data log zpasswd
         zope_conf site_zcml zdaemon_conf deploy_ini debug_ini
 newest = false
-find-links = http://download.zope.org/distribution/
 extends = versions.cfg
 # eggs will be installed in the default buildout location
 # (see .buildout/default.cfg in your home directory)

Modified: grok/trunk/doc/groktut/the_rules_of_persistence3/buildout.cfg
===================================================================
--- grok/trunk/doc/groktut/the_rules_of_persistence3/buildout.cfg	2009-09-17 10:44:08 UTC (rev 104197)
+++ grok/trunk/doc/groktut/the_rules_of_persistence3/buildout.cfg	2009-09-17 12:10:20 UTC (rev 104198)
@@ -3,7 +3,6 @@
 parts = eggbasket app i18n test data log zpasswd
         zope_conf site_zcml zdaemon_conf deploy_ini debug_ini
 newest = false
-find-links = http://download.zope.org/distribution/
 extends = versions.cfg
 # eggs will be installed in the default buildout location
 # (see .buildout/default.cfg in your home directory)

Modified: grok/trunk/doc/groktut/using_view_methods/buildout.cfg
===================================================================
--- grok/trunk/doc/groktut/using_view_methods/buildout.cfg	2009-09-17 10:44:08 UTC (rev 104197)
+++ grok/trunk/doc/groktut/using_view_methods/buildout.cfg	2009-09-17 12:10:20 UTC (rev 104198)
@@ -3,7 +3,6 @@
 parts = eggbasket app i18n test data log zpasswd
         zope_conf site_zcml zdaemon_conf deploy_ini debug_ini
 newest = false
-find-links = http://download.zope.org/distribution/
 extends = versions.cfg
 # eggs will be installed in the default buildout location
 # (see .buildout/default.cfg in your home directory)



More information about the checkins mailing list