From b466641218c7dd33cdd3be34c7191e17e2fd1350 Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Fri, 4 May 2012 21:58:52 +0200 Subject: [PATCH] Add links to LuaJIT mailing list. --- doc/changes.html | 2 ++ doc/contact.html | 4 +++- doc/ext_c_api.html | 2 ++ doc/ext_ffi.html | 2 ++ doc/ext_ffi_api.html | 2 ++ doc/ext_ffi_semantics.html | 2 ++ doc/ext_ffi_tutorial.html | 2 ++ doc/ext_jit.html | 2 ++ doc/extensions.html | 2 ++ doc/faq.html | 18 +++++++++--------- doc/install.html | 2 ++ doc/luajit.html | 2 ++ doc/running.html | 2 ++ 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; } Performance »
  • Download » +
  • +Mailing List »
  • 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 @@ Performance »
  • Download » +
  • +Mailing List »
  • Please send general questions to the -» Lua mailing list. +» LuaJIT mailing list. You can also send any questions you have directly to me:

    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 @@ Performance »
  • Download » +
  • +Mailing List »
  • 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; } Performance »
  • Download » +
  • +Mailing List »
  • 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; } Performance »
  • Download » +
  • +Mailing List »
  • 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; } Performance »
  • Download » +
  • +Mailing List »
  • 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; } Performance »
  • Download » +
  • +Mailing List »
  • 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 @@ Performance »
  • Download » +
  • +Mailing List »
  • 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 { Performance »
  • Download » +
  • +Mailing List »
  • 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; } Performance »
  • Download » +
  • +Mailing List »
  • -
    Q: Where can I learn more about Lua and LuaJIT?
    +
    Q: Where can I learn more about LuaJIT and Lua?
    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 { Performance »
  • Download » +
  • +Mailing List »
  • 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 @@ Performance »
  • Download » +
  • +Mailing List »
  • 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 { Performance »
  • Download » +
  • +Mailing List »
  • 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; } Performance »
  • Download » +
  • +Mailing List »
  • @@ -86,8 +88,7 @@ rewritten from the ground up. Please report your findings together with the circumstances needed to reproduce the bug. If possible, reduce the problem down to a simple test case.
    There is no formal bug tracker at the moment. The best place for -discussion is the -» Lua mailing list. Of course +discussion is the » LuaJIT mailing list. Of course you may also send your bug reports directly to me, especially when they contain lengthy debug output or if you require confidentiality.