diff options
author | dvs1 | 2025-01-19 21:42:42 +1000 |
---|---|---|
committer | dvs1 | 2025-01-19 21:42:42 +1000 |
commit | 7fe72ea3031ff53932c8a13296f743480bae347e (patch) | |
tree | eba3592f3630b13c76780edc1a77abd4b076c32d /TODO.md | |
parent | Tests++ (diff) | |
download | notYetAnotherWiki-7fe72ea3031ff53932c8a13296f743480bae347e.zip notYetAnotherWiki-7fe72ea3031ff53932c8a13296f743480bae347e.tar.gz notYetAnotherWiki-7fe72ea3031ff53932c8a13296f743480bae347e.tar.bz2 notYetAnotherWiki-7fe72ea3031ff53932c8a13296f743480bae347e.tar.xz |
Bugs++
Diffstat (limited to '')
-rw-r--r-- | TODO.md | 18 |
1 files changed, 17 insertions, 1 deletions
@@ -1,6 +1,23 @@ | |||
1 | # TODO | 1 | # TODO |
2 | |||
2 | ## Do these | 3 | ## Do these |
3 | 4 | ||
5 | Bugs - | ||
6 | - PmWiki in it's current config needs that ?n=foo.bar nonsense for the Original page link. | ||
7 | - https://nyaw.wiki.devuan.org/Foswiki/Main/JensKorte/WebPreferences.HTML "Main" trail not getting whichPage() | ||
8 | - https://nyaw.wiki.devuan.org/PmWiki/Site/Site.HTML missing everything after the "?action=attr." bit. | ||
9 | - https://nyaw.wiki.devuan.org/PmWiki/Site/EditForm.HTML | ||
10 | - https://nyaw.wiki.devuan.org/PmWiki/Profiles/Debdog.HTML pandoc can't handle the background table cell colours in the "Background colours" table, which is kinda the point of it. | ||
11 | - https://nyaw.wiki.devuan.org/Foswiki/Sandbox/WebHome.HTML has that twisty thing which looks not simple to remove. | ||
12 | - https://nyaw.wiki.devuan.org/Foswiki/Sandbox/WebChanges.HTML | ||
13 | - https://nyaw.wiki.devuan.org/Foswiki/Sandbox/WebLeftBarExample.HTML | ||
14 | - https://nyaw.wiki.devuan.org/Foswiki/Sandbox/WebPreferences.HTML has that twisty thing which looks not simple to remove. | ||
15 | - https://nyaw.wiki.devuan.org/Foswiki/Sandbox/WebSearch.HTML has that twisty thing which looks not simple to remove. | ||
16 | - https://nyaw.wiki.devuan.org/Foswiki/Main/AdminGroup.HTML | ||
17 | - https://nyaw.wiki.devuan.org/Foswiki/Main/DevuanCluster.HTML A very lengthy and complex document, I'll likely miss something, but chip away at the obvious. | ||
18 | - https://nyaw.wiki.devuan.org/Foswiki/Main/JensKorte/WebLeftBar.HTML | ||
19 | - https://nyaw.wiki.devuan.org/Foswiki/Main/WikiGroups.HTML has that twisty thing which looks not simple to remove. | ||
20 | - {.underline} is the result of <strong>foo</strong> getting lost in translation. | ||
4 | 21 | ||
5 | 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. | 22 | 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. |
6 | - One quirk to watch for is if a URL path changes, the docs that have that URL need to be redone. | 23 | - One quirk to watch for is if a URL path changes, the docs that have that URL need to be redone. |
@@ -22,7 +39,6 @@ Deal with complex directory trees. | |||
22 | 39 | ||
23 | ## Maybe not | 40 | ## Maybe not |
24 | 41 | ||
25 | |||
26 | Extract title from Fos and Pm, maybe even pagetitle if possible. Title is pointless, both of them just use the file name. | 42 | Extract title from Fos and Pm, maybe even pagetitle if possible. Title is pointless, both of them just use the file name. |
27 | 43 | ||
28 | 44 | ||