stagit

Personal stagit fork
git clone git://git.alexwennerberg.com/stagit
Log | Files | Refs | README | LICENSE

commit bda0c0dc3edd12eac75e700e98d2b7e2c4b771f2
parent 0adc4a907b5c784f9a8c9d070fb57da1b3eea356
Author: Armaan Bhojwani <me@armaanb.net>
Date:   Sun,  7 Mar 2021 09:22:13 -0500

Update documentation

Diffstat:
MLICENSE | 5+++--
MREADME | 6+++---
Mstagit-index.1 | 1+
Mstagit.1 | 1+
4 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/LICENSE b/LICENSE @@ -1,7 +1,8 @@ MIT/X Consortium License -(c) 2015-2019 Hiltjo Posthuma <hiltjo@codemadness.org> -(c) 2015-2016 Dimitris Papastamos <sin@2f30.org> +Copyright 2021 Armaan Bhojwani <me@armaanb.net> +Copyright 2015-2019 Hiltjo Posthuma <hiltjo@codemadness.org> +Copyright 2015-2016 Dimitris Papastamos <sin@2f30.org> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/README b/README @@ -1,12 +1,11 @@ stagit ------ -static git page generator. +static git page generator. personal fork with syntax highlighting and some +quality of life improvements It generates static HTML pages for a git repository. -(personal fork for https://git.knutsen.co/) - Usage ----- @@ -34,6 +33,7 @@ Dependencies - libc (tested with OpenBSD, FreeBSD, NetBSD, Linux: glibc and musl). - libgit2 (v0.22+). - POSIX make (optional). +- Python3, pip. Documentation diff --git a/stagit-index.1 b/stagit-index.1 @@ -40,3 +40,4 @@ CSS stylesheet. .Xr stagit 1 .Sh AUTHORS .An Hiltjo Posthuma Aq Mt hiltjo@codemadness.org +.An Armaan Bhojwani Aq Mt me@armaanb.net diff --git a/stagit.1 b/stagit.1 @@ -105,3 +105,4 @@ CSS stylesheet. .Xr stagit-index 1 .Sh AUTHORS .An Hiltjo Posthuma Aq Mt hiltjo@codemadness.org +.An Armaan Bhojwani Aq Mt me@armaanb.net