c8f9c2833de102e9854162374df79a28d737c5b3
commit c8f9c2833de102e9854162374df79a28d737c5b3
Author: spesk1 <spesk@pm.me>
Date: Sat Jun 22 15:27:58 2019 +0000

Tidying up

diff --git a/README.md b/README.md
index 7eac143..75b559c 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,6 @@
# git-site-gen #
-* Tool used to generate a static website from information availble in a git project dir. See: https://spwbk.site/git.
-* Also provides some tools for managing your git server.
-* Inspired by the much better/full-featured https://git.suckless.org.
+* Tool used to generate a bare bones, pure HTML static website from information availble in a git project dir. See: https://spwbk.site/git.
+* Inspired by the much better/full-featured cgit.
* Not sure if this will be widely useful, mostly written for learning purposes.

## Design Goals ##
diff --git a/gen_page.pl b/gen_page.pl
index beadefe..fafa6f3 100755
--- a/gen_page.pl
+++ b/gen_page.pl
@@ -1,4 +1,7 @@
#!/usr/bin/perl
+#############################
+# DEPRECATED - USED GSG NOW #
+#############################

use strict;
use warnings;