[Checkins] SVN: five.localsitemanager/branches/1.0/ Update some documentation

Hanno Schlichting hannosch at hannosch.eu
Wed Jul 28 14:47:20 EDT 2010


Log message for revision 115179:
  Update some documentation
  

Changed:
  U   five.localsitemanager/branches/1.0/CHANGES.txt
  A   five.localsitemanager/branches/1.0/COPYRIGHT.txt
  U   five.localsitemanager/branches/1.0/INSTALL.txt
  A   five.localsitemanager/branches/1.0/LICENSE.txt
  U   five.localsitemanager/branches/1.0/setup.py

-=-
Modified: five.localsitemanager/branches/1.0/CHANGES.txt
===================================================================
--- five.localsitemanager/branches/1.0/CHANGES.txt	2010-07-28 18:43:34 UTC (rev 115178)
+++ five.localsitemanager/branches/1.0/CHANGES.txt	2010-07-28 18:47:20 UTC (rev 115179)
@@ -3,10 +3,13 @@
 
 1.3 - unreleased
 ----------------
-* Don't update bases if event is a Remove event
+
+* Update some documentation.
+  [hannosch]
+
+* Don't update bases if event is a `remove` event.
   [do3cc]
 
-
 1.2 - 2009-10-19
 ----------------
 

Copied: five.localsitemanager/branches/1.0/COPYRIGHT.txt (from rev 114573, five.localsitemanager/trunk/COPYRIGHT.txt)
===================================================================
--- five.localsitemanager/branches/1.0/COPYRIGHT.txt	                        (rev 0)
+++ five.localsitemanager/branches/1.0/COPYRIGHT.txt	2010-07-28 18:47:20 UTC (rev 115179)
@@ -0,0 +1 @@
+Zope Foundation and Contributors
\ No newline at end of file

Modified: five.localsitemanager/branches/1.0/INSTALL.txt
===================================================================
--- five.localsitemanager/branches/1.0/INSTALL.txt	2010-07-28 18:43:34 UTC (rev 115178)
+++ five.localsitemanager/branches/1.0/INSTALL.txt	2010-07-28 18:47:20 UTC (rev 115179)
@@ -15,7 +15,7 @@
 Place the ``five`` top-level package into your instance's
 ``lib/python`` directory.  You can also install it as an egg using
 easy_install_, for example into your instance by turning it into a
-workingenv_.
+virtualenv_.
 
 
 Configuration
@@ -38,7 +38,7 @@
 
   $ bin/zopectl test -s five.localsitemanager
 
-.. _workingenv: http://cheeseshop.python.org/pypi/workingenv.py
+.. _virtualenv: http://pypi.python.org/pypi/virtualenv
 .. _easy_install: http://peak.telecommunity.com/DevCenter/EasyInstall
 .. _setuptools: http://peak.telecommunity.com/DevCenter/setuptools
 

Copied: five.localsitemanager/branches/1.0/LICENSE.txt (from rev 114573, five.localsitemanager/trunk/LICENSE.txt)
===================================================================
--- five.localsitemanager/branches/1.0/LICENSE.txt	                        (rev 0)
+++ five.localsitemanager/branches/1.0/LICENSE.txt	2010-07-28 18:47:20 UTC (rev 115179)
@@ -0,0 +1,44 @@
+Zope Public License (ZPL) Version 2.1
+
+A copyright notice accompanies this license document that identifies the
+copyright holders.
+
+This license has been certified as open source. It has also been designated as
+GPL compatible by the Free Software Foundation (FSF).
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+1. Redistributions in source code must retain the accompanying copyright
+notice, this list of conditions, and the following disclaimer.
+
+2. Redistributions in binary form must reproduce the accompanying copyright
+notice, this list of conditions, and the following disclaimer in the
+documentation and/or other materials provided with the distribution.
+
+3. Names of the copyright holders must not be used to endorse or promote
+products derived from this software without prior written permission from the
+copyright holders.
+
+4. The right to distribute this software or to use it for any purpose does not
+give you the right to use Servicemarks (sm) or Trademarks (tm) of the
+copyright
+holders. Use of them is covered by separate agreement with the copyright
+holders.
+
+5. If any files are modified, you must cause the modified files to carry
+prominent notices stating that you changed the files and the date of any
+change.
+
+Disclaimer
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED
+OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
+EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT,
+INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
+EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Modified: five.localsitemanager/branches/1.0/setup.py
===================================================================
--- five.localsitemanager/branches/1.0/setup.py	2010-07-28 18:43:34 UTC (rev 115178)
+++ five.localsitemanager/branches/1.0/setup.py	2010-07-28 18:47:20 UTC (rev 115179)
@@ -19,7 +19,6 @@
           'Operating System :: OS Independent',
           'Programming Language :: Python',
           'Topic :: Internet :: WWW/HTTP :: Site Management',
-          'Topic :: Software Development :: Libraries :: Python Modules',
       ],
       keywords='zope zope2 zope3 five sitemanager',
 



More information about the checkins mailing list