Browse Source

Tidying up

spesk1 4 years ago
parent
commit
c8f9c2833d
2 changed files with 5 additions and 3 deletions
  1. 2 3
      README.md
  2. 3 0
      gen_page.pl

+ 2 - 3
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 ##

+ 3 - 0
gen_page.pl

@@ -1,4 +1,7 @@
 #!/usr/bin/perl
+#############################
+# DEPRECATED - USED GSG NOW #
+#############################
 
 use strict;
 use warnings;