Browse Source

Updating README

spesk1 4 years ago
parent
commit
f8cb9e65ce
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

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