THE PROBLEM
Converting files to HTML gives you too long pages.
THE SOLUTION
NiSLe is a Perl script which slices your long HTML pages each time
it recognises the tag you suggest (default is <H1>)
or <NISLEPAGE>. This site is a simple example (check the long page).
ADDED FUNCTIONNALITIES
-
You can add bookmarks to have direct access in the navigation bar by using
<NISLEADD
BOOKMARK="xxx">
-
NiSLe copies your <HEAD> and <BODY>
sections in each created file and it understands <A HREF="#xxx">
-
You can send HTML code to NiSLe with this syntax: <!-- NISLEONLY
xxx NISLEONLY -->, and a line which contains <!-- NONISLE
--> will not be copied by NiSLe