]> git.armaanb.net Git - stagit.git/commitdiff
Update documentation
authorArmaan Bhojwani <me@armaanb.net>
Sun, 7 Mar 2021 14:22:13 +0000 (09:22 -0500)
committerArmaan Bhojwani <me@armaanb.net>
Sun, 7 Mar 2021 14:22:13 +0000 (09:22 -0500)
LICENSE
README
stagit-index.1
stagit.1

diff --git a/LICENSE b/LICENSE
index 1305e355d9d4abb9e3ffb462b6565276a5153dc4..6eebd5d231580328f65ff0afdcdc7d32dd445bc4 100644 (file)
--- 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
index 959e367dd83a47c32b36bef2cecf45bf5c9c5f8d..3c5d3c3964e62a4ee930c2b30dc8f0951e78f95e 100644 (file)
--- 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
index b4787a8b2c4cf2a6829391d56fb7de06bfad6861..d319d293b917fd9d033df2b010518aa5d3ee9790 100644 (file)
@@ -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
index 360f7166826423c27b98044f285669ddfbe25820..5f2e59e20d0a85560ca99a1a2a964d27614aba86 100644 (file)
--- 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