Prettier Lists in webmake ========================= Purpose ------- To make lists in webmake (0.5) look prettier to my mind. To be able to retain the ordered list of a text original in EtText's output, and to allow list entries without seperating paragraphs to be acceptable to EtText's parser. How to Apply ------------ get webmake release 0.5 (e.g. http://webmake.taint.org/devel/) tar xvzf HTML-WebMake-0.5.tar.gz cd HTML-WebMake-0.5 patch -p1 < ../file.patch (or whatever you called it) perl Makefile.PL make Modified Files -------------- ./lib/Text/EtText/EtText2HTML.pm Caolan McNamara (2000)