contact.html 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  2. <html>
  3. <head>
  4. <title>Contact</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  6. <meta name="Copyright" content="Copyright (C) 2005-2025">
  7. <meta name="Language" content="en">
  8. <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen">
  9. <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print">
  10. </head>
  11. <body>
  12. <div id="site">
  13. <a href="https://luajit.org"><span>Lua<span id="logo">JIT</span></span></a>
  14. </div>
  15. <div id="head">
  16. <h1>Contact</h1>
  17. </div>
  18. <div id="nav">
  19. <ul><li>
  20. <a href="luajit.html">LuaJIT</a>
  21. <ul><li>
  22. <a href="https://luajit.org/download.html">Download <span class="ext">&raquo;</span></a>
  23. </li><li>
  24. <a href="install.html">Installation</a>
  25. </li><li>
  26. <a href="running.html">Running</a>
  27. </li></ul>
  28. </li><li>
  29. <a href="extensions.html">Extensions</a>
  30. <ul><li>
  31. <a href="ext_ffi.html">FFI Library</a>
  32. <ul><li>
  33. <a href="ext_ffi_tutorial.html">FFI Tutorial</a>
  34. </li><li>
  35. <a href="ext_ffi_api.html">ffi.* API</a>
  36. </li><li>
  37. <a href="ext_ffi_semantics.html">FFI Semantics</a>
  38. </li></ul>
  39. </li><li>
  40. <a href="ext_jit.html">jit.* Library</a>
  41. </li><li>
  42. <a href="ext_c_api.html">Lua/C API</a>
  43. </li></ul>
  44. </li><li>
  45. <a href="https://luajit.org/status.html">Status <span class="ext">&raquo;</span></a>
  46. </li><li>
  47. <a href="https://luajit.org/faq.html">FAQ <span class="ext">&raquo;</span></a>
  48. </li><li>
  49. <a href="https://luajit.org/list.html">Mailing List <span class="ext">&raquo;</span></a>
  50. </li></ul>
  51. </div>
  52. <div id="main">
  53. <p>
  54. If you want to report bugs, propose fixes or suggest enhancements,
  55. please use the
  56. <a href="https://github.com/LuaJIT/LuaJIT/issues"><span class="ext">&raquo;</span>&nbsp;GitHub issue tracker</a>.
  57. </p>
  58. <p>
  59. Please send general questions to the
  60. <a href="https://luajit.org/list.html"><span class="ext">&raquo;</span>&nbsp;LuaJIT mailing list</a>.
  61. </p>
  62. <p>
  63. You can also send any questions you have directly to me:
  64. </p>
  65. <script type="text/javascript">
  66. <!--
  67. var xS="@-:\" .0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ<abc>defghijklmnopqrstuvwxyz";function xD(s)
  68. {var len=s.length;var r="";for(var i=0;i<len;i++)
  69. {var c=s.charAt(i);var n=xS.indexOf(c);if(n!=-1)c=xS.charAt(69-n);r+=c;}
  70. document.write("<"+"p>"+r+"<"+"/p>\n");}
  71. //-->
  72. </script>
  73. <script type="text/javascript">
  74. <!--
  75. xD("fyZKB8xv\"FJytmz8.KAB0u52D")
  76. //--></script>
  77. <noscript>
  78. <p><img src="img/contact.png" alt="Contact info in image" width="170" height="13">
  79. </p>
  80. </noscript>
  81. <p><i>
  82. Note: I cannot reply to GMail, Google Workplace, Outlook or Office365
  83. mail addresses, since they prefer to mindlessly filter out mails sent
  84. from small domains using independent mail servers, such as mine. If you
  85. don't like that, please complain to Google or Microsoft, not me.
  86. </i></p>
  87. <h2>Copyright</h2>
  88. <p>
  89. All documentation is
  90. Copyright &copy; 2005-2025 Mike Pall.
  91. </p>
  92. <br class="flush">
  93. </div>
  94. <div id="foot">
  95. <hr class="hide">
  96. Copyright &copy; 2005-2025
  97. <span class="noprint">
  98. &middot;
  99. <a href="contact.html">Contact</a>
  100. </span>
  101. </div>
  102. </body>
  103. </html>