PageSplitter

From OLPC
Jump to: navigation, search

PageSplitter is a program that splits large HTML pages into smaller chunks. It tries to maintain the look and feel of the page, may preserve navigation (though detecting navigation is problematic), and keeps internal links working. It is currently available at http://svn.colorstudy.com/home/ianb/PageSplitter and can be installed with easy_install http://svn.colorstudy.com/home/ianb/PageSplitter, though currently it requires a C compiler (and probably Pyrex) so it cannot be installed directly on the laptop. It will probably be moved to a laptop.org git repository soon.

-- Ian Bicking