diff options
author | Mike Pall <mike> | 2020-01-26 15:37:33 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2020-01-26 15:37:33 +0100 |
commit | bd907032e3b93651f2b969cbc04477bba40faee8 (patch) | |
tree | 40d7bf9c59f13177eee32a6ba3a4e904eb09fb73 /doc/luajit.html | |
parent | 18c9cf7d3788a8f7408df45df92fc4ae3bcc0d80 (diff) | |
download | luajit-bd907032e3b93651f2b969cbc04477bba40faee8.tar.gz luajit-bd907032e3b93651f2b969cbc04477bba40faee8.tar.bz2 luajit-bd907032e3b93651f2b969cbc04477bba40faee8.zip |
Documentation cleanup.
Diffstat (limited to 'doc/luajit.html')
-rw-r--r-- | doc/luajit.html | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/doc/luajit.html b/doc/luajit.html index 3f360a93..c71831bb 100644 --- a/doc/luajit.html +++ b/doc/luajit.html | |||
@@ -95,7 +95,7 @@ table.feature small { | |||
95 | </head> | 95 | </head> |
96 | <body> | 96 | <body> |
97 | <div id="site"> | 97 | <div id="site"> |
98 | <a href="http://luajit.org"><span>Lua<span id="logo">JIT</span></span></a> | 98 | <a href="https://luajit.org"><span>Lua<span id="logo">JIT</span></span></a> |
99 | </div> | 99 | </div> |
100 | <div id="head"> | 100 | <div id="head"> |
101 | <h1>LuaJIT</h1> | 101 | <h1>LuaJIT</h1> |
@@ -104,7 +104,7 @@ table.feature small { | |||
104 | <ul><li> | 104 | <ul><li> |
105 | <a class="current" href="luajit.html">LuaJIT</a> | 105 | <a class="current" href="luajit.html">LuaJIT</a> |
106 | <ul><li> | 106 | <ul><li> |
107 | <a href="http://luajit.org/download.html">Download <span class="ext">»</span></a> | 107 | <a href="https://luajit.org/download.html">Download <span class="ext">»</span></a> |
108 | </li><li> | 108 | </li><li> |
109 | <a href="install.html">Installation</a> | 109 | <a href="install.html">Installation</a> |
110 | </li><li> | 110 | </li><li> |
@@ -128,29 +128,24 @@ table.feature small { | |||
128 | </li></ul> | 128 | </li></ul> |
129 | </li><li> | 129 | </li><li> |
130 | <a href="status.html">Status</a> | 130 | <a href="status.html">Status</a> |
131 | <ul><li> | ||
132 | <a href="changes.html">Changes</a> | ||
133 | </li></ul> | ||
134 | </li><li> | 131 | </li><li> |
135 | <a href="faq.html">FAQ</a> | 132 | <a href="faq.html">FAQ</a> |
136 | </li><li> | 133 | </li><li> |
137 | <a href="http://luajit.org/performance.html">Performance <span class="ext">»</span></a> | ||
138 | </li><li> | ||
139 | <a href="http://wiki.luajit.org/">Wiki <span class="ext">»</span></a> | 134 | <a href="http://wiki.luajit.org/">Wiki <span class="ext">»</span></a> |
140 | </li><li> | 135 | </li><li> |
141 | <a href="http://luajit.org/list.html">Mailing List <span class="ext">»</span></a> | 136 | <a href="https://luajit.org/list.html">Mailing List <span class="ext">»</span></a> |
142 | </li></ul> | 137 | </li></ul> |
143 | </div> | 138 | </div> |
144 | <div id="main"> | 139 | <div id="main"> |
145 | <p> | 140 | <p> |
146 | LuaJIT is a <b>Just-In-Time Compiler</b> (JIT) for the | 141 | LuaJIT is a <b>Just-In-Time Compiler</b> (JIT) for the |
147 | <a href="http://www.lua.org/"><span class="ext">»</span> Lua</a> programming language. | 142 | <a href="https://www.lua.org/">Lua</a> programming language. |
148 | Lua is a powerful, dynamic and light-weight programming language. | 143 | Lua is a powerful, dynamic and light-weight programming language. |
149 | It may be embedded or used as a general-purpose, stand-alone language. | 144 | It may be embedded or used as a general-purpose, stand-alone language. |
150 | </p> | 145 | </p> |
151 | <p> | 146 | <p> |
152 | LuaJIT is Copyright © 2005-2020 Mike Pall, released under the | 147 | LuaJIT is Copyright © 2005-2020 Mike Pall, released under the |
153 | <a href="http://www.opensource.org/licenses/mit-license.php"><span class="ext">»</span> MIT open source license</a>. | 148 | <a href="https://www.opensource.org/licenses/mit-license.php">MIT open source license</a>. |
154 | </p> | 149 | </p> |
155 | <p> | 150 | <p> |
156 | </p> | 151 | </p> |
@@ -191,7 +186,7 @@ LuaJIT has been successfully used as a <b>scripting middleware</b> in | |||
191 | games, appliances, network and graphics apps, numerical simulations, | 186 | games, appliances, network and graphics apps, numerical simulations, |
192 | trading platforms and many other specialty applications. It scales from | 187 | trading platforms and many other specialty applications. It scales from |
193 | embedded devices, smartphones, desktops up to server farms. It combines | 188 | embedded devices, smartphones, desktops up to server farms. It combines |
194 | high flexibility with <a href="http://luajit.org/performance.html"><span class="ext">»</span> high performance</a> | 189 | high flexibility with high performance |
195 | and an unmatched <b>low memory footprint</b>. | 190 | and an unmatched <b>low memory footprint</b>. |
196 | </p> | 191 | </p> |
197 | <p> | 192 | <p> |