contact.html 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Contact</title>
  5. <meta charset="utf-8">
  6. <meta name="Copyright" content="Copyright (C) 2005-2022">
  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_buffer.html">String Buffers</a>
  41. </li><li>
  42. <a href="ext_jit.html">jit.* Library</a>
  43. </li><li>
  44. <a href="ext_c_api.html">Lua/C API</a>
  45. </li><li>
  46. <a href="ext_profiler.html">Profiler</a>
  47. </li></ul>
  48. </li><li>
  49. <a href="status.html">Status</a>
  50. </li><li>
  51. <a href="faq.html">FAQ</a>
  52. </li><li>
  53. <a href="http://wiki.luajit.org/">Wiki <span class="ext">&raquo;</span></a>
  54. </li><li>
  55. <a href="https://luajit.org/list.html">Mailing List <span class="ext">&raquo;</span></a>
  56. </li></ul>
  57. </div>
  58. <div id="main">
  59. <p>
  60. If you want to report bugs, propose fixes or suggest enhancements,
  61. please use the
  62. <a href="https://github.com/LuaJIT/LuaJIT/issues"><span class="ext">&raquo;</span>&nbsp;GitHub issue tracker</a>.
  63. </p>
  64. <p>
  65. Please send general questions to the
  66. <a href="https://luajit.org/list.html"><span class="ext">&raquo;</span>&nbsp;LuaJIT mailing list</a>.
  67. </p>
  68. <p>
  69. You can also send any questions you have directly to me:
  70. </p>
  71. <script type="text/javascript">
  72. <!--
  73. var xS="@-:\" .0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ<abc>defghijklmnopqrstuvwxyz";function xD(s)
  74. {var len=s.length;var r="";for(var i=0;i<len;i++)
  75. {var c=s.charAt(i);var n=xS.indexOf(c);if(n!=-1)c=xS.charAt(69-n);r+=c;}
  76. document.write("<"+"p>"+r+"<"+"/p>\n");}
  77. //-->
  78. </script>
  79. <script type="text/javascript">
  80. <!--
  81. xD("fyZKB8xv\"FJytmz8.KAB0u52D")
  82. //--></script>
  83. <noscript>
  84. <p><img src="img/contact.png" alt="Contact info in image" width="170" height="13">
  85. </p>
  86. </noscript>
  87. <h2>Copyright</h2>
  88. <p>
  89. All documentation is
  90. Copyright &copy; 2005-2022 Mike Pall.
  91. </p>
  92. <br class="flush">
  93. </div>
  94. <div id="foot">
  95. <hr class="hide">
  96. Copyright &copy; 2005-2022
  97. <span class="noprint">
  98. &middot;
  99. <a href="contact.html">Contact</a>
  100. </span>
  101. </div>
  102. </body>
  103. </html>