f8cb9e65cedf48b6b60ac119b556f99188063979
commit f8cb9e65cedf48b6b60ac119b556f99188063979
Author: spesk1 <spesk@pm.me>
Date: Wed Apr 15 22:31:09 2020 -0400

Updating README

diff --git a/README.md b/README.md
index 402694e..28c6f3b 100644
--- a/README.md
+++ b/README.md
@@ -21,6 +21,7 @@ DONE:
* Detects binary files

TODO:
+* Show last commit time in top level index
* Link to view raw file
* Get diff stat for top of log index links
* Code needs to be more robust / handle failure cases
@@ -31,7 +32,7 @@ TODO:
* Add support for displaying difference branches
* Figure out more efficient/faster detection of binary files

-## Framework Plans ##
+## Layout ##
* gsg -- Perl script to generate the site, uses modules below
* Gsg::Gather.pm -- module to assemble data structures from git trees that need to be obtained as part of generating the site
* Gsg::Html.pm -- probably a bad name, used for writing HTML files and/or editing text in other data structures with html content
@@ -44,7 +45,6 @@ TODO:
* Shellex.pm ( <https://spwbk.site/git/projects/perl-shellex.git/index.html> )
* git
* Perl Log4Perl (packaged by most Linux distros)
-* Perl GetOpt (packaged by most Linux distros)
* Assumes git directories are suffixed with ".git"

## How to use ##