[Checkins] SVN: grokproject/trunk/ Fixed line endings

Reinout van Rees reinout at vanrees.org
Fri Aug 21 08:01:14 EDT 2009


Log message for revision 103034:
  Fixed line endings

Changed:
  _U  grokproject/trunk/
  _U  grokproject/trunk/README-shorttests.txt
  _U  grokproject/trunk/buildout.cfg
  _U  grokproject/trunk/grokproject/
  _U  grokproject/trunk/grokproject/ext_eggs_paster.cfg
  _U  grokproject/trunk/grokproject/ext_eggs_zctl.cfg
  _U  grokproject/trunk/grokproject/template_paste/
  _U  grokproject/trunk/grokproject/template_paste/bootstrap.py
  _U  grokproject/trunk/grokproject/template_paste/buildout.cfg_tmpl
  _U  grokproject/trunk/grokproject/template_paste/etc/
  _U  grokproject/trunk/grokproject/template_paste/etc/README.txt
  _U  grokproject/trunk/grokproject/template_paste/etc/debug.ini.in_tmpl
  _U  grokproject/trunk/grokproject/template_paste/etc/deploy.ini.in_tmpl
  UU  grokproject/trunk/grokproject/template_paste/etc/site.zcml.in_tmpl
  UU  grokproject/trunk/grokproject/template_paste/etc/zdaemon.conf.in_tmpl
  UU  grokproject/trunk/grokproject/template_paste/etc/zope.conf.in_tmpl
  _U  grokproject/trunk/grokproject/template_paste/setup.py_tmpl
  _U  grokproject/trunk/grokproject/template_paste/src/+package+/
  _U  grokproject/trunk/grokproject/template_paste/src/+package+/__init__.py
  _U  grokproject/trunk/grokproject/template_paste/src/+package+/app.py_tmpl
  _U  grokproject/trunk/grokproject/template_paste/src/+package+/app.txt_tmpl
  _U  grokproject/trunk/grokproject/template_paste/src/+package+/app_templates/
  _U  grokproject/trunk/grokproject/template_paste/src/+package+/app_templates/index.pt_tmpl
  _U  grokproject/trunk/grokproject/template_paste/src/+package+/configure.zcml
  _U  grokproject/trunk/grokproject/template_paste/src/+package+/ftesting.zcml_tmpl
  _U  grokproject/trunk/grokproject/template_paste/src/+package+/static/
  _U  grokproject/trunk/grokproject/template_paste/src/+package+/static/README.txt
  _U  grokproject/trunk/grokproject/template_paste/src/+package+/tests.py_tmpl
  _U  grokproject/trunk/grokproject/template_paste/versions.cfg_tmpl
  _U  grokproject/trunk/grokproject/template_zopectl/
  _U  grokproject/trunk/grokproject/template_zopectl/buildout.cfg_tmpl
  _U  grokproject/trunk/grokproject/template_zopectl/setup.py_tmpl
  _U  grokproject/trunk/grokproject/template_zopectl/src/+package+/
  _U  grokproject/trunk/grokproject/template_zopectl/src/+package+/app.py_tmpl
  _U  grokproject/trunk/grokproject/template_zopectl/src/+package+/app_templates/
  _U  grokproject/trunk/grokproject/template_zopectl/src/+package+/app_templates/index.pt_tmpl
  _U  grokproject/trunk/grokproject/template_zopectl/src/+package+/ftesting.zcml_tmpl
  _U  grokproject/trunk/grokproject/template_zopectl/src/+package+/static/
  _U  grokproject/trunk/grokproject/template_zopectl/versions.cfg_tmpl
  _U  grokproject/trunk/tests_paste.txt

-=-

Property changes on: grokproject/trunk
___________________________________________________________________
Modified: svn:ignore
   - *.egg
build
bin
dist
eggs
develop-eggs
parts
.installed.cfg
grokproject.egg-info

   + *.egg
build
bin
dist
eggs
develop-eggs
parts
.installed.cfg
grokproject.egg-info

*.pyc
*.pyo



Property changes on: grokproject/trunk/README-shorttests.txt
___________________________________________________________________
Added: svn:eol-style
   + native


Property changes on: grokproject/trunk/buildout.cfg
___________________________________________________________________
Added: svn:eol-style
   + native


Property changes on: grokproject/trunk/grokproject
___________________________________________________________________
Added: svn:ignore
   + 
*.pyc
*.pyo



Property changes on: grokproject/trunk/grokproject/ext_eggs_paster.cfg
___________________________________________________________________
Added: svn:eol-style
   + native


Property changes on: grokproject/trunk/grokproject/ext_eggs_zctl.cfg
___________________________________________________________________
Added: svn:eol-style
   + native


Property changes on: grokproject/trunk/grokproject/template_paste
___________________________________________________________________
Added: svn:ignore
   + 
