[wwwsearch-commits] r18307 - wwwsearch/ClientForm/trunk

jjlee at codespeak.net jjlee at codespeak.net
Sun Oct 9 03:55:38 CEST 2005


Author: jjlee
Date: Sun Oct  9 03:55:37 2005
New Revision: 18307

Added:
   wwwsearch/ClientForm/trunk/COPYING.txt
      - copied, changed from r18305, wwwsearch/ClientForm/trunk/COPYING
   wwwsearch/ClientForm/trunk/INSTALL.txt
      - copied, changed from r18305, wwwsearch/ClientForm/trunk/INSTALL
Removed:
   wwwsearch/ClientForm/trunk/COPYING
   wwwsearch/ClientForm/trunk/INSTALL
Modified:
   wwwsearch/ClientForm/trunk/README.html.in
Log:
Administrivia

Deleted: /wwwsearch/ClientForm/trunk/COPYING
==============================================================================
--- /wwwsearch/ClientForm/trunk/COPYING	Sun Oct  9 03:55:37 2005
+++ (empty file)
@@ -1,62 +0,0 @@
-Copyright (c) 2002-2005 John J. Lee <jjl at pobox.com>
-Copyright (c) 1998-2000 Gisle Aas
-
-This software is dual-licensed: you may pick either of the licenses
-below.
-
-
-BSD-style license
-==================
-
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are
-met:
-
-Redistributions of source code must retain the above copyright notice,
-this list of conditions and the following disclaimer.
-
-Redistributions in binary form must reproduce the above copyright
-notice, this list of conditions and the following disclaimer in the
-documentation and/or other materials provided with the distribution.
-
-Neither the name of the contributors nor the names of their employers
-may be used to endorse or promote products derived from this software
-without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-"AS IS" AND ANY EXPRESS 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
-OWNER OR CONTRIBUTORS 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.
-
-
-
-
-ZPL 2.1
-==================
-
-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.

Copied: wwwsearch/ClientForm/trunk/COPYING.txt (from r18305, wwwsearch/ClientForm/trunk/COPYING)
==============================================================================
--- wwwsearch/ClientForm/trunk/COPYING	(original)
+++ wwwsearch/ClientForm/trunk/COPYING.txt	Sun Oct  9 03:55:37 2005
@@ -1,5 +1,4 @@
-Copyright (c) 2002-2005 John J. Lee <jjl at pobox.com>
-Copyright (c) 1998-2000 Gisle Aas
+See the file COPYRIGHT.txt for copyright information.
 
 This software is dual-licensed: you may pick either of the licenses
 below.

Deleted: /wwwsearch/ClientForm/trunk/INSTALL
==============================================================================
--- /wwwsearch/ClientForm/trunk/INSTALL	Sun Oct  9 03:55:37 2005
+++ (empty file)
@@ -1,63 +0,0 @@
-ClientForm installation instructions
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-
-Dependencies
-~~~~~~~~~~~~
-
-Python 2.0 or above is required, and urllib2 is recommended.
-
-
-Installation
-~~~~~~~~~~~~
-
-To install the package, run the following command:
-
- python setup.py build
-
-then (with appropriate permissions)
-
- python setup.py install
-
-
-Alternatively, just copy the whole ClientForm.py into your Python
-path (eg. unix: /usr/local/lib/python2.2/site-packages,
-Windows: C:\Python21, or C:\Python22\Lib\site-packages).  That's all
-that setup.py does.
-
-
-To run the tests (none of which access the network), run the following
-command:
-
- python test.py
-
-This runs the tests against the source files extracted from the
-package.  For help on command line options:
-
- python test.py --help
-
-
-If you're using a pre-2.1 version of Python, you'll need to get
-unittest.py (from http://pyunit.sourceforge.net) to run the Pyunit
-tests.
-
-Bugs and comments to jjl at pobox.com.
-
-
-NO WARRANTY
-
-THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
-WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
-MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
-
-Copyright Notices
-
-  (C) 2002-2005 John J. Lee.  All rights reserved.
-  (C) 1998-2000 Gisle Aas.  All rights reserved.   (Original LWP code)
-
-This code in this package is free software; you can redistribute it
-and/or modify it under the terms of the BSD license (see the file
-COPYING).
-
-John J. Lee <jjl at pobox.com>
-September 2005

Copied: wwwsearch/ClientForm/trunk/INSTALL.txt (from r18305, wwwsearch/ClientForm/trunk/INSTALL)
==============================================================================
--- wwwsearch/ClientForm/trunk/INSTALL	(original)
+++ wwwsearch/ClientForm/trunk/INSTALL.txt	Sun Oct  9 03:55:37 2005
@@ -50,14 +50,11 @@
 WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
 
-Copyright Notices
-
-  (C) 2002-2005 John J. Lee.  All rights reserved.
-  (C) 1998-2000 Gisle Aas.  All rights reserved.   (Original LWP code)
+See the file COPYRIGHT.txt for copyright information.
 
 This code in this package is free software; you can redistribute it
 and/or modify it under the terms of the BSD license (see the file
-COPYING).
+COPYING.txt).
 
 John J. Lee <jjl at pobox.com>
 September 2005

Modified: wwwsearch/ClientForm/trunk/README.html.in
==============================================================================
--- wwwsearch/ClientForm/trunk/README.html.in	(original)
+++ wwwsearch/ClientForm/trunk/README.html.in	Sun Oct  9 03:55:37 2005
@@ -2,6 +2,7 @@
         "http://www.w3.org/TR/html4/strict.dtd">
 @# This file is processed by EmPy to colorize Python source code
 @# http://wwwsearch.sf.net/bits/colorize.py
+<!--This file was generated by EmPy from README.html.in : do not edit-->
 @{from colorize import colorize}
 @{import time}
 @{import release}
@@ -173,7 +174,7 @@
 <a name="download"></a>
 <h2>Download</h2>
 
-<p>For installation instructions, see the INSTALL file included in the
+<p>For installation instructions, see the INSTALL.txt file included in the
 distribution. 
 
 <p><span class="spanhdr">Development release</span> There have been three


More information about the wwwsearch-commits mailing list