diff options
Diffstat (limited to 'doc/faq.html')
-rw-r--r-- | doc/faq.html | 18 |
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">»</span></a> | 54 | <a href="http://luajit.org/performance.html">Performance <span class="ext">»</span></a> |
55 | </li><li> | 55 | </li><li> |
56 | <a href="http://luajit.org/download.html">Download <span class="ext">»</span></a> | 56 | <a href="http://luajit.org/download.html">Download <span class="ext">»</span></a> |
57 | </li><li> | ||
58 | <a href="http://luajit.org/list.html">Mailing List <span class="ext">»</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">»</span> LuaJIT mailing list</a> focuses on topics | ||
67 | related 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">»</span> Lua mailing list</a>. | ||
70 | The mailing list archives are worth checking out for older postings | ||
71 | about LuaJIT.</li> | ||
64 | <li>The <a href="http://lua.org"><span class="ext">»</span> main Lua.org site</a> has complete | 72 | <li>The <a href="http://lua.org"><span class="ext">»</span> main Lua.org site</a> has complete |
65 | <a href="http://www.lua.org/docs.html"><span class="ext">»</span> documentation</a> of the language | 73 | <a href="http://www.lua.org/docs.html"><span class="ext">»</span> documentation</a> of the language |
66 | and links to books and papers about Lua.</li> | 74 | and links to books and papers about Lua.</li> |
67 | <li>The community-managed <a href="http://lua-users.org/wiki/"><span class="ext">»</span> Lua Wiki</a> | 75 | <li>The community-managed <a href="http://lua-users.org/wiki/"><span class="ext">»</span> Lua Wiki</a> |
68 | has information about diverse topics.</li> | 76 | has information about diverse topics.</li> |
69 | <li>The primary source of information for the latest developments surrounding | ||
70 | Lua is the <a href="http://www.lua.org/lua-l.html"><span class="ext">»</span> Lua mailing list</a>. | ||
71 | You can check out the <a href="http://lua-users.org/lists/lua-l/"><span class="ext">»</span> mailing | ||
72 | list archive</a> or | ||
73 | <a href="http://bazar2.conectiva.com.br/mailman/listinfo/lua"><span class="ext">»</span> subscribe</a> | ||
74 | to the list (you need to be subscribed before posting).<br> | ||
75 | This is also the place where announcements and discussions about LuaJIT | ||
76 | take place.</li> | ||
77 | </ul> | 77 | </ul> |
78 | </dl> | 78 | </dl> |
79 | 79 | ||