-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
81 lines (81 loc) · 2.77 KB
/
index.html
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
80
81
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title>Linux 手册页翻译计划</title>
<style>
h2 {
text-align: center;
font-family: Consolas, monospace, sans-serif;
font-size: 2em;
font-weight: lighter;
color: #41597A;
}
#main {
margin: auto;
max-width: 500px;
border-left: 3px lavender solid;
padding-left: 1rem;
color: #41597A;
font-family: Consolas, monospace, sans-serif;
}
a {
display: inline-block;
width: 18%;
color: #597ba8;
line-height: 180%;
box-sizing: border-box;
}
a:visited {
color: #41597A;
}
</style>
</head>
<body>
<h2>Linux 手册页翻译计划</h2>
<div id="main">
<h3>加入中英对照的手册页</h3>
<a href="man1/cat.1.html">cat</a>
<a href="man1/echo.1.html">echo</a>
<h3>部分已翻译的手册页</h3>
<a href="man1/[.1.html">[</a>
<a href="man1/arch.1.html">arch</a>
<a href="man1/base64.1.html">base64</a>
<a href="man1/basename.1.html">basename</a>
<!--<a href="man1/cat.1.html">cat</a>-->
<a href="man1/dirname.1.html">dirname</a>
<!--<a href="man1/echo.1.html">echo</a>-->
<a href="man1/expand.1.html">expand</a>
<a href="man1/expr.1.html">expr</a>
<a href="man1/factor.1.html">factor</a>
<a href="man1/false.1.html">false</a>
<a href="man1/head.1.html">head</a>
<a href="man1/hostid.1.html">hostid</a>
<a href="man1/link.1.html">link</a>
<a href="man1/logname.1.html">logname</a>
<a href="man1/mkdir.1.html">mkdir</a>
<a href="man1/nice.1.html">nice</a>
<a href="man1/paste.1.html">paste</a>
<a href="man1/printenv.1.html">printenv</a>
<a href="man1/printf.1.html">printf</a>
<a href="man1/pwd.1.html">pwd</a>
<a href="man1/rmdir.1.html">rmdir</a>
<a href="man1/seq.1.html">seq</a>
<a href="man1/sleep.1.html">sleep</a>
<a href="man1/sync.1.html">sync</a>
<a href="man1/tac.1.html">tac</a>
<a href="man1/tee.1.html">tee</a>
<a href="man1/test.1.html">test</a>
<a href="man1/true.1.html">true</a>
<a href="man1/tty.1.html">tty</a>
<a href="man1/unexpand.1.html">unexpand</a>
<a href="man1/uniq.1.html">uniq</a>
<a href="man1/unlink.1.html">unlink</a>
<a href="man1/users.1.html">users</a>
<a href="man1/wc.1.html">wc</a>
<a href="man1/who.1.html">who</a>
<a href="man1/whoami.1.html">whoami</a>
<a href="man1/yes.1.html">yes</a>
</div>
</body>
</html>