1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
|
README: Perl Text to HTML converter
-----------------------------------
Convert text file into HTML 4.01/CSS2 format. The is written in
natural white paper format by using standard headings and indented
paragraphs at standard tab position column 8. The text can *contain*
_ASCII_ =markup= `tokens'. Embedding HTML is also possible via INCLUDE
directives.
admin/ Administrative files for the project
bin/ The program and manual page *.1
doc/ Documentation
Important files
doc/license/ Licensing information
ChangeLog Project change records
Project details
Homepage
http://freshmeat.net/projects/perl-text2html
Reporting bugs
See freshmeat page
Source code repository
See freshmeat page
Depends
Perl (any version)
Extenral Perl CPAN library dependencies
LWP::UserAgent [1a]
HTML::FormatText [1b]
HTML::Parse [1c]
HTML::LinkExtractor [2]
[1a] Required if option --link-check is used. Included in
library libwww-perl in Debian:
[1b] Same as 1a. Included in Debian library libhtml-format-perl
[1c] Same as 1a. Included in Debian library libhtml-linkextractor-perl
[2] Optional. Used only if available to extract links from
document for use with --link-check. If library is not available,
the internal extractor is used.
End of file
|