]> git.lizzy.rs Git - metalua.git/blob - doc/rings/us/index.html
06f9af28cc64040881da254783b5d7bc2f25034b
[metalua.git] / doc / rings / us / index.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html>
4 <head>
5     <title>Rings: Multiple Lua States</title>
6     <link rel="stylesheet" href="http://www.keplerproject.org/doc.css" type="text/css"/>
7         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
8 </head>
9 <body>
10
11 <div id="container">
12         
13 <div id="product">
14         <div id="product_logo">
15     <a href="http://www.keplerproject.org">
16                 <img alt="Rings logo" src="rings.png"/>
17         </a></div>
18         <div id="product_name"><big><strong>Rings</strong></big></div>
19         <div id="product_description">Multiple Lua States</div>
20 </div> <!-- id="product" -->
21
22 <div id="main">
23         
24 <div id="navigation">
25 <h1>Rings</h1>
26         <ul>
27                 <li><strong>Home</strong>
28                         <ul>
29                                 <li><a href="index.html#overview">Overview</a></li>
30                                 <li><a href="index.html#status">Status</a></li>
31                                 <li><a href="index.html#download">Download</a></li>
32                                 <li><a href="index.html#history">History</a></li>
33                                 <li><a href="index.html#credits">Credits</a></li>
34                                 <li><a href="index.html#contact">Contact us</a></li>
35                         </ul>
36                 </li>
37                 <li><a href="manual.html">Manual</a>
38                         <ul>
39                                 <li><a href="manual.html#introduction">Introduction</a></li>
40                                 <li><a href="manual.html#building">Building</a></li>
41                                 <li><a href="manual.html#installation">Installation</a></li>
42                                 <li><a href="manual.html#reference">Reference</a>
43                     <ul>
44                         <li><a href="manual.html#master_functions">Master functions</a></li>
45                         <li><a href="manual.html#slave_functions">Slave functions</a></li>
46                         <li><a href="manual.html#stable">Stable</a></li>
47                             </ul>
48                 </li>
49                                 <li><a href="manual.html#examples">Examples</a></li>
50                         </ul>
51                 </li>
52         <li><a href="http://luaforge.net/projects/rings/">Project</a>
53             <ul>
54                 <li><a href="http://luaforge.net/tracker/?group_id=147">Bug Tracker</a></li>
55                 <li><a href="http://luaforge.net/scm/?group_id=147">CVS</a></li>
56             </ul>
57         </li>
58                 <li><a href="license.html">License</a></li>
59         </ul>
60 </div> <!-- id="navigation" -->
61
62 <div id="content">
63
64 <h2><a name="overview"></a>Overview</h2>
65
66 <p>Rings is a library which provides a way to create new Lua states from within
67 Lua. It also offers a simple way to communicate between the creator (master) and
68 the created (slave) states.</p>
69
70 <p>Rings is free software and uses the same <a href="license.html">license</a>
71 as Lua 5.1.</p>
72
73 <h2><a name="status"></a>Status</h2>
74
75 <p>
76 Rings <a href="#history">version 1.1.0</a>
77 is now available for <a href="#download">download</a>.</p>
78
79 <h2><a name="download"></a>Download</h2>
80
81 <p>Rings can be downloaded in source code from its
82 <a href="http://luaforge.net/projects/rings/files">LuaForge</a>
83 page. If you are using
84 <a href="http://luaforge.net/projects/luabinaries/">LuaBinaries</a>,
85 a Windows precompiled version of Rings can also be found at the same
86 LuaForge page.</p>
87
88 <h2><a name="history"></a>History</h2>
89
90 <dl class="history">
91     <dt><strong>Version 1.1</strong> [11/Jun/2007]</dt>
92     <dd>Adapted to work with Lua 5.1.</dd>
93     <dt><strong><a href="http://www.keplerproject.org/rings/1.0">Version 1.0</a></strong> [10/Mar/2006]</dt>
94     <dd>First public version, works with Lua 5.0.</dd>
95 </dl>
96
97 <h2><a name="credits"></a>Credits</h2>
98
99 <p>Rings was designed by Roberto Ierusalimschy and Tom&aacute;s Guisasola
100 as part of the <a href="http://www.keplerproject.org">Kepler Project</a>.
101 The implementation was coded by Tom&aacute;s Guisasola.</p>
102
103 <p>Rings development was sponsored by 
104 <a href="http://www.fabricadigital.com.br">F&aacute;brica Digital</a>.</p>
105
106 <h2><a name="contact"></a>Contact us</h2>
107
108 <p>For more information please
109 <a href="mailto:info-NO-SPAM-THANKS@keplerproject.org">contact us</a>.
110 Comments are welcome!</p>
111
112 <p>You can also reach other Kepler developers and users on the Kepler Project
113 <a href="http://luaforge.net/mail/?group_id=104">mailing list</a>.</p>
114
115 </div> <!-- id="content" -->
116
117 </div> <!-- id="main" -->
118
119 <div id="about">
120         <p><a href="http://validator.w3.org/check?uri=referer">
121     <img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p>
122         <p><small>$Id: index.html,v 1.12 2007/06/11 23:36:37 carregal Exp $</small></p>
123 </div> <!-- id="about" -->
124
125 </div> <!-- id="container" -->
126
127 </body>
128 </html>