]> git.ipfire.org Git - thirdparty/strongswan.git/blame - doc/utils/html2four.1
- import of strongswan-2.7.0
[thirdparty/strongswan.git] / doc / utils / html2four.1
CommitLineData
997358a6
MW
1.TH HTML2FOUR 1 "August 1999"
2.\" RCSID $Id: html2four.1,v 1.1 2004/03/15 20:35:24 as Exp $
3.SH NAME
4html2four - extract headers from HTML files into four-field lines
5.SH SYNOPSIS
6.B html2four
7[-digit] file*
8command [ argument ...]
9.SH DESCRIPTION
10.I html2four
11extracts information from HTML files and writes it out with four
12tab-separated fields: filename, last label (<a name=> tag) seen,
13header tag type (H[0-9]), and header text. This is an intermediate
14format convenient for generating a permuted index with four2perm(1)
15or a table of contents with a simple awkscript.
16
17The only option is a digit to limit the header levels extracted.
18For example, with -3 only h1, h2, h3 tags are taken. By default,
19it takes h[0-9], though HTML only defines levels 1 to 6.
20.SH SEE ALSO
21.hy 0
22four2perm(1)
23.SH HISTORY
24Written for the Linux FreeS/WAN project
25<http://www.xs4all.nl/~freeswan/>
26by Sandy Harris.