aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/TODO.md
diff options
context:
space:
mode:
authordvs12025-01-15 11:04:15 +1000
committerdvs12025-01-15 11:04:15 +1000
commit97d97ff4d60afe1eafee7f1deea28c89b7b60436 (patch)
tree8062518feaf2bedc7adc036d6bb82f1a029a8746 /TODO.md
parentClean out the beginning and end of Foswiki pages. (diff)
downloadnotYetAnotherWiki-97d97ff4d60afe1eafee7f1deea28c89b7b60436.zip
notYetAnotherWiki-97d97ff4d60afe1eafee7f1deea28c89b7b60436.tar.gz
notYetAnotherWiki-97d97ff4d60afe1eafee7f1deea28c89b7b60436.tar.bz2
notYetAnotherWiki-97d97ff4d60afe1eafee7f1deea28c89b7b60436.tar.xz
Remove the author stuff, pointless really.
Diffstat (limited to '')
-rw-r--r--TODO.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/TODO.md b/TODO.md
index 68d33c0..863a0a9 100644
--- a/TODO.md
+++ b/TODO.md
@@ -1,6 +1,5 @@
1--- 1---
2pagetitle: "TODO" 2pagetitle: "TODO"
3author: onefang
4pagehistory: https://sledjhamr.org/cgit/notYetAnotherWiki/log/TODO.md 3pagehistory: https://sledjhamr.org/cgit/notYetAnotherWiki/log/TODO.md
5--- 4---
6## Do these 5## Do these
@@ -9,7 +8,7 @@ Deal with complex directory trees.
9- /testing/even should display as even/deeper on the testing page, coz even/ has no files, but even/deeper does. 8- /testing/even should display as even/deeper on the testing page, coz even/ has no files, but even/deeper does.
10- Scanning /usr/share/doc on my super desktop with looots of software installed will be fun. 9- Scanning /usr/share/doc on my super desktop with looots of software installed will be fun.
11 10
12Extract title from Fos and Pm, maybe even pagetitle and author if possible. Title is pointless, both of them just use the file name. 11Extract title from Fos and Pm, maybe even pagetitle if possible. Title is pointless, both of them just use the file name.
13 12
14Check the timestamps on the files, only update if source is newer than destination. Meh, it's already 600 times faster than the pandoc version. 13Check the timestamps on the files, only update if source is newer than destination. Meh, it's already 600 times faster than the pandoc version.
15- One quirk to watch for is if a URL path changes, the docs that have that URL need to be redone. 14- One quirk to watch for is if a URL path changes, the docs that have that URL need to be redone.