root/HTTP/WikiAbout.txt

Revision 1385 (checked in by rsz, 6 months ago)

cleanup

Line 
1 <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
2 <html xmlns='http://www.w3.org/1999/xhtml'>
3     <head>
4         <meta http-equiv='content-type' content='text/html; charset=utf-8'/>
5         <meta http-equiv='robots' content='noindex,nofollow'/>
6         <meta name='generator' content='Nanoki'/>
7         <title>Nanoki — About</title>
8         <link rel='stylesheet' href='/etc/screen.css' type='text/css' media='all'/>
9         <link rel='stylesheet' href='/etc/print.css' type='text/css' media='print'/>
10         <link rel='stylesheet' href='/etc/custom-screen.css' type='text/css' media='all'/>
11         <link rel='stylesheet' href='/etc/custom-print.css' type='text/css' media='print'/>
12         <!--[if IE]><link rel='stylesheet' href='/etc/ie.css' type='text/css' media='screen, projection'/><![endif]-->
13         <link rel='icon' href='/etc/iconh.png' type='image/png'/>
14     </head>
15     <body>
16         <div class='container'> 
17        
18             <div class='span-24'>
19                 &nbsp;
20             </div>
21            
22             <div class='span-22 prepend-1 append-1 last'>
23                 <h1><a href='nanoki' title='Nanoki'>Nanoki</a></h1>
24                 <h4>Version [v:version]</h4>
25                 <p><img src='/etc/logo.png' title='Nanoki' alt='logo' width='115' height='38'/></p>
26
27                 <hr/>
28                 <h4>System</h4>
29                 <p><img src='/etc/runtime.png' alt='runtime' title='Runtime:' style='vertical-align: text-bottom;' height='16' width='16'/> [v:runtime]</p>
30                 <p><img src='/etc/memory.png' alt='memory' title='Memory:' style='vertical-align: text-bottom;' height='16' width='16'/> [v:memory]</p>
31                 <p><img src='/etc/module.png' alt='module' title='Module:' style='vertical-align: text-bottom;' height='16' width='16'/> [v:module]</p>
32                
33                 <hr/>
34                 <h4>Colophon</h4>
35                 <ul>
36                     <li><a href='http://lua-users.org/wiki/BaseSixtyFour' title='base64'>Base64</a> library by Alex Kloss</li>
37                     <li><a href='http://luaforge.net/projects/lzlib/' title='lzlib'>Compression</a> library by Tiago Dionizio</li>
38                     <li><a href='http://luaforge.net/projects/sln/' title='slncrypto'>Cryptography</a> library by Klaus Ripke</li>
39                     <li><a href='http://code.google.com/p/blueprintcss/' title='Blueprint'>CSS</a> framework by Olav Bjørkøy</li>
40                     <li><a href='http://www.keplerproject.org/luafilesystem/' title='LuaFileSystem'>File</a> library by The Kepler Project</li>
41                     <li><a href='http://www.famfamfam.com/lab/icons/silk/' title='Silk icons'>Icon</a> set by Mark James</li>
42                     <li><a href='http://www.lua.org/' title='The Lua programming language '>Lua</a> by Roberto Ierusalimschy, Luiz Henrique de Figueiredo, and Waldemar Celes</li>
43                     <li><a href='http://www.frykholm.se/files/markdown.lua' title='makdown.lua'>Markdown</a> library by Niklas Frykholm</li>
44                     <li><a href='http://luaforge.net/projects/luasocket/' title='LuaSocket'>Network</a> library by Diego Nehab</li>
45                     <li><a href='http://interglacial.com/~sburke/tpj/as_html/tpj22.html' title='Unidecode'>Unidecode</a> by Sean M. Burke</li>
46                 </ul>
47                
48                 <hr/>
49                 <h4>License</h4>
50                 <p>Copyright © 2007–[v:year] Raphaël Szwarc</p>
51                 <p>Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:</p>
52
53                 <ul>
54                     <li>The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.</li>
55                     <li>The Software is provided “as is”, without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and noninfringement. In no event shall the authors or copyright holders be liable for any claim, damages or other liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with the Software or the use or other dealings in the Software.</li>
56                 </ul>
57             </div>
58
59             <div class='span-24'>
60                 &nbsp;
61             </div>
62            
63         </div>
64     </body>
65 </html>
Note: See TracBrowser for help on using the browser.