[wwwsearch-commits] r25579 - wwwsearch/pullparser/trunk

jjlee at codespeak.net jjlee at codespeak.net
Sat Apr 8 20:05:59 CEST 2006


Author: jjlee
Date: Sat Apr  8 20:05:58 2006
New Revision: 25579

Added:
   wwwsearch/pullparser/trunk/INSTALL.txt
      - copied unchanged from r25578, wwwsearch/pullparser/trunk/INSTALL
Removed:
   wwwsearch/pullparser/trunk/INSTALL
Log:
Rename INSTALL to have .txt file extension

Deleted: /wwwsearch/pullparser/trunk/INSTALL
==============================================================================
--- /wwwsearch/pullparser/trunk/INSTALL	Sat Apr  8 20:05:58 2006
+++ (empty file)
@@ -1,58 +0,0 @@
-pullparser installation instructions
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-
-Dependencies
-~~~~~~~~~~~~
-
-Python 2.2.1 or above is required.
-
-
-Installation
-~~~~~~~~~~~~
-
-To install the package, run the following command:
-
- python setup.py build
-
-then (with appropriate permissions)
-
- python setup.py install
-
-
-Alternatively, just copy pullparser.py into your Python path
-(eg. unix: /usr/local/lib/python2.4/site-packages, Windows:
-C:\Python24\Lib\site-packages).
-
-
-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
-
-
-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-2006 John J. Lee.  All rights reserved.
-  (C) 1998-2001 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 or ZPL 2.1 licenses (see
-the file COPYING.txt).
-
-John J. Lee <jjl at pobox.com>
-April 2006


More information about the wwwsearch-commits mailing list