11 Oct
1999
11 Oct
'99
4:41 p.m.
Oleg Broytmann has just coded this for an intelligent upload of static pages. This should preseve also the meta tags... HTH __Janko Here the text of his last mail and the hole thing in the attachment. I've debugged my patch to load_site.py and now I am publishing it here. Full load_site.py.gz attached. My patch adds html parsing - load_site.py, while traversing files and directories, parse HTML files before uploading. <HEAD></HEAD> completely removed, <BODY> replaced with <!--#var standard_html_header-->, </BODY></HTML> - with <!--#var standard_html_footer-->. <TITLE></TITLE> if present parsed and title beacomes Document's title. Oleg.