1 | # lua-gitweb |
2 |
|
3 | A git web client for Lua, similar to stagit. |
4 |
|
5 | ## Requirements |
6 |
|
7 | Required Lua modules (Lua 5.1/LuaJIT 2.1.0/OpenResty LuaJIT) |
8 | ``` |
9 | lyaml Reads and parses YAML config files https://github.com/gvvaughan/lyaml |
10 | puremagic Identifies MIME type by content https://github.com/wbond/puremagic |
11 | ``` |
12 |
|
13 | Other command line tools (must be installed on system path, accessible from |
14 | shell) |
15 | ``` |
16 | git Frontend for libgit2, offers shell access https://git-scm.com/ |
17 | md4c Renders GitHub flavored Markdown https://github.com/mity/md4c |
18 | highlight Syntax highlighting for HTML on command line http://www.andre-simon.de/doku/highlight/en/highlight.php |
19 | ``` |
20 |
|
21 | ## Copyright and Licensing |
22 |
|
23 | This package is copyrighted by [Joshua 'joshuas3' |
24 | Stockin](https://joshstock.in/) and licensed under the [MIT License](LICENSE). |
25 |
|
26 | <<https://joshstock.in>> | josh@joshstock.in | joshuas3#9641 |
27 |
|