Browse Source

Updating README

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

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