summaryrefslogtreecommitdiff
path: root/doc/faq.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/faq.html')
-rw-r--r--doc/faq.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/faq.html b/doc/faq.html
index f4bc9edd..bd17973a 100644
--- a/doc/faq.html
+++ b/doc/faq.html
@@ -54,26 +54,26 @@ dd { margin-left: 1.5em; }
54<a href="http://luajit.org/performance.html">Performance <span class="ext">&raquo;</span></a> 54<a href="http://luajit.org/performance.html">Performance <span class="ext">&raquo;</span></a>
55</li><li> 55</li><li>
56<a href="http://luajit.org/download.html">Download <span class="ext">&raquo;</span></a> 56<a href="http://luajit.org/download.html">Download <span class="ext">&raquo;</span></a>
57</li><li>
58<a href="http://luajit.org/list.html">Mailing List <span class="ext">&raquo;</span></a>
57</li></ul> 59</li></ul>
58</div> 60</div>
59<div id="main"> 61<div id="main">
60<dl> 62<dl>
61<dt>Q: Where can I learn more about Lua and LuaJIT?</dt> 63<dt>Q: Where can I learn more about LuaJIT and Lua?</dt>
62<dd> 64<dd>
63<ul style="padding: 0;"> 65<ul style="padding: 0;">
66<li>The <a href="http://luajit.org/list.html"><span class="ext">&raquo;</span>&nbsp;LuaJIT mailing list</a> focuses on topics
67related to LuaJIT.</li>
68<li>News about Lua itself can be found at the
69<a href="http://www.lua.org/lua-l.html"><span class="ext">&raquo;</span>&nbsp;Lua mailing list</a>.
70The mailing list archives are worth checking out for older postings
71about LuaJIT.</li>
64<li>The <a href="http://lua.org"><span class="ext">&raquo;</span>&nbsp;main Lua.org site</a> has complete 72<li>The <a href="http://lua.org"><span class="ext">&raquo;</span>&nbsp;main Lua.org site</a> has complete
65<a href="http://www.lua.org/docs.html"><span class="ext">&raquo;</span>&nbsp;documentation</a> of the language 73<a href="http://www.lua.org/docs.html"><span class="ext">&raquo;</span>&nbsp;documentation</a> of the language
66and links to books and papers about Lua.</li> 74and links to books and papers about Lua.</li>
67<li>The community-managed <a href="http://lua-users.org/wiki/"><span class="ext">&raquo;</span>&nbsp;Lua Wiki</a> 75<li>The community-managed <a href="http://lua-users.org/wiki/"><span class="ext">&raquo;</span>&nbsp;Lua Wiki</a>
68has information about diverse topics.</li> 76has information about diverse topics.</li>
69<li>The primary source of information for the latest developments surrounding
70Lua is the <a href="http://www.lua.org/lua-l.html"><span class="ext">&raquo;</span>&nbsp;Lua mailing list</a>.
71You can check out the <a href="http://lua-users.org/lists/lua-l/"><span class="ext">&raquo;</span>&nbsp;mailing
72list archive</a> or
73<a href="http://bazar2.conectiva.com.br/mailman/listinfo/lua"><span class="ext">&raquo;</span>&nbsp;subscribe</a>
74to the list (you need to be subscribed before posting).<br>
75This is also the place where announcements and discussions about LuaJIT
76take place.</li>
77</ul> 77</ul>
78</dl> 78</dl>
79 79