contact.html 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  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="Author" content="Mike Pall">
  7. <meta name="Copyright" content="Copyright (C) 2005-2011, Mike Pall">
  8. <meta name="Language" content="en">
  9. <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen">
  10. <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print">
  11. </head>
  12. <body>
  13. <div id="site">
  14. <a href="http://luajit.org"><span>Lua<span id="logo">JIT</span></span></a>
  15. </div>
  16. <div id="head">
  17. <h1>Contact</h1>
  18. </div>
  19. <div id="nav">
  20. <ul><li>
  21. <a href="luajit.html">LuaJIT</a>
  22. <ul><li>
  23. <a href="install.html">Installation</a>
  24. </li><li>
  25. <a href="running.html">Running</a>
  26. </li></ul>
  27. </li><li>
  28. <a href="extensions.html">Extensions</a>
  29. <ul><li>
  30. <a href="ext_ffi.html">FFI Library</a>
  31. <ul><li>
  32. <a href="ext_ffi_tutorial.html">FFI Tutorial</a>
  33. </li><li>
  34. <a href="ext_ffi_api.html">ffi.* API</a>
  35. </li><li>
  36. <a href="ext_ffi_semantics.html">FFI Semantics</a>
  37. </li></ul>
  38. </li><li>
  39. <a href="ext_jit.html">jit.* Library</a>
  40. </li><li>
  41. <a href="ext_c_api.html">Lua/C API</a>
  42. </li></ul>
  43. </li><li>
  44. <a href="status.html">Status</a>
  45. <ul><li>
  46. <a href="changes.html">Changes</a>
  47. </li></ul>
  48. </li><li>
  49. <a href="faq.html">FAQ</a>
  50. </li><li>
  51. <a href="http://luajit.org/performance.html">Performance <span class="ext">&raquo;</span></a>
  52. </li><li>
  53. <a href="http://luajit.org/download.html">Download <span class="ext">&raquo;</span></a>
  54. </li></ul>
  55. </div>
  56. <div id="main">
  57. <p>
  58. Please send general questions to the
  59. <a href="http://www.lua.org/lua-l.html"><span class="ext">&raquo;</span>&nbsp;Lua mailing list</a>.
  60. You can also send any questions you have directly to me:
  61. </p>
  62. <script type="text/javascript">
  63. <!--
  64. var xS="@-:\" .0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ<abc>defghijklmnopqrstuvwxyz";function xD(s)
  65. {var len=s.length;var r="";for(var i=0;i<len;i++)
  66. {var c=s.charAt(i);var n=xS.indexOf(c);if(n!=-1)c=xS.charAt(69-n);r+=c;}
  67. document.write("<"+"p>"+r+"<"+"/p>\n");}
  68. //-->
  69. </script>
  70. <script type="text/javascript">
  71. <!--
  72. xD("fyZKB8xv\"FJytmz8.KAB0u52D")
  73. //--></script>
  74. <noscript>
  75. <p><img src="img/contact.png" alt="Contact info in image" width="170" height="13">
  76. </p>
  77. </noscript>
  78. <h2>Copyright</h2>
  79. <p>
  80. All documentation is
  81. Copyright &copy; 2005-2011 Mike Pall.
  82. </p>
  83. <br class="flush">
  84. </div>
  85. <div id="foot">
  86. <hr class="hide">
  87. Copyright &copy; 2005-2011 Mike Pall
  88. <span class="noprint">
  89. &middot;
  90. <a href="contact.html">Contact</a>
  91. </span>
  92. </div>
  93. </body>
  94. </html>