Index

joshstock.in / 5814dba

Source for serving and static templating/compiling of https://joshstock.in.

Latest Commit

{#}TimeHashSubjectAuthor#(+)(-)GPG?
10013 Dec 2020 11:21d97af4fAdd README.md for lua-gitwebJosh Stockin1260G

Blob @ joshstock.in / lua-gitweb / README.md

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