=== added file 'install.txt' --- install.txt 1970-01-01 00:00:00 +0000 +++ install.txt 2007-02-12 23:14:27 +0000 @@ -0,0 +1,6 @@ +************************************* +* PyKHTML installation instructions * +************************************* + +Just copy the `pykhtml` directory in the extracted folder to somewhere in your Python path, i.e. site-packages, your Python installation directory, etc. + === added file 'license.txt' --- license.txt 1970-01-01 00:00:00 +0000 +++ license.txt 2007-02-12 23:14:27 +0000 @@ -0,0 +1,12 @@ +******************************************** +* PyKHTML is released under a BSD license: * +******************************************** + +Copyright (c) 2007, Paul Giannaros + 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. +The names of its contributors may not 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. + === added file 'readme.txt' --- readme.txt 1970-01-01 00:00:00 +0000 +++ readme.txt 2007-02-12 23:14:27 +0000 @@ -0,0 +1,14 @@ +******************************** +* PyKHTML - scraping made easy * +******************************** + +PyKHTML is a module that allows you to write web scrapers/spiders that utilise the KHTML engine. It released under a BSD license. +Explanation of files: + + + readme.txt -- This file + + license.txt -- The license under which PyKHTML is released + + todo.txt -- Features that are to be implemented -- drop me an e-mail if you think something should be added! + +I (the maintainer) can be contacted via e-mail at paul@giannaros.org if you have any queries / concerns / feature wishes / feedback / etc.. +Have fun! + === added file 'todo.txt' --- todo.txt 1970-01-01 00:00:00 +0000 +++ todo.txt 2007-02-12 23:14:27 +0000 @@ -0,0 +1,10 @@ +********************** +* PyKHTML Todo List * +********************** + + + Public changelog + + distutils-based installer + + Tutorials + + Make the examples available online + + Public todo list :P +