c111ab0bd98a7830bd323b5a29df22642e356853
commit c111ab0bd98a7830bd323b5a29df22642e356853
Author: spesk1 <spesk@pm.me>
Date: Sun Jun 23 20:01:07 2019 +0000

Updating README

diff --git a/README.md b/README.md
index a6087d0..a989b15 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@
DONE:
* Generate top level index with links to all projects
* Generate project specific index with links to git log/diffs and file content of repo
-* Extremely basic markdown parser (only supports headings and non nested bullets
+* Extremely basic markdown parser (only supports headings and non nested bullets)
* Line numbers for file browsing
* Diff highlighting for log
* Show git:// address for cloning (configurable via config file)
@@ -24,7 +24,8 @@ TODO:
* Need to recurse git home, right now will only pull dirs in root of git home
* README.md markdown renderer/parser / display in project index
* (Stretch Goal) HTML based syntax highlighting for files
-* (Stretch Goal) Accompanying daemon that will auto regen the website
+* (Stretch Goal) Accompanying daemon that will auto regen the website based on certain parameters
+* View history of files

## Framework Plans ##
* gsg -- Perl script to generate the site, uses modules below