aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/TODO.md
diff options
context:
space:
mode:
authordvs12025-03-16 13:33:44 +1000
committerdvs12025-03-16 13:33:44 +1000
commit2eaee0eba05a703234563417d674bc2e4a7b4e96 (patch)
treea6eec24d5181148921307d5d35f5cd277aa4dd8c /TODO.md
parentDon't hide the left menu, now that it contains headings. (diff)
downloadnotYetAnotherWiki-2eaee0eba05a703234563417d674bc2e4a7b4e96.zip
notYetAnotherWiki-2eaee0eba05a703234563417d674bc2e4a7b4e96.tar.gz
notYetAnotherWiki-2eaee0eba05a703234563417d674bc2e4a7b4e96.tar.bz2
notYetAnotherWiki-2eaee0eba05a703234563417d674bc2e4a7b4e96.tar.xz
Deal with complex directory trees.
Just do the simple thing, drop a file in it so it's not empty.
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/TODO.md b/TODO.md
index dc5a44b..0b47dd4 100644
--- a/TODO.md
+++ b/TODO.md
@@ -17,14 +17,6 @@ Fix up linky conversion. DONE, mostly.
17- . Loop through the manually placed symlinks, adjusting "real URL" as we go. 17- . Loop through the manually placed symlinks, adjusting "real URL" as we go.
18- + What to do about mulitple symlinks pointing to the same page? Compare timestamps, most recent wins. 18- + What to do about mulitple symlinks pointing to the same page? Compare timestamps, most recent wins.
19 19
20Deal with complex directory trees.
21
22- /testing/even should display as even/deeper on the testing page, coz even/ has no files, but even/deeper does.
23- On the other hand, I could just create an empty page with the sub directories shown as usual.
24- Scanning /usr/share/doc on my super desktop with looots of software installed will be fun.
25- On the gripping hand, this is where we want empty directories to vanish.
26- SOOOOOOO don't show empty directories, but show their subs that have content, even if that sub is deep, but as per usual stop once we find a sub on that branch. EEEEW branches.
27
28 20
29## Some ideas 21## Some ideas
30 22