1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Source: t2html
Section: text
Priority: optional
Maintainer: Jari Aalto <jari.aalto@cante.net>
Build-Depends: debhelper (>= 7.1)
Standards-Version: 3.8.4
Vcs-Browser: http://git.debian.org/?p=collab-maint/t2html.git
Vcs-Git: git://git.debian.org/git/collab-maint/t2html.git
Homepage: http://freshmeat.net/projects/perl-text2html
Package: t2html
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libwww-perl, libhtml-format-perl, libhtml-linkextractor-perl
Description: text to HTML converter implemented in Perl
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. This utility predates similar Python-based asciidoc.
.
A showcase: http://pm-doc.sourceforge.net/pm-tips.html
|