File: control

package info (click to toggle)
txt2html 2.23-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 552 kB
  • ctags: 135
  • sloc: perl: 2,993; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 854 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: txt2html
Section: text
Priority: optional
Maintainer: Sami Haahtinen <ressu@debian.org>
Build-Depends: cdbs, debhelper (>= 4.1.0)
Standards-Version: 3.6.1

Package: txt2html
Architecture: all
Depends: ${perl:Depends}, libgetopt-argvfile-perl
Description: Text to HTML converter
 txt2html is a Perl program that converts plain text to HTML.
 .
 It supports headings, lists, simple character markup, and hyperlinking, and is
 highly customizable. It recognizes some of the apparent structure of the
 source document (mostly whitespace and typographic layout), and attempts to
 mark that structure explicitly using HTML.
 .
 the purpose for this tool is to provide an easier way of converting existing
 text documents to HTML format. txt2html can also be used to aid in writing new
 HTML documents, but there are probably better ways of doing that.