File: control

package info (click to toggle)
man2html 1.5p-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 528 kB
  • ctags: 83
  • sloc: ansic: 1,273; sh: 271; makefile: 92
file content (28 lines) | stat: -rw-r--r-- 1,146 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
22
23
24
25
26
27
28
Source: man2html
Section: doc
Priority: optional
Maintainer: Robert Luberda <robert@debian.org>
Build-Depends: debhelper (>= 4.1.30), dbs (>= 0.24)
Standards-Version: 3.6.1

Package: man2html
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, gawk, man-db (>= 2.4.1), debianutils (>= 2.1)
Suggests: manpages, manpages-dev, swish++, lynx | www-browser
Recommends: apache | httpd | lynx
Description: turns a web-browser and an httpd-server into a man pager
 Point your web browser at http://localhost/cgi-bin/man/man2html and you got
 your manpages in the browser.
 .
 Features:
  * Fast C CGI program for man/BSD-mandoc to HTML conversion.
  * Works from the unformatted nroff/troff source.
  * Source may be compressed.
  * Does tbl tables (but not eqn equations).
  * Generates hypertext links to foobar(1), abc@host, and xyzzy.h files
  * CGI script for whatis-based alpha-indexes by section.
  * CGI script for name-only alpha-indexes by section.
  * CGI script for full text search (requires swish++)
  * Front-end script to talk to a pre-launched netscape.
 .
 See http://users.actrix.gen.nz/michael/vhman2html.html for details.