diff options
author | Thijs Schreijer <thijs@thijsschreijer.nl> | 2024-06-20 23:16:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-20 23:16:29 +0200 |
commit | bb4fd73c317cc88beb5e58c1abf52138abed107f (patch) | |
tree | 35b774efc97d820a908424a5bc2452e0d6bf12a8 /docs/topics/LICENSE.md.html | |
parent | c1a64c1b75f97cef97965b3bd9a941564a6270bd (diff) | |
download | luasystem-0.4.0.tar.gz luasystem-0.4.0.tar.bz2 luasystem-0.4.0.zip |
Release v0.4.0 (#24)v0.4.0
Diffstat (limited to 'docs/topics/LICENSE.md.html')
-rw-r--r-- | docs/topics/LICENSE.md.html | 29 |
1 files changed, 25 insertions, 4 deletions
diff --git a/docs/topics/LICENSE.md.html b/docs/topics/LICENSE.md.html index de3eeff..9866af5 100644 --- a/docs/topics/LICENSE.md.html +++ b/docs/topics/LICENSE.md.html | |||
@@ -27,17 +27,38 @@ | |||
27 | <h1>Lua-System</h1> | 27 | <h1>Lua-System</h1> |
28 | 28 | ||
29 | 29 | ||
30 | <ul> | ||
31 | <li><a href="../index.html">Index</a></li> | ||
32 | </ul> | ||
33 | |||
30 | 34 | ||
31 | 35 | ||
32 | <h2>Topics</h2> | 36 | <h2>Topics</h2> |
33 | <ul class=""> | 37 | <ul class=""> |
34 | <li><a href="../topics/01-introduction.md.html">1. Introduction</a></li> | 38 | <li><a href="../topics/01-introduction.md.html">1. Introduction</a></li> |
39 | <li><a href="../topics/02-development.md.html">2. Development</a></li> | ||
40 | <li><a href="../topics/03-terminal.md.html">3. Terminal functionality</a></li> | ||
35 | <li><a href="../topics/CHANGELOG.md.html">CHANGELOG</a></li> | 41 | <li><a href="../topics/CHANGELOG.md.html">CHANGELOG</a></li> |
36 | <li><strong>MIT License</strong></li> | 42 | <li><strong>MIT License</strong></li> |
37 | </ul> | 43 | </ul> |
38 | <h2>Modules</h2> | 44 | <h2>Modules</h2> |
39 | <ul class="nowrap"> | 45 | <ul class="nowrap"> |
40 | <li><a href="../index.html">system</a></li> | 46 | <li><a href="../modules/system.html">system</a></li> |
47 | </ul> | ||
48 | <h2>Classes</h2> | ||
49 | <ul class="nowrap"> | ||
50 | <li><a href="../classes/bitflags.html">bitflags</a></li> | ||
51 | </ul> | ||
52 | <h2>Examples</h2> | ||
53 | <ul class="nowrap"> | ||
54 | <li><a href="../examples/compat.lua.html">compat.lua</a></li> | ||
55 | <li><a href="../examples/flag_debugging.lua.html">flag_debugging.lua</a></li> | ||
56 | <li><a href="../examples/password_input.lua.html">password_input.lua</a></li> | ||
57 | <li><a href="../examples/read.lua.html">read.lua</a></li> | ||
58 | <li><a href="../examples/readline.lua.html">readline.lua</a></li> | ||
59 | <li><a href="../examples/spinner.lua.html">spinner.lua</a></li> | ||
60 | <li><a href="../examples/spiral_snake.lua.html">spiral_snake.lua</a></li> | ||
61 | <li><a href="../examples/terminalsize.lua.html">terminalsize.lua</a></li> | ||
41 | </ul> | 62 | </ul> |
42 | 63 | ||
43 | </div> | 64 | </div> |
@@ -47,7 +68,7 @@ | |||
47 | 68 | ||
48 | <h1>MIT License</h1> | 69 | <h1>MIT License</h1> |
49 | 70 | ||
50 | <h3>Copyright (c) 2016-2023 Oscar Lim</h3> | 71 | <h3>Copyright (c) 2016-2024 Oscar Lim</h3> |
51 | 72 | ||
52 | <p>Permission is hereby granted, free of charge, to any person obtaining a copy of | 73 | <p>Permission is hereby granted, free of charge, to any person obtaining a copy of |
53 | this software and associated documentation files (the "Software"), to deal in | 74 | this software and associated documentation files (the "Software"), to deal in |
@@ -71,8 +92,8 @@ SOFTWARE.</p> | |||
71 | </div> <!-- id="content" --> | 92 | </div> <!-- id="content" --> |
72 | </div> <!-- id="main" --> | 93 | </div> <!-- id="main" --> |
73 | <div id="about"> | 94 | <div id="about"> |
74 | <i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i> | 95 | <i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i> |
75 | <i style="float:right;">Last updated 2023-12-15 13:15:09 </i> | 96 | <i style="float:right;">Last updated 2024-06-20 23:11:37 </i> |
76 | </div> <!-- id="about" --> | 97 | </div> <!-- id="about" --> |
77 | </div> <!-- id="container" --> | 98 | </div> <!-- id="container" --> |
78 | </body> | 99 | </body> |