|
@@ -12,7 +12,7 @@
|
|
DONE:
|
|
DONE:
|
|
* Generate top level index with links to all projects
|
|
* Generate top level index with links to all projects
|
|
* Generate project specific index with links to git log/diffs and file content of repo
|
|
* 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
|
|
* Line numbers for file browsing
|
|
* Diff highlighting for log
|
|
* Diff highlighting for log
|
|
* Show git:// address for cloning (configurable via config file)
|
|
* 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
|
|
* 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
|
|
* README.md markdown renderer/parser / display in project index
|
|
* (Stretch Goal) HTML based syntax highlighting for files
|
|
* (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 ##
|
|
## Framework Plans ##
|
|
* gsg -- Perl script to generate the site, uses modules below
|
|
* gsg -- Perl script to generate the site, uses modules below
|