[Checkins] SVN: grok/trunk/doc/groktut/an_empty_grok_project/etc/ Fix line endings to unix.

Martijn Faassen faassen at startifact.com
Mon Aug 31 10:45:37 EDT 2009


Log message for revision 103404:
  Fix line endings to unix.
  

Changed:
  U   grok/trunk/doc/groktut/an_empty_grok_project/etc/site.zcml.in
  U   grok/trunk/doc/groktut/an_empty_grok_project/etc/zdaemon.conf.in
  U   grok/trunk/doc/groktut/an_empty_grok_project/etc/zope.conf.in

-=-
Modified: grok/trunk/doc/groktut/an_empty_grok_project/etc/site.zcml.in
===================================================================
--- grok/trunk/doc/groktut/an_empty_grok_project/etc/site.zcml.in	2009-08-31 14:40:12 UTC (rev 103403)
+++ grok/trunk/doc/groktut/an_empty_grok_project/etc/site.zcml.in	2009-08-31 14:45:37 UTC (rev 103404)
@@ -1,36 +1,36 @@
-<configure xmlns="http://namespaces.zope.org/zope"
-           i18n_domain="sample">
-
-  <include package="sample" />
-
-    <configure i18n_domain="sample">
-    
-      <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="SHA1"
-                 password="8977f073739bd029629243732eb682db005a7541f7509622"
-                 />
-
-      <!-- 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" />
-   </configure>
-</configure>
+<configure xmlns="http://namespaces.zope.org/zope"
+           i18n_domain="sample">
+
+  <include package="sample" />
+
+    <configure i18n_domain="sample">
+    
+      <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="SHA1"
+                 password="8977f073739bd029629243732eb682db005a7541f7509622"
+                 />
+
+      <!-- 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" />
+   </configure>
+</configure>

Modified: grok/trunk/doc/groktut/an_empty_grok_project/etc/zdaemon.conf.in
===================================================================
--- grok/trunk/doc/groktut/an_empty_grok_project/etc/zdaemon.conf.in	2009-08-31 14:40:12 UTC (rev 103403)
+++ grok/trunk/doc/groktut/an_empty_grok_project/etc/zdaemon.conf.in	2009-08-31 14:45:37 UTC (rev 103404)
@@ -1,8 +1,8 @@
-<runner>
-  program bin/paster serve ${buildout:directory}/parts/etc/deploy.ini
-  daemon on
-  transcript ${buildout:directory}/parts/log/zdaemon.log
-  socket-name ${buildout:directory}/parts/log/zdaemonsock
-  # Enable this to run the child process as a different user
-  # user zope
-</runner>
+<runner>
+  program bin/paster serve ${buildout:directory}/parts/etc/deploy.ini
+  daemon on
+  transcript ${buildout:directory}/parts/log/zdaemon.log
+  socket-name ${buildout:directory}/parts/log/zdaemonsock
+  # Enable this to run the child process as a different user
+  # user zope
+</runner>

Modified: grok/trunk/doc/groktut/an_empty_grok_project/etc/zope.conf.in
===================================================================
--- grok/trunk/doc/groktut/an_empty_grok_project/etc/zope.conf.in	2009-08-31 14:40:12 UTC (rev 103403)
+++ grok/trunk/doc/groktut/an_empty_grok_project/etc/zope.conf.in	2009-08-31 14:45:37 UTC (rev 103404)
@@ -1,42 +1,42 @@
-# Identify the component configuration used to define the site:
-site-definition ${site_zcml:output}
-
-<zodb>
-  # Standard Filestorage
-  <filestorage>
-    path ${data:path}
-  </filestorage>
-
-# Uncomment this if you want to connect to a ZEO server instead:
-#  <zeoclient>
-#    server localhost:8100
-#    storage 1
-#    # ZEO client cache, in bytes
-#    cache-size 20MB
-#    # Uncomment to have a persistent disk cache
-#    #client zeo1
-#  </zeoclient>
-</zodb>
-
-<eventlog>
-  # This sets up logging to a file.
-  # The "path" setting can be a relative or absolute
-  # filesystem path.
-
-  <logfile>
-    path ${buildout:directory}/parts/log/z3.log
-    formatter zope.exceptions.log.Formatter
-  </logfile>
-
-  # This sets up logging to to standard output.
-  # The "path" setting can be the tokens STDOUT or STDERR
-  
-#  <logfile>
-#    path STDOUT
-#    formatter zope.exceptions.log.Formatter
-#  </logfile>
-</eventlog>
-
-# Comment this line to disable developer mode.  This should be done in
-# production
+# Identify the component configuration used to define the site:
+site-definition ${site_zcml:output}
+
+<zodb>
+  # Standard Filestorage
+  <filestorage>
+    path ${data:path}
+  </filestorage>
+
+# Uncomment this if you want to connect to a ZEO server instead:
+#  <zeoclient>
+#    server localhost:8100
+#    storage 1
+#    # ZEO client cache, in bytes
+#    cache-size 20MB
+#    # Uncomment to have a persistent disk cache
+#    #client zeo1
+#  </zeoclient>
+</zodb>
+
+<eventlog>
+  # This sets up logging to a file.
+  # The "path" setting can be a relative or absolute
+  # filesystem path.
+
+  <logfile>
+    path ${buildout:directory}/parts/log/z3.log
+    formatter zope.exceptions.log.Formatter
+  </logfile>
+
+  # This sets up logging to to standard output.
+  # The "path" setting can be the tokens STDOUT or STDERR
+  
+#  <logfile>
+#    path STDOUT
+#    formatter zope.exceptions.log.Formatter
+#  </logfile>
+</eventlog>
+
+# Comment this line to disable developer mode.  This should be done in
+# production
 devmode on
\ No newline at end of file



More information about the checkins mailing list