git.sophuwu.com > manhttpd   
              0
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
             <html>
<head>
<meta charset="utf-8">
<title>Web Manpages</title>
<link rel="stylesheet" type="text/css" href="/style.css">
</head>
<body>
<H1>Man Pages Index</H1>
<HR>
<H2>Open Page:</H2>
<p>Input name of page.</p>
<FORM method="get" action="/">
	<INPUT TYPE="text" NAME="man">
	<INPUT TYPE="submit" VALUE="Submit">
</FORM>
<HR>
<H2>Search Pages:</H2>
<p>Interpret each line as a separate keyword.</p>
<FORM method="post" action="/">
	<div class="flexy">
	<textarea rows="5" name="search"></textarea><br>
		<div>
	<LABEL><INPUT TYPE="checkbox" NAME="arg" VALUE="r"> <B>Regex</B> match all keywords with regex.</LABEL><BR>
	<LABEL><INPUT TYPE="checkbox" NAME="arg" VALUE="w"> <B>Wildcard</B> match all keywords by wildcard.</LABEL><BR>
	<LABEL><INPUT TYPE="checkbox" NAME="arg" VALUE="e"> <B>Exact</B> match keywords exactly.</LABEL><BR>
	<LABEL><INPUT TYPE="checkbox" NAME="arg" VALUE="a"> <B>And</B> all keywords must match.</LABEL><BR>
	<INPUT TYPE="submit" VALUE="Submit">
		</div>
	</div>
</FORM>
<HR>
<a href="//{{ host }}">{{ host }}</a><br>
</body>
</html>