HOW TO MAKE YOUR .doc .txt .rtf into html by hand coding with python.[ [this is a work in progress and is at early stages but it works@@ nancy []sistero.sysx.org] -first use "antimac" software to ascify the document. --- --- double space --- single space

...text...

for a block of text. (That is it for the document itself) -Then inside the your [txt or doc to html].py file you can specfiy the css/html style you want for the file . e.g see my file here: Check list for parsing the file: = then make sure you are in the terminal/ shel in the same directory as the file. - make sure that in the .py the actual file you want to parse through the code is specified e.g. this is clear at the .py file at: f = open ("essay_02.txt") Then specifiy the output by > and name the file !eg: python dochtml.py > essaytext.html then you have your text as a .html for public consumption :) -------