Back to the NiSLe version
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>.
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
USAGE
-
perl nisle.pl [options] filename.html
-
Or: nisle.pl [options] filename.html
OPTIONS
-
-t tag
The tag which slices pages (default is H1), it must not contain the
<
and > characters, use NISLEPAGE if you don't want to use
H1 or any other tag, example: -t BR
-
-f filename
The file name of the first page (default is index.html), example: -f
report.html
-
-n firstpage
Indicates not to take care of the first page (useful if this one is
blank), example: -n firstpage
DISCLAIMER
-
No warranties!
-
If you find a bug, consider it as a limitation; if it's a real bug, please
report it to me
-
Dears at the W3C, sorry for using HTML freely
LICENCE
-
NiSLe is a freeware!
-
Please, don't modify his source and keep all the files of the distribution
DOWNLOAD
-
NiSLe uses Perl, you must install it on your system
-
Perl is available at www.perl.com on
a lot of systems (Unix, Windows, MacOs, BeOS, etc.)
-
Please, e-mail me before you download. I am interested by what you will
do with NiSLe
-
Please, read Dislaimer and Licence before you download
-
Download the tar and gzip distribution: nisle.tgz
-
Download the zip distribution: nisle.zip