<?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>htmldata</name>
<shortdesc>Extract and modify HTML/CSS URLs, translate HTML documents &lt;-&gt; list data structures.</shortdesc>
<description>The htmldata module allows one to translate HTML
documents back and forth to list data structures.
This allows for programmatic reading and writing
of HTML documents, with much flexibility.

Functions are also available for extracting
and/or modifying all URLs present in the HTML
or stylesheets of a document.

I have found this library useful for writing
robots, for "wrapping" all of the URLs on
websites inside my own proxy CGI script, for
filtering HTML, and for doing flexible wget-like
mirroring.

It keeps things as simple as possible, so it
should be easy to learn.

Supports XHTML, too.</description>
<download-page>http://www.connellybarnes.com/code/htmldata/htmldata</download-page>
<homepage rdf:resource="http://www.connellybarnes.com/code/htmldata/" />
<maintainer><foaf:Person><foaf:name>Connelly Barnes</foaf:name>
</foaf:Person></maintainer>
<release><Version><revision>1.1.1</revision></Version></release>
</Project></rdf:RDF>