<?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>IDLE2HTML</name>
<shortdesc>This extension saves the contents of your IDLE shell or editor window as XHTML</shortdesc>
<description>IDLE2HTML 
=========
This extension saves the contents of your IDLE shell or editor window
as XHTML (using Stylesheets to preserve all color and formatting information).

Installation
------------
Copy IDLE2HTML.py to the idlelib folder of your python installation.
Append the contents of 'config-extensions.txt' to your 
'config-extensions.def' file (also in the idlelib folder) and restart IDLE.

For more information on extending IDLE read 'config-main.def', 
'config-extensions.def' and 'extend.txt'

Operation
---------
Select 'Save as HTML' from the 'Options' menue and specify the filename 
in the FileDialog window. The HTML file is created immediately.

Requirements
------------
Tested with IDLE 1.1.3, 1.2, 2.6b1 and 3.0a1</description>
<homepage rdf:resource="http://blog.d2m.at" />
<maintainer><foaf:Person><foaf:name>Michael Haubenwallner</foaf:name>
<foaf:mbox_sha1sum>2a80c5dd5920dbd373df36a0ed4592dcf9340694</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.2</revision></Version></release>
</Project></rdf:RDF>