File: index.html

package info (click to toggle)
sputnik 12.06.27-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,896 kB
  • sloc: javascript: 6,955; sh: 762; python: 94; makefile: 42
file content (143 lines) | stat: -rw-r--r-- 9,821 bytes parent folder | download | duplicates (3)
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Available rocks</title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<style>
body {
   background-color: white;
   font-family: "bitstream vera sans", "verdana", "sans";
   font-size: 14px;
}
a {
   color: #0000c0;
   text-decoration: none;
}
a:hover {
   text-decoration: underline;
}
td.main {
   border-style: none;
}
blockquote {
   font-size: 12px;
}
td.package {
   background-color: #f0f0f0;
   vertical-align: top;
}
td.spacer {
   height: 5px;
}
td.version {
   background-color: #d0d0d0;
   vertical-align: top;
   text-align: left;
   padding: 5px;
   width: 100px;
}
p.manifest {
   font-size: 8px;
}
</style>
</head>
<body>
<h1>Available rocks</h1>
<p>
Lua modules available from this location for use with <a href="http://www.luarocks.org">LuaRocks</a>:
</p>
<table class="main">
<td class="package">
<p><a name="cosmo"></a><b>cosmo</b> - <br/>
</p><blockquote><p><br/>
<font size="-1"><a href="">latest sources</a>  | License: </font></p>
</blockquote></a></td>
<td class="version">
10.04.06-1:&nbsp;<a href="cosmo-10.04.06-1.all.rock">all</a><br/></td></tr>
<tr><td colspan="2" class="spacer"></td></tr>
<td class="package">
<p><a name="diff"></a><b>Diff</b> - Diff functions<br/>
</p><blockquote><p> This module provides a small collection of functions for diffing text. <br/>
<font size="-1"><a href="http://sputnik.freewisdom.org/files/diff-8.06.15.tar.gz">latest sources</a> | <a href=http://sputnik.freewisdom.org/lib/diff/>project homepage</a> | License: MIT/X11</font></p>
</blockquote></a></td>
<td class="version">
8.06.15-0:&nbsp;<a href="diff-8.06.15-0.rockspec">rockspec</a><br/></td></tr>
<tr><td colspan="2" class="spacer"></td></tr>
<td class="package">
<p><a name="lpeg"></a><b>LPeg</b> - Parsing Expression Grammars For Lua<br/>
</p><blockquote><p> LPeg is a new pattern-matching library for Lua, based on Parsing Expression Grammars (PEGs). The nice thing about PEGs is that it has a formal basis (instead of being an ad-hoc set of features), allows an efficient and simple implementation, and does most things we expect from a pattern-matching library (and more, as we can define entire grammars). <br/>
<font size="-1"><a href="http://luarocks.org/downloads/lpeg-0.10.tar.gz">latest sources</a> | <a href=http://www.inf.puc-rio.br/~roberto/lpeg.html>project homepage</a> | License: MIT/X11</font></p>
</blockquote></a></td>
<td class="version">
0.10-1:&nbsp;<a href="lpeg-0.10-1.rockspec">rockspec</a><br/></td></tr>
<tr><td colspan="2" class="spacer"></td></tr>
<td class="package">
<p><a name="markdown"></a><b>Markdown</b> - Markdown text-to-html markup system.<br/>
</p><blockquote><p> A pure-lua implementation of the Markdown text-to-html markup system. <br/>
<font size="-1"><a href="http://www.frykholm.se/files/markdown-0.32.tar.gz">latest sources</a>  | License: N/A</font></p>
</blockquote></a></td>
<td class="version">
0.32-1:&nbsp;<a href="markdown-0.32-1.rockspec">rockspec</a><br/></td></tr>
<tr><td colspan="2" class="spacer"></td></tr>
<td class="package">
<p><a name="md5"></a><b>MD5</b> - Basic cryptographic library<br/>
</p><blockquote><p> MD5 offers basic cryptographic facilities for Lua 5.1: a hash (digest) function, a pair crypt/decrypt based on MD5 and CFB, and a pair crypt/decrypt based on DES with 56-bit keys. <br/>
<font size="-1"><a href="http://luaforge.net/frs/download.php/3355/md5-1.1.2.tar.gz">latest sources</a> | <a href=http://www.keplerproject.org/md5/>project homepage</a> | License: MIT/X11</font></p>
</blockquote></a></td>
<td class="version">
1.1.2-1:&nbsp;<a href="md5-1.1.2-1.rockspec">rockspec</a><br/></td></tr>
<tr><td colspan="2" class="spacer"></td></tr>
<td class="package">
<p><a name="recaptcha"></a><b>ReCaptcha</b> - A Lua interface to reCaptcha.<br/>
</p><blockquote><p> <a href="http://recaptcha.net/">reCaptcha</a> is a free captcha web service that shows the visitors words from old books helping digitize them. This, module provides a Lua interface to recaptcha. You will need to get your own API key from recaptcha.net to use it. <br/>
<font size="-1"><a href="http://sputnik.freewisdom.org/files/recaptcha-8.07.07.tar.gz">latest sources</a> | <a href=http://sputnik.freewisdom.org/lib/recaptcha/>project homepage</a> | License: MIT/X11</font></p>
</blockquote></a></td>
<td class="version">
8.07.07-0:&nbsp;<a href="recaptcha-8.07.07-0.rockspec">rockspec</a><br/></td></tr>
<tr><td colspan="2" class="spacer"></td></tr>
<td class="package">
<p><a name="saci"></a><b>SACI</b> - Saci is a document-oriented hierarchical storage system<br/>
</p><blockquote><p> A document-to-object mapper for Lua. <br/>
<font size="-1"><a href="http://spu.tnik.org/files/saci-10.12.28.tar.gz">latest sources</a> | <a href=http://spu.tnik.org/en/Saci>project homepage</a> | License: MIT/X11</font></p>
</blockquote></a></td>
<td class="version">
10.12.28-0:&nbsp;<a href="saci-10.12.28-0.rockspec">rockspec</a><br/></td></tr>
<tr><td colspan="2" class="spacer"></td></tr>
<td class="package">
<p><a name="sputnik"></a><b>Sputnik</b> - A wiki and a framework for wiki-like applications<br/>
</p><blockquote><p> Sputnik is a wiki written in Lua. It is also a platform for building a range of wiki-like applications, drawing on Lua's strengths as an extension language.</p><p> Out of the box Sputnik behaves like a wiki with all the standard wiki features: editable pages, protection against spam bots, history view of pages, diff, preview, per-page-RSS feed for site changes. (See http://sputnik.freewisdom.org/en/Features for more details.)</p><p> At the same time, Sputnik is designed to be used as a platform for a wide range of "social software" applications. A simple change of templates and perhaps a few spoons of Lua code can turn it into a photo album, a blog, a calendar, a mailing list viewer, or almost anything else. So, you can think of it as a web framework of sorts. In addition to allowing you to add custom bells and whistles to a wiki, Sputnik provides a good foundation for anything that's kind of like a wiki but not quite. Sputnik stores its data as versioned "pages" that can be editable through the web (just like any wiki). However, it allows those pages to store any data that can be saved as text (prose, comma-separated values, lists of named parameters, Lua tables, mbox-formatted messages, XML, etc.) While by default the page is displayed as if it carried Markdown-formatted text, the way the page is viewed (or edited, or saved, etc.) can be overriden on a per-page basis by over-riding or adding "actions". <br/>
<font size="-1"><a href="http://spu.tnik.org/files/sputnik-10.12.28.tar.gz">latest sources</a> | <a href=>project homepage</a> | License: MIT/X11</font></p>
</blockquote></a></td>
<td class="version">
10.12.28-0:&nbsp;<a href="sputnik-10.12.28-0.rockspec">rockspec</a><br/></td></tr>
<tr><td colspan="2" class="spacer"></td></tr>
<td class="package">
<p><a name="sputnik-markitup"></a><b>Sputnik-Markitup</b> - A markitup plugin for Sputnik<br/>
</p><blockquote><p><br/>
<font size="-1"><a href="http://spu.tnik.org/files/sputnik-markitup-9.03.16.tar.gz">latest sources</a> | <a href=>project homepage</a> | License: MIT/X11</font></p>
</blockquote></a></td>
<td class="version">
9.03.16-0:&nbsp;<a href="sputnik-markitup-9.03.16-0.rockspec">rockspec</a><br/></td></tr>
<tr><td colspan="2" class="spacer"></td></tr>
<td class="package">
<p><a name="versium"></a><b>Versium</b> - A versioned storage API for Lua<br/>
</p><blockquote><p> Versium is a simple abstract API over several storage solutions, all of which provide access to a collection of versioned documents or "nodes". Nodes carry Lua byte-string data as their payload, but no assumptions are made about its content. The client interacts with versium through the "versium" module, which then delegates most of the work to a specific storage implementation (specified at the initialization time). Two storage implementations are included with this rock: "simple" which stores nodes and their histories on the file system and "virtual" which stores them in memory. Other implementations (e.g., using subversion or a database) are provided as separate rocks. <br/>
<font size="-1"><a href="http://spu.tnik.org/files/versium-10.12.28.tar.gz">latest sources</a> | <a href=http://spu.tnik.org/en/Versium>project homepage</a> | License: MIT/X11</font></p>
</blockquote></a></td>
<td class="version">
10.12.28-0:&nbsp;<a href="versium-10.12.28-0.rockspec">rockspec</a><br/></td></tr>
<tr><td colspan="2" class="spacer"></td></tr>
<td class="package">
<p><a name="xssfilter"></a><b>XSSFilter</b> - A filter to prevernt cross-site scripting (XSS) attacks<br/>
</p><blockquote><p> XSSFilter is a module for filtering out unsafe tags from (X)HTML. To avoid having second-guessing how different clients handle strange HTML input, the filter assumes that the input is subset of valid XML and returns nil if the input doesn't parse. If the input does parse, we then traverse the tree and check each element and its attributes against a configuration table, replacing anything that's not allowed with a message. There is a default configuration table that shoots for a balance between security and features, but the client can either supply their own or modify the default. <br/>
<font size="-1"><a href="http://spu.tnik.org/files/xssfilter-10.12.28.tar.gz">latest sources</a> | <a href=http://spu.tnik.org/lib/xssfilter/>project homepage</a> | License: MIT/X11</font></p>
</blockquote></a></td>
<td class="version">
10.12.28-0:&nbsp;<a href="xssfilter-10.12.28-0.rockspec">rockspec</a><br/></td></tr>
<tr><td colspan="2" class="spacer"></td></tr>
</table>
<p class="manifest">
<a href="manifest">manifest file</a>
</p>
</body>
</html>