diff options
| -rw-r--r-- | TODO.md | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -1,16 +1,16 @@ | |||
| 1 | Do these - | 1 | Do these - |
| 2 | 2 | ||
| 3 | Add atom feed and history for single page. Alas cgit only seems to have ATOM feed on the whole repo, not individual files. | ||
| 4 | |||
| 5 | Construct a default set of menus if the menu.md / header.md fragments don't exist in each directory. Same for footer.md I guess. | 3 | Construct a default set of menus if the menu.md / header.md fragments don't exist in each directory. Same for footer.md I guess. |
| 6 | 4 | ||
| 7 | For such fragments, rename their results to menu.FRAGMENT. metadata.isFragment | 5 | For such fragments, rename their results to menu.FRAGMENT. metadata.isFragment |
| 8 | 6 | ||
| 9 | BUG - sub directories get their links screwed with extra path. | 7 | BUG - sub directories get their links screwed with extra path. |
| 10 | 8 | ||
| 9 | Contstruct metadata.webtrail in createHTML from links to index.HTML in the various bits of the path of the input file. | ||
| 10 | |||
| 11 | 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. | 11 | 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. |
| 12 | 12 | ||
| 13 | Contstruct metadata.webtrail in createHTML from links to index.HTML in the various bits of the path of the input file. | 13 | Add atom feed for single page. Alas cgit only seems to have ATOM feed on the whole repo, not individual files. |
| 14 | 14 | ||
| 15 | 15 | ||
| 16 | 16 | ||
