diff options
-rw-r--r-- | doc/changes.html | 2 | ||||
-rw-r--r-- | doc/contact.html | 4 | ||||
-rw-r--r-- | doc/ext_c_api.html | 2 | ||||
-rw-r--r-- | doc/ext_ffi.html | 2 | ||||
-rw-r--r-- | doc/ext_ffi_api.html | 2 | ||||
-rw-r--r-- | doc/ext_ffi_semantics.html | 2 | ||||
-rw-r--r-- | doc/ext_ffi_tutorial.html | 2 | ||||
-rw-r--r-- | doc/ext_jit.html | 2 | ||||
-rw-r--r-- | doc/extensions.html | 2 | ||||
-rw-r--r-- | doc/faq.html | 18 | ||||
-rw-r--r-- | doc/install.html | 2 | ||||
-rw-r--r-- | doc/luajit.html | 2 | ||||
-rw-r--r-- | doc/running.html | 2 | ||||
-rw-r--r-- | doc/status.html | 5 |
14 files changed, 37 insertions, 12 deletions
diff --git a/doc/changes.html b/doc/changes.html index 3b9b1067..766788cd 100644 --- a/doc/changes.html +++ b/doc/changes.html | |||
@@ -54,6 +54,8 @@ div.major { max-width: 600px; padding: 1em; margin: 1em 0 1em 0; } | |||
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"> |
diff --git a/doc/contact.html b/doc/contact.html index 14c93295..99b36e0f 100644 --- a/doc/contact.html +++ b/doc/contact.html | |||
@@ -51,12 +51,14 @@ | |||
51 | <a href="http://luajit.org/performance.html">Performance <span class="ext">»</span></a> | 51 | <a href="http://luajit.org/performance.html">Performance <span class="ext">»</span></a> |
52 | </li><li> | 52 | </li><li> |
53 | <a href="http://luajit.org/download.html">Download <span class="ext">»</span></a> | 53 | <a href="http://luajit.org/download.html">Download <span class="ext">»</span></a> |
54 | </li><li> | ||
55 | <a href="http://luajit.org/list.html">Mailing List <span class="ext">»</span></a> | ||
54 | </li></ul> | 56 | </li></ul> |
55 | </div> | 57 | </div> |
56 | <div id="main"> | 58 | <div id="main"> |
57 | <p> | 59 | <p> |
58 | Please send general questions to the | 60 | Please send general questions to the |
59 | <a href="http://www.lua.org/lua-l.html"><span class="ext">»</span> Lua mailing list</a>. | 61 | <a href="http://luajit.org/list.html"><span class="ext">»</span> LuaJIT mailing list</a>. |
60 | You can also send any questions you have directly to me: | 62 | You can also send any questions you have directly to me: |
61 | </p> | 63 | </p> |
62 | 64 | ||
diff --git a/doc/ext_c_api.html b/doc/ext_c_api.html index 416c141e..27a33efc 100644 --- a/doc/ext_c_api.html +++ b/doc/ext_c_api.html | |||
@@ -51,6 +51,8 @@ | |||
51 | <a href="http://luajit.org/performance.html">Performance <span class="ext">»</span></a> | 51 | <a href="http://luajit.org/performance.html">Performance <span class="ext">»</span></a> |
52 | </li><li> | 52 | </li><li> |
53 | <a href="http://luajit.org/download.html">Download <span class="ext">»</span></a> | 53 | <a href="http://luajit.org/download.html">Download <span class="ext">»</span></a> |
54 | </li><li> | ||
55 | <a href="http://luajit.org/list.html">Mailing List <span class="ext">»</span></a> | ||
54 | </li></ul> | 56 | </li></ul> |
55 | </div> | 57 | </div> |
56 | <div id="main"> | 58 | <div id="main"> |
diff --git a/doc/ext_ffi.html b/doc/ext_ffi.html index c12a781b..9b1748cc 100644 --- a/doc/ext_ffi.html +++ b/doc/ext_ffi.html | |||
@@ -57,6 +57,8 @@ pre.mark { padding-left: 2em; } | |||
57 | <a href="http://luajit.org/performance.html">Performance <span class="ext">»</span></a> | 57 | <a href="http://luajit.org/performance.html">Performance <span class="ext">»</span></a> |
58 | </li><li> | 58 | </li><li> |
59 | <a href="http://luajit.org/download.html">Download <span class="ext">»</span></a> | 59 | <a href="http://luajit.org/download.html">Download <span class="ext">»</span></a> |
60 | </li><li> | ||
61 | <a href="http://luajit.org/list.html">Mailing List <span class="ext">»</span></a> | ||
60 | </li></ul> | 62 | </li></ul> |
61 | </div> | 63 | </div> |
62 | <div id="main"> | 64 | <div id="main"> |
diff --git a/doc/ext_ffi_api.html b/doc/ext_ffi_api.html index c85b8560..9f7fed9f 100644 --- a/doc/ext_ffi_api.html +++ b/doc/ext_ffi_api.html | |||
@@ -56,6 +56,8 @@ td.abiparam { font-weight: bold; width: 6em; } | |||
56 | <a href="http://luajit.org/performance.html">Performance <span class="ext">»</span></a> | 56 | <a href="http://luajit.org/performance.html">Performance <span class="ext">»</span></a> |
57 | </li><li> | 57 | </li><li> |
58 | <a href="http://luajit.org/download.html">Download <span class="ext">»</span></a> | 58 | <a href="http://luajit.org/download.html">Download <span class="ext">»</span></a> |
59 | </li><li> | ||
60 | <a href="http://luajit.org/list.html">Mailing List <span class="ext">»</span></a> | ||
59 | </li></ul> | 61 | </li></ul> |
60 | </div> | 62 | </div> |
61 | <div id="main"> | 63 | <div id="main"> |
diff --git a/doc/ext_ffi_semantics.html b/doc/ext_ffi_semantics.html index aac5ff5e..2dbe41e9 100644 --- a/doc/ext_ffi_semantics.html +++ b/doc/ext_ffi_semantics.html | |||
@@ -57,6 +57,8 @@ td.convop { font-style: italic; width: 16em; } | |||
57 | <a href="http://luajit.org/performance.html">Performance <span class="ext">»</span></a> | 57 | <a href="http://luajit.org/performance.html">Performance <span class="ext">»</span></a> |
58 | </li><li> | 58 | </li><li> |
59 | <a href="http://luajit.org/download.html">Download <span class="ext">»</span></a> | 59 | <a href="http://luajit.org/download.html">Download <span class="ext">»</span></a> |
60 | </li><li> | ||
61 | <a href="http://luajit.org/list.html">Mailing List <span class="ext">»</span></a> | ||
60 | </li></ul> | 62 | </li></ul> |
61 | </div> | 63 | </div> |
62 | <div id="main"> | 64 | <div id="main"> |
diff --git a/doc/ext_ffi_tutorial.html b/doc/ext_ffi_tutorial.html index 533273f7..8f22738f 100644 --- a/doc/ext_ffi_tutorial.html +++ b/doc/ext_ffi_tutorial.html | |||
@@ -64,6 +64,8 @@ td.idiomlua b { font-weight: normal; color: #2142bf; } | |||
64 | <a href="http://luajit.org/performance.html">Performance <span class="ext">»</span></a> | 64 | <a href="http://luajit.org/performance.html">Performance <span class="ext">»</span></a> |
65 | </li><li> | 65 | </li><li> |
66 | <a href="http://luajit.org/download.html">Download <span class="ext">»</span></a> | 66 | <a href="http://luajit.org/download.html">Download <span class="ext">»</span></a> |
67 | </li><li> | ||
68 | <a href="http://luajit.org/list.html">Mailing List <span class="ext">»</span></a> | ||
67 | </li></ul> | 69 | </li></ul> |
68 | </div> | 70 | </div> |
69 | <div id="main"> | 71 | <div id="main"> |
diff --git a/doc/ext_jit.html b/doc/ext_jit.html index 7fa2dc7f..10ae6f4f 100644 --- a/doc/ext_jit.html +++ b/doc/ext_jit.html | |||
@@ -51,6 +51,8 @@ | |||
51 | <a href="http://luajit.org/performance.html">Performance <span class="ext">»</span></a> | 51 | <a href="http://luajit.org/performance.html">Performance <span class="ext">»</span></a> |
52 | </li><li> | 52 | </li><li> |
53 | <a href="http://luajit.org/download.html">Download <span class="ext">»</span></a> | 53 | <a href="http://luajit.org/download.html">Download <span class="ext">»</span></a> |
54 | </li><li> | ||
55 | <a href="http://luajit.org/list.html">Mailing List <span class="ext">»</span></a> | ||
54 | </li></ul> | 56 | </li></ul> |
55 | </div> | 57 | </div> |
56 | <div id="main"> | 58 | <div id="main"> |
diff --git a/doc/extensions.html b/doc/extensions.html index 9d6a4f20..2d60c39b 100644 --- a/doc/extensions.html +++ b/doc/extensions.html | |||
@@ -68,6 +68,8 @@ td.excinterop { | |||
68 | <a href="http://luajit.org/performance.html">Performance <span class="ext">»</span></a> | 68 | <a href="http://luajit.org/performance.html">Performance <span class="ext">»</span></a> |
69 | </li><li> | 69 | </li><li> |
70 | <a href="http://luajit.org/download.html">Download <span class="ext">»</span></a> | 70 | <a href="http://luajit.org/download.html">Download <span class="ext">»</span></a> |
71 | </li><li> | ||
72 | <a href="http://luajit.org/list.html">Mailing List <span class="ext">»</span></a> | ||
71 | </li></ul> | 73 | </li></ul> |
72 | </div> | 74 | </div> |
73 | <div id="main"> | 75 | <div id="main"> |
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 | ||
diff --git a/doc/install.html b/doc/install.html index 60253387..5f08ef86 100644 --- a/doc/install.html +++ b/doc/install.html | |||
@@ -80,6 +80,8 @@ td.compatno { | |||
80 | <a href="http://luajit.org/performance.html">Performance <span class="ext">»</span></a> | 80 | <a href="http://luajit.org/performance.html">Performance <span class="ext">»</span></a> |
81 | </li><li> | 81 | </li><li> |
82 | <a href="http://luajit.org/download.html">Download <span class="ext">»</span></a> | 82 | <a href="http://luajit.org/download.html">Download <span class="ext">»</span></a> |
83 | </li><li> | ||
84 | <a href="http://luajit.org/list.html">Mailing List <span class="ext">»</span></a> | ||
83 | </li></ul> | 85 | </li></ul> |
84 | </div> | 86 | </div> |
85 | <div id="main"> | 87 | <div id="main"> |
diff --git a/doc/luajit.html b/doc/luajit.html index b96e5691..a93b4c0c 100644 --- a/doc/luajit.html +++ b/doc/luajit.html | |||
@@ -52,6 +52,8 @@ | |||
52 | <a href="http://luajit.org/performance.html">Performance <span class="ext">»</span></a> | 52 | <a href="http://luajit.org/performance.html">Performance <span class="ext">»</span></a> |
53 | </li><li> | 53 | </li><li> |
54 | <a href="http://luajit.org/download.html">Download <span class="ext">»</span></a> | 54 | <a href="http://luajit.org/download.html">Download <span class="ext">»</span></a> |
55 | </li><li> | ||
56 | <a href="http://luajit.org/list.html">Mailing List <span class="ext">»</span></a> | ||
55 | </li></ul> | 57 | </li></ul> |
56 | </div> | 58 | </div> |
57 | <div id="main"> | 59 | <div id="main"> |
diff --git a/doc/running.html b/doc/running.html index b74ebd4a..b1bd8d31 100644 --- a/doc/running.html +++ b/doc/running.html | |||
@@ -73,6 +73,8 @@ td.param_default { | |||
73 | <a href="http://luajit.org/performance.html">Performance <span class="ext">»</span></a> | 73 | <a href="http://luajit.org/performance.html">Performance <span class="ext">»</span></a> |
74 | </li><li> | 74 | </li><li> |
75 | <a href="http://luajit.org/download.html">Download <span class="ext">»</span></a> | 75 | <a href="http://luajit.org/download.html">Download <span class="ext">»</span></a> |
76 | </li><li> | ||
77 | <a href="http://luajit.org/list.html">Mailing List <span class="ext">»</span></a> | ||
76 | </li></ul> | 78 | </li></ul> |
77 | </div> | 79 | </div> |
78 | <div id="main"> | 80 | <div id="main"> |
diff --git a/doc/status.html b/doc/status.html index dd16e71e..dab72ebf 100644 --- a/doc/status.html +++ b/doc/status.html | |||
@@ -54,6 +54,8 @@ ul li { padding-bottom: 0.3em; } | |||
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"> |
@@ -86,8 +88,7 @@ rewritten from the ground up. Please report your findings together with | |||
86 | the circumstances needed to reproduce the bug. If possible, reduce the | 88 | the circumstances needed to reproduce the bug. If possible, reduce the |
87 | problem down to a simple test case.<br> | 89 | problem down to a simple test case.<br> |
88 | There is no formal bug tracker at the moment. The best place for | 90 | There is no formal bug tracker at the moment. The best place for |
89 | discussion is the | 91 | discussion is the <a href="http://luajit.org/list.html"><span class="ext">»</span> LuaJIT mailing list</a>. Of course |
90 | <a href="http://www.lua.org/lua-l.html"><span class="ext">»</span> Lua mailing list</a>. Of course | ||
91 | you may also send your bug reports <a href="contact.html">directly to me</a>, | 92 | you may also send your bug reports <a href="contact.html">directly to me</a>, |
92 | especially when they contain lengthy debug output or if you require | 93 | especially when they contain lengthy debug output or if you require |
93 | confidentiality. | 94 | confidentiality. |