<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>PyderWeb</name>
<shortdesc>PyderWeb "the robot spider of web"</shortdesc>
<description>::

FILES LIST
----------
src/PyderWeb.py   web spider
src/server.py     ThreadingHTTPServer for test
README.txt


DEPENDENCES
-----------
Python 2.5.1


TUTORIAL
--------
Type in your console:
python server.py

It run a local proxy server:
Serving HTTP on 0.0.0.0 port 8000 ...

Type in another console:
python PyderWeb.py

It will find all links:
[[{'href': 'http://localhost:8000/one'}, 'One'], [{'href': 'http://localhost:800
0/two'}, 'Two\n'], [{'href': 'ftp://'}, 'One']]</description>
<release><Version><revision>0.0.1</revision></Version></release>
</Project></rdf:RDF>