mikepaul-LuaJIT/doc/contact.html

113 lines
2.9 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
2009-12-08 18:46:35 +00:00
<html>
<head>
<title>Contact</title>
<meta charset="utf-8">
2023-08-20 19:25:30 +00:00
<meta name="Copyright" content="Copyright (C) 2005-2023">
2009-12-08 18:46:35 +00:00
<meta name="Language" content="en">
<link rel="stylesheet" type="text/css" href="bluequad.css" media="screen">
<link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print">
</head>
<body>
<div id="site">
2020-01-26 14:37:33 +00:00
<a href="https://luajit.org"><span>Lua<span id="logo">JIT</span></span></a>
2009-12-08 18:46:35 +00:00
</div>
<div id="head">
<h1>Contact</h1>
</div>
<div id="nav">
<ul><li>
<a href="luajit.html">LuaJIT</a>
<ul><li>
2020-01-26 14:37:33 +00:00
<a href="https://luajit.org/download.html">Download <span class="ext">&raquo;</span></a>
</li><li>
2009-12-08 18:46:35 +00:00
<a href="install.html">Installation</a>
</li><li>
<a href="running.html">Running</a>
</li></ul>
</li><li>
<a href="extensions.html">Extensions</a>
<ul><li>
<a href="ext_ffi.html">FFI Library</a>
<ul><li>
<a href="ext_ffi_tutorial.html">FFI Tutorial</a>
</li><li>
<a href="ext_ffi_api.html">ffi.* API</a>
</li><li>
<a href="ext_ffi_semantics.html">FFI Semantics</a>
</li></ul>
</li><li>
<a href="ext_buffer.html">String Buffers</a>
</li><li>
<a href="ext_jit.html">jit.* Library</a>
2009-12-08 18:46:35 +00:00
</li><li>
<a href="ext_c_api.html">Lua/C API</a>
</li><li>
<a href="ext_profiler.html">Profiler</a>
2009-12-08 18:46:35 +00:00
</li></ul>
</li><li>
<a href="status.html">Status</a>
</li><li>
<a href="faq.html">FAQ</a>
</li><li>
2020-01-26 14:37:33 +00:00
<a href="https://luajit.org/list.html">Mailing List <span class="ext">&raquo;</span></a>
2009-12-08 18:46:35 +00:00
</li></ul>
</div>
<div id="main">
<p>
2016-11-21 15:02:10 +00:00
If you want to report bugs, propose fixes or suggest enhancements,
please use the
2020-10-12 14:11:32 +00:00
<a href="https://github.com/LuaJIT/LuaJIT/issues"><span class="ext">&raquo;</span>&nbsp;GitHub issue tracker</a>.
2016-11-21 15:02:10 +00:00
</p>
<p>
2009-12-08 18:46:35 +00:00
Please send general questions to the
2020-10-12 14:11:32 +00:00
<a href="https://luajit.org/list.html"><span class="ext">&raquo;</span>&nbsp;LuaJIT mailing list</a>.
2016-11-21 15:02:10 +00:00
</p>
<p>
2009-12-08 18:46:35 +00:00
You can also send any questions you have directly to me:
</p>
<script type="text/javascript">
<!--
var xS="@-:\" .0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ<abc>defghijklmnopqrstuvwxyz";function xD(s)
2009-12-08 18:46:35 +00:00
{var len=s.length;var r="";for(var i=0;i<len;i++)
{var c=s.charAt(i);var n=xS.indexOf(c);if(n!=-1)c=xS.charAt(69-n);r+=c;}
2009-12-08 18:46:35 +00:00
document.write("<"+"p>"+r+"<"+"/p>\n");}
//-->
</script>
<script type="text/javascript">
<!--
xD("fyZKB8xv\"FJytmz8.KAB0u52D")
2009-12-08 18:46:35 +00:00
//--></script>
<noscript>
<p><img src="img/contact.png" alt="Contact info in image" width="170" height="13">
</p>
</noscript>
2022-11-14 08:55:38 +00:00
<p><i>
Note: I cannot reply to GMail, Google Workplace, Outlook or Office365
mail addresses, since they prefer to mindlessly filter out mails sent
from small domains using independent mail servers, such as mine. If you
don't like that, please complain to Google or Microsoft, not me.
</i></p>
2009-12-08 18:46:35 +00:00
<h2>Copyright</h2>
<p>
All documentation is
2023-08-20 19:25:30 +00:00
Copyright &copy; 2005-2023 Mike Pall.
2009-12-08 18:46:35 +00:00
</p>
<br class="flush">
</div>
<div id="foot">
<hr class="hide">
2023-08-20 19:25:30 +00:00
Copyright &copy; 2005-2023
2009-12-08 18:46:35 +00:00
<span class="noprint">
&middot;
<a href="contact.html">Contact</a>
</span>
</div>
</body>
</html>