blob: 94c0501b8c2d33a24cd583d2ccc765718442026a (
plain)
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
|
Content-type: text/html
@(skip 15)
<H1>txr</H1>
@/.*Updated:/ @YEAR-@MONTH-@DAY<BR><A HREF="#index">Index</A>
@(collect)
@PREAMBLE
@(until)
txr - text extractor @/.*/
@(end)
txr - text extractor @VERSION
@(collect)
@BODY
@(until)
<HR>
<A NAME="index"> </A><H2>Index</H2>
@(end)
<HR>
@(collect)
@TOC
@(until)
This document was created by
@(end)
@(maybe)
@ (bind MONTH "01")
@ (bind MNAME "Jan")
@(or)
@ (bind MONTH "02")
@ (bind MNAME "Feb")
@(or)
@ (bind MONTH "03")
@ (bind MNAME "Mar")
@(or)
@ (bind MONTH "04")
@ (bind MNAME "Apr")
@(or)
@ (bind MONTH "05")
@ (bind MNAME "May")
@(or)
@ (bind MONTH "06")
@ (bind MNAME "Jun")
@(or)
@ (bind MONTH "07")
@ (bind MNAME "Jul")
@(or)
@ (bind MONTH "08")
@ (bind MNAME "Aug")
@(or)
@ (bind MONTH "09")
@ (bind MNAME "Sep")
@(or)
@ (bind MONTH "10")
@ (bind MNAME "Octn")
@(or)
@ (bind MONTH "11")
@ (bind MNAME "Nov")
@(or)
@ (bind MONTH "12")
@ (bind MNAME "Dec")
@(end)
@(output)
<HTML>
<FONT FACE="courier">
<HEAD><TITLE>Manpage for txr @VERSION</TITLE>
</HEAD><BODY>
<H2>Manpage for <A HREF="#lbAB">Txr </a>@VERSION</H2>
<H2>@MNAME @DAY, @YEAR</H2>
@(repeat)
@TOC
@(end)
@(repeat)
@PREAMBLE
@(first)
@(end)
@(repeat)
@BODY
@(end)
</BODY>
</HTML>
@(end)
|