diff options
Diffstat (limited to '')
| -rwxr-xr-x | notYetAnotherWiki.lua | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/notYetAnotherWiki.lua b/notYetAnotherWiki.lua index 1f077b5..9fa3178 100755 --- a/notYetAnotherWiki.lua +++ b/notYetAnotherWiki.lua | |||
| @@ -1,20 +1,5 @@ | |||
| 1 | #!/usr/bin/env luajit | 1 | #!/usr/bin/env luajit |
| 2 | 2 | ||
| 3 | --[[ TODOs | ||
| 4 | Contstruct metadata.webtrail in createHTML from links to index.HTML in the various bits of the path of the input file. | ||
| 5 | |||
| 6 | Construct a default set of menus if menu.md / header.md doesn't exist in each directory. | ||
| 7 | Same for footer.md I guess. | ||
| 8 | |||
| 9 | For such fragments, rename their results to footer.FRAGMENT. metadata.isFragment | ||
| 10 | |||
| 11 | BUG - sub directories get their links screwed with extra path. | ||
| 12 | |||
| 13 | Check the timestamps on the files, only update if source is newer than destination. Meh, it's already 600 times faster than the pandoc version. | ||
| 14 | |||
| 15 | Add atom feed and history for single page. Alas cgit only seems to have ATOM feed and commit log on the whole repo, not individual files. | ||
| 16 | ]] | ||
| 17 | |||
| 18 | local lcmark = require("lcmark") | 3 | local lcmark = require("lcmark") |
| 19 | 4 | ||
| 20 | local createHTML = function(cm, file, menu) | 5 | local createHTML = function(cm, file, menu) |