*.pyc
*.pyo



Property changes on: grokproject/trunk/grokproject/template_paste/bootstrap.py
___________________________________________________________________
Added: svn:eol-style
   + native


Property changes on: grokproject/trunk/grokproject/template_paste/buildout.cfg_tmpl
___________________________________________________________________
Added: svn:eol-style
   + native


Property changes on: grokproject/trunk/grokproject/template_paste/etc
___________________________________________________________________
Added: svn:ignore
   + 
*.pyc
*.pyo



Property changes on: grokproject/trunk/grokproject/template_paste/etc/README.txt
___________________________________________________________________
Added: svn:eol-style
   + native


Property changes on: grokproject/trunk/grokproject/template_paste/etc/debug.ini.in_tmpl
___________________________________________________________________
Added: svn:eol-style
   + native


Property changes on: grokproject/trunk/grokproject/template_paste/etc/deploy.ini.in_tmpl
___________________________________________________________________
Added: svn:eol-style
   + native

Modified: grokproject/trunk/grokproject/template_paste/etc/site.zcml.in_tmpl
===================================================================
--- grokproject/trunk/grokproject/template_paste/etc/site.zcml.in_tmpl	2009-08-21 11:54:30 UTC (rev 103033)
+++ grokproject/trunk/grokproject/template_paste/etc/site.zcml.in_tmpl	2009-08-21 12:01:14 UTC (rev 103034)
@@ -1,38 +1,38 @@
-<configure xmlns="http://namespaces.zope.org/zope"
-           i18n_domain="${package}">
-
-  <include package="${package}" />
-
-    <configure i18n_domain="${package}">
-    
-      <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=${user}
-                 password_manager="SHA1"
-                 password=${passwd}
-                 />
-
-      <!-- Replace the following directive if you do not want
-           public access -->
-      <grant permission="zope.View"
-             principal="zope.Anybody" />
-      <grant permission="grok.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="${package}">
+
+  <include package="${package}" />
+
+    <configure i18n_domain="${package}">
+    
+      <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=${user}
+                 password_manager="SHA1"
+                 password=${passwd}
+                 />
+
+      <!-- Replace the following directive if you do not want
+           public access -->
+      <grant permission="zope.View"
+             principal="zope.Anybody" />
+      <grant permission="grok.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>


Property changes on: grokproject/trunk/grokproject/template_paste/etc/site.zcml.in_tmpl
___________________________________________________________________
Added: svn:eol-style
   + native

Modified: grokproject/trunk/grokproject/template_paste/etc/zdaemon.conf.in_tmpl
===================================================================
--- grokproject/trunk/grokproject/template_paste/etc/zdaemon.conf.in_tmpl	2009-08-21 11:54:30 UTC (rev 103033)
+++ grokproject/trunk/grokproject/template_paste/etc/zdaemon.conf.in_tmpl	2009-08-21 12:01:14 UTC (rev 103034)
@@ -1,8 +1,8 @@
-<runner>
-  program bin/paster serve $${buildout:directory}/parts/etc/deploy.ini
-  daemon on
-  transcript $${zope_conf:logfiles}/zdaemon.log
-  socket-name $${zope_conf:logfiles}/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 $${zope_conf:logfiles}/zdaemon.log
+  socket-name $${zope_conf:logfiles}/zdaemonsock
+  # Enable this to run the child process as a different user
+  # user zope
+</runner>


Property changes on: grokproject/trunk/grokproject/template_paste/etc/zdaemon.conf.in_tmpl
___________________________________________________________________
Added: svn:eol-style
   + native

Modified: grokproject/trunk/grokproject/template_paste/etc/zope.conf.in_tmpl
===================================================================
--- grokproject/trunk/grokproject/template_paste/etc/zope.conf.in_tmpl	2009-08-21 11:54:30 UTC (rev 103033)
+++ grokproject/trunk/grokproject/template_paste/etc/zope.conf.in_tmpl	2009-08-21 12:01:14 UTC (rev 103034)
@@ -1,55 +1,55 @@
-# Identify the component configuration used to define the site:
-site-definition $${site_zcml:output}
-
-<zodb>
-  # Standard blob storage
-  <blobstorage>
-    blob-dir $${zope_conf:blobstorage}
-    <filestorage>
-      path $${zope_conf:filestorage}
-    </filestorage>
-  </blobstorage>
-
-# Uncomment this if you want a blob-less standard file storage instead:
-#  <filestorage>
-#       path $${zope_conf:filestorage}
-#  </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 $${zope_conf:logfiles}/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
-
-# Extra configuration lines can be added to zope_conf's extra option. Put for 
-# instance productconf sections in here.
-$${zope_conf:extra}
+# Identify the component configuration used to define the site:
+site-definition $${site_zcml:output}
+
+<zodb>
+  # Standard blob storage
+  <blobstorage>
+    blob-dir $${zope_conf:blobstorage}
+    <filestorage>
+      path $${zope_conf:filestorage}
+    </filestorage>
+  </blobstorage>
+
+# Uncomment this if you want a blob-less standard file storage instead:
+#  <filestorage>
+#       path $${zope_conf:filestorage}
+#  </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 $${zope_conf:logfiles}/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
+
+# Extra configuration lines can be added to zope_conf's extra option. Put for 
+# instance productconf sections in here.
+$${zope_conf:extra}


