diff options
Diffstat (limited to 'lfw/rocks/index.html')
-rw-r--r-- | lfw/rocks/index.html | 87 |
1 files changed, 87 insertions, 0 deletions
diff --git a/lfw/rocks/index.html b/lfw/rocks/index.html new file mode 100644 index 00000000..d6baff47 --- /dev/null +++ b/lfw/rocks/index.html | |||
@@ -0,0 +1,87 @@ | |||
1 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> | ||
2 | <html> | ||
3 | <head> | ||
4 | <title>Available rocks</title> | ||
5 | <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"> | ||
6 | <style> | ||
7 | body { | ||
8 | background-color: white; | ||
9 | font-family: "bitstream vera sans", "verdana", "sans"; | ||
10 | font-size: 14px; | ||
11 | } | ||
12 | a { | ||
13 | color: #0000c0; | ||
14 | text-decoration: none; | ||
15 | } | ||
16 | a:hover { | ||
17 | text-decoration: underline; | ||
18 | } | ||
19 | td.main { | ||
20 | border-style: none; | ||
21 | } | ||
22 | blockquote { | ||
23 | font-size: 12px; | ||
24 | } | ||
25 | td.package { | ||
26 | background-color: #f0f0f0; | ||
27 | vertical-align: top; | ||
28 | } | ||
29 | td.spacer { | ||
30 | height: 5px; | ||
31 | } | ||
32 | td.version { | ||
33 | background-color: #d0d0d0; | ||
34 | vertical-align: top; | ||
35 | text-align: left; | ||
36 | padding: 5px; | ||
37 | width: 100px; | ||
38 | } | ||
39 | p.manifest { | ||
40 | font-size: 8px; | ||
41 | } | ||
42 | </style> | ||
43 | </head> | ||
44 | <body> | ||
45 | <h1>Available rocks</h1> | ||
46 | <p> | ||
47 | Lua modules available from this location for use with <a href="http://www.luarocks.org">LuaRocks</a>: | ||
48 | </p> | ||
49 | <table class="main"> | ||
50 | <td class="package"> | ||
51 | <p><a name="luafilesystem"></a><b>luafilesystem</b> - <br/> | ||
52 | </p><blockquote><p><br/> | ||
53 | <font size="-1"><a href="">latest sources</a> | License: </font></p> | ||
54 | </blockquote></a></td> | ||
55 | <td class="version"> | ||
56 | 1.5.0-1: <a href="luafilesystem-1.5.0-1.installed.rock">installed</a><br/></td></tr> | ||
57 | <tr><td colspan="2" class="spacer"></td></tr> | ||
58 | <td class="package"> | ||
59 | <p><a name="luasocket"></a><b>luasocket</b> - <br/> | ||
60 | </p><blockquote><p><br/> | ||
61 | <font size="-1"><a href="">latest sources</a> | License: </font></p> | ||
62 | </blockquote></a></td> | ||
63 | <td class="version"> | ||
64 | 2.0.2-3: <a href="luasocket-2.0.2-3.installed.rock">installed</a><br/></td></tr> | ||
65 | <tr><td colspan="2" class="spacer"></td></tr> | ||
66 | <td class="package"> | ||
67 | <p><a name="luazip"></a><b>luazip</b> - <br/> | ||
68 | </p><blockquote><p><br/> | ||
69 | <font size="-1"><a href="">latest sources</a> | License: </font></p> | ||
70 | </blockquote></a></td> | ||
71 | <td class="version"> | ||
72 | 1.2.3-2: <a href="luazip-1.2.3-2.installed.rock">installed</a><br/></td></tr> | ||
73 | <tr><td colspan="2" class="spacer"></td></tr> | ||
74 | <td class="package"> | ||
75 | <p><a name="md5"></a><b>md5</b> - <br/> | ||
76 | </p><blockquote><p><br/> | ||
77 | <font size="-1"><a href="">latest sources</a> | License: </font></p> | ||
78 | </blockquote></a></td> | ||
79 | <td class="version"> | ||
80 | 1.1.2-1: <a href="md5-1.1.2-1.installed.rock">installed</a><br/></td></tr> | ||
81 | <tr><td colspan="2" class="spacer"></td></tr> | ||
82 | </table> | ||
83 | <p class="manifest"> | ||
84 | <a href="manifest">manifest file</a> | ||
85 | </p> | ||
86 | </body> | ||
87 | </html> | ||