Index

joshstock.in / d97af4f

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

Tree @ joshstock.in / lua-gitweb

ObjectLatest Commit SubjectTimeHash
folder..
foldergitUpdate lua-gitweb12 Dec 2020 20:23009440a
folderpagesUpdate blob text rendering13 Dec 2020 11:1029e3f47
folderutilsAdd git blobs13 Dec 2020 01:05da32c63
fileREADME.mdAdd README.md for lua-gitweb13 Dec 2020 11:21d97af4f
fileapp.luaUpdate blob text rendering13 Dec 2020 11:1029e3f47
fileinit.luaUpdate lua-gitweb12 Dec 2020 21:058147f6b
filerepos.yamlUpdate lua-gitweb12 Dec 2020 21:058147f6b

README

lua-gitweb

A git web client for Lua, similar to stagit.

Requirements

Required Lua modules (Lua 5.1/LuaJIT 2.1.0/OpenResty LuaJIT)

lyaml      Reads and parses YAML config files  https://github.com/gvvaughan/lyaml
puremagic  Identifies MIME type by content     https://github.com/wbond/puremagic

Other command line tools (must be installed on system path, accessible from shell)

git        Frontend for libgit2, offers shell access     https://git-scm.com/
md4c       Renders GitHub flavored Markdown              https://github.com/mity/md4c
highlight  Syntax highlighting for HTML on command line  http://www.andre-simon.de/doku/highlight/en/highlight.php

Copyright and Licensing

This package is copyrighted by Joshua 'joshuas3' Stockin and licensed under the MIT License.

<https://joshstock.in> | josh@joshstock.in | joshuas3#9641