Skip to content
forked from blais/htmlout

htmlout is a simple library that makes it really easy to build a tree of HTML nodes and then to serialize this tree into text for final output.

License

Notifications You must be signed in to change notification settings

fagan2888/htmlout

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

htmlout: HTML Output Library

Description

htmlout is a simple library that makes it really easy to build a tree of HTML nodes and then to serialize this tree into text for final output.

This library really needs a rewrite, but I have a lot of code using it, and some public code in Atocha uses it, so I thought I would open source it anyway. If you need it, here it is.

Features

  • Has an option to output a nicely indented output or compressed output;
  • A simple interface;

History

I have been using and refining this library for years, and although it is long due for a rewrite, it still serves me well. It has a fair amount of value, in the sense that many issues related to browsers have been ironed out, for example, avoiding outputting empty div tags. Little details like that.

Documentation

There is no documentation, read the source if you need it.

Download

A Mercurial repository can be found at:

http://github.com/blais/htmlout

Reporting Bugs

Send email to the author: Martin Blais <blais@furius.ca>.

Installation and Dependencies

Run the setup.py script in the root.

Copyright (C) 2001-2005 Martin Blais. This is not open source software at this moment.

Author

Martin Blais <blais@furius.ca>

About

htmlout is a simple library that makes it really easy to build a tree of HTML nodes and then to serialize this tree into text for final output.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.3%
  • HTML 2.5%
  • Other 0.2%