Victor Shnayder ed35cefa29 Fix html file handling.
* html files are now stored as follows:

If the html file is valid xml, store as html/stuff.xml

If it's not, store as html/stuff.xml, which contains
<html meta1="..."  filename="stuff.html">,
and html/stuff.html, which actually contains the contents.
Warn if the contents are not parseable with lxml's html parser,
but don't error.

* for parseable html, strip out the html tag when storing, so that it isn't
  rendered into the middle of a page

* lots of backcompat to deal with paths.  Can go away soon.

* fix output ordering in clean_xml
2012-08-01 11:40:12 -04:00
2012-07-27 16:09:25 -04:00
2012-08-01 11:40:12 -04:00
2012-08-01 11:40:12 -04:00
2012-08-01 11:40:12 -04:00
2011-12-07 09:28:16 -05:00
2012-07-27 16:09:25 -04:00
2012-08-01 11:08:41 -04:00
2012-05-31 14:54:38 -04:00
2012-07-17 14:58:09 -04:00
Description
No description provided
Readme AGPL-3.0 2.2 GiB
Languages
Python 73.7%
JavaScript 15.4%
HTML 7.1%
SCSS 3.2%
CSS 0.5%