diff options
author | dvs1 | 2024-12-22 22:47:47 +1000 |
---|---|---|
committer | dvs1 | 2024-12-22 22:47:47 +1000 |
commit | 9b19653083b8a4417c835b9293880fca7d048982 (patch) | |
tree | f804b98c027062500d3455731dbe472b688fd286 | |
parent | Forgot to mention luajit in the install. (diff) | |
download | notYetAnotherWiki-9b19653083b8a4417c835b9293880fca7d048982.zip notYetAnotherWiki-9b19653083b8a4417c835b9293880fca7d048982.tar.gz notYetAnotherWiki-9b19653083b8a4417c835b9293880fca7d048982.tar.bz2 notYetAnotherWiki-9b19653083b8a4417c835b9293880fca7d048982.tar.xz |
-rw-r--r-- | TODO.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -8,6 +8,8 @@ sourcecode: https://sledjhamr.org/cgit/notYetAnotherWiki/ | |||
8 | --- | 8 | --- |
9 | ## Do these | 9 | ## Do these |
10 | 10 | ||
11 | Add an Edit button that opens up the page in what ever wiki system it came from, for editing. | ||
12 | |||
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. | 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. |
12 | One quirk to watch for is if a URL path cahnges, the docs that have that URL need to be redone. | 14 | One quirk to watch for is if a URL path cahnges, the docs that have that URL need to be redone. |
13 | 15 | ||