Property changes on: grokproject/trunk/grokproject/template_paste/etc/zope.conf.in_tmpl
___________________________________________________________________
Added: svn:eol-style
   + native


Property changes on: grokproject/trunk/grokproject/template_paste/setup.py_tmpl
___________________________________________________________________
Added: svn:eol-style
   + native


Property changes on: grokproject/trunk/grokproject/template_paste/src/+package+
___________________________________________________________________
Added: svn:ignore
   + 
*.pyc
*.pyo



Property changes on: grokproject/trunk/grokproject/template_paste/src/+package+/__init__.py
___________________________________________________________________
Added: svn:eol-style
   + native


Property changes on: grokproject/trunk/grokproject/template_paste/src/+package+/app.py_tmpl
___________________________________________________________________
Added: svn:eol-style
   + native


Property changes on: grokproject/trunk/grokproject/template_paste/src/+package+/app.txt_tmpl
___________________________________________________________________
Added: svn:eol-style
   + native


Property changes on: grokproject/trunk/grokproject/template_paste/src/+package+/app_templates
___________________________________________________________________
Added: svn:ignore
   + 
*.pyc
*.pyo



Property changes on: grokproject/trunk/grokproject/template_paste/src/+package+/app_templates/index.pt_tmpl
___________________________________________________________________
Added: svn:eol-style
   + native


Property changes on: grokproject/trunk/grokproject/template_paste/src/+package+/configure.zcml
___________________________________________________________________
Added: svn:eol-style
   + native


Property changes on: grokproject/trunk/grokproject/template_paste/src/+package+/ftesting.zcml_tmpl
___________________________________________________________________
Added: svn:eol-style
   + native


Property changes on: grokproject/trunk/grokproject/template_paste/src/+package+/static
___________________________________________________________________
Added: svn:ignore
   + 
*.pyc
*.pyo



Property changes on: grokproject/trunk/grokproject/template_paste/src/+package+/static/README.txt
___________________________________________________________________
Added: svn:eol-style
   + native


Property changes on: grokproject/trunk/grokproject/template_paste/src/+package+/tests.py_tmpl
___________________________________________________________________
Added: svn:eol-style
   + native


Property changes on: grokproject/trunk/grokproject/template_paste/versions.cfg_tmpl
___________________________________________________________________
Added: svn:eol-style
   + native


Property changes on: grokproject/trunk/grokproject/template_zopectl
___________________________________________________________________
Added: svn:ignore
   + 
*.pyc
*.pyo



Property changes on: grokproject/trunk/grokproject/template_zopectl/buildout.cfg_tmpl
___________________________________________________________________
Added: svn:eol-style
   + native


Property changes on: grokproject/trunk/grokproject/template_zopectl/setup.py_tmpl
___________________________________________________________________
Added: svn:eol-style
   + native


Property changes on: grokproject/trunk/grokproject/template_zopectl/src/+package+
___________________________________________________________________
Added: svn:ignore
   + 
*.pyc
*.pyo



Property changes on: grokproject/trunk/grokproject/template_zopectl/src/+package+/app.py_tmpl
___________________________________________________________________
Added: svn:eol-style
   + native


Property changes on: grokproject/trunk/grokproject/template_zopectl/src/+package+/app_templates
___________________________________________________________________
Added: svn:ignore
   + 
*.pyc
*.pyo



Property changes on: grokproject/trunk/grokproject/template_zopectl/src/+package+/app_templates/index.pt_tmpl
___________________________________________________________________
Added: svn:eol-style
   + native


Property changes on: grokproject/trunk/grokproject/template_zopectl/src/+package+/ftesting.zcml_tmpl
___________________________________________________________________
Added: svn:eol-style
   + native


Property changes on: grokproject/trunk/grokproject/template_zopectl/src/+package+/static
___________________________________________________________________
Added: svn:ignore
   + 
*.pyc
*.pyo



Property changes on: grokproject/trunk/grokproject/template_zopectl/versions.cfg_tmpl
___________________________________________________________________
Added: svn:eol-style
   + native


Property changes on: grokproject/trunk/tests_paste.txt
___________________________________________________________________
Added: svn:eol-style
   + native



More information about the Checkins mailing list