diff options
author | dvs1 | 2024-12-16 20:54:10 +1000 |
---|---|---|
committer | dvs1 | 2024-12-16 20:54:10 +1000 |
commit | 38883f20665f5dc81a3aa568e6d6d8749cab4c9f (patch) | |
tree | f9e3ce877ccb96841afc48e99f0033c747550df5 /TODO.HTML | |
parent | Let's see if I can use emoji. (diff) | |
download | notYetAnotherWiki-38883f20665f5dc81a3aa568e6d6d8749cab4c9f.zip notYetAnotherWiki-38883f20665f5dc81a3aa568e6d6d8749cab4c9f.tar.gz notYetAnotherWiki-38883f20665f5dc81a3aa568e6d6d8749cab4c9f.tar.bz2 notYetAnotherWiki-38883f20665f5dc81a3aa568e6d6d8749cab4c9f.tar.xz |
TODO-- Implement smart menus.
Diffstat (limited to '')
-rw-r--r-- | TODO.HTML | 11 |
1 files changed, 4 insertions, 7 deletions
@@ -34,14 +34,12 @@ | |||
34 | <table> | 34 | <table> |
35 | <tr> | 35 | <tr> |
36 | <td><img src="Connie_click-me.gif" alt="alt text" title="Not (Yet) (Another / A) Wiki."/></td> | 36 | <td><img src="Connie_click-me.gif" alt="alt text" title="Not (Yet) (Another / A) Wiki."/></td> |
37 | <td><a href="about/index.HTML">about</a> <a href="testing/index.HTML">testing</a> plus login and register buttons</td> | 37 | <td><a href="about/index.HTML">about</a> <a href="testing/index.HTML">testing</a> plus login and register buttons</td> |
38 | </tr> | 38 | </tr> |
39 | <td rowspan=0 style="background-color: rebeccapurple; text-align:left; white-space:nowrap; vertical-align:top"> | 39 | <td rowspan=0 style="background-color: rebeccapurple; text-align:left; white-space:nowrap; vertical-align:top"> |
40 | menu for the current directory | 40 | menu for the current directory |
41 | <menu> | 41 | <p><a href="index.HTML">index</a></p> |
42 | <li><a href="index.HTML">home</a></li> | 42 | <p><a href="TODO.HTML">TODO</a></p> |
43 | <li><a href="TODO.HTML">TODO</a></li> | ||
44 | </menu> | ||
45 | 43 | ||
46 | </td> | 44 | </td> |
47 | <td style="background-color: rebeccapurple"> | 45 | <td style="background-color: rebeccapurple"> |
@@ -55,9 +53,8 @@ | |||
55 | <h1></h1> | 53 | <h1></h1> |
56 | Author: | 54 | Author: |
57 | <p>Do these -</p> | 55 | <p>Do these -</p> |
58 | <p>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.</p> | ||
59 | <p>For such fragments, rename their results to menu.FRAGMENT. metadata.isFragment</p> | ||
60 | <p>BUG - sub directories get their links screwed with extra path.</p> | 56 | <p>BUG - sub directories get their links screwed with extra path.</p> |
57 | <p>For such fragments, rename their results to menu.FRAGMENT. metadata.isFragment</p> | ||
61 | <p>Contstruct metadata.webtrail in createHTML from links to index.HTML in the various bits of the path of the input file.</p> | 58 | <p>Contstruct metadata.webtrail in createHTML from links to index.HTML in the various bits of the path of the input file.</p> |
62 | <p>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.</p> | 59 | <p>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.</p> |
63 | <p>Add atom feed for single page. Alas cgit only seems to have ATOM feed on the whole repo, not individual files.</p> | 60 | <p>Add atom feed for single page. Alas cgit only seems to have ATOM feed on the whole repo, not individual files.</p> |