diff options
| -rw-r--r-- | default.template | 4 | ||||
| -rw-r--r-- | help.md | 42 |
2 files changed, 44 insertions, 2 deletions
diff --git a/default.template b/default.template index 75922ac..baefad1 100644 --- a/default.template +++ b/default.template | |||
| @@ -87,14 +87,14 @@ | |||
| 87 | <a href="$home$"><img src="$logo$" alt="not (Yet) (Another / A) Wiki."/></a> | 87 | <a href="$home$"><img src="$logo$" alt="not (Yet) (Another / A) Wiki."/></a> |
| 88 | </nav></header></div> | 88 | </nav></header></div> |
| 89 | <div class="boxTools"><header><nav> | 89 | <div class="boxTools"><header><nav> |
| 90 | <b class="toolTip" title="🍔 hides / shows non content, reverse hamburger menu. | 90 | <a href="/help.HTML"><b class="toolTip" title="🍔 hides / shows non content, reverse hamburger menu. |
| 91 | 🕶 switches between dark and light themes. | 91 | 🕶 switches between dark and light themes. |
| 92 | 📚 shows the list of all pages. | 92 | 📚 shows the list of all pages. |
| 93 | 🔮 a folder of unsorted pages. | 93 | 🔮 a folder of unsorted pages. |
| 94 | 👥 shows the list of users. | 94 | 👥 shows the list of users. |
| 95 | 🪵 will be for logging in, when I have written that bit. | 95 | 🪵 will be for logging in, when I have written that bit. |
| 96 | 🔍 will be the search, when I have written that bit. | 96 | 🔍 will be the search, when I have written that bit. |
| 97 | 👣 is a trail of the steps to get here.">❓</b> | 97 | 👣 is a trail of the steps to get here.">❓</b></a> |
| 98 | <b class="toolTip"><label for="modeToggleMenu" class='modeBtn'>🍔</label></b> | 98 | <b class="toolTip"><label for="modeToggleMenu" class='modeBtn'>🍔</label></b> |
| 99 | <b class="toolTip"><label for="modeToggleBody" class='modeBtn'>🕶</label></b> | 99 | <b class="toolTip"><label for="modeToggleBody" class='modeBtn'>🕶</label></b> |
| 100 | <a href="/everything.HTML"><b class="toolTip">📚</b></a> | 100 | <a href="/everything.HTML"><b class="toolTip">📚</b></a> |
| @@ -0,0 +1,42 @@ | |||
| 1 | # How to use this wiki | ||
| 2 | |||
| 3 | On the top left, is the logo, beside that is a toolbar of icons - | ||
| 4 | |||
| 5 | - ❓ hover over this for help. | ||
| 6 | - 🍔 hides or shows everything but the content and these icons, the reverse hamburger menu. | ||
| 7 | - 🕶 switches between dark and light themes. | ||
| 8 | - 📚 shows the list of all pages. | ||
| 9 | - 🔮 a folder of unsorted pages. | ||
| 10 | - 👥 shows the list of users. | ||
| 11 | - 🪵 will be for logging in, when I have written that bit. | ||
| 12 | - 🔍 will be the search, when I have written that bit. | ||
| 13 | |||
| 14 | 👣 is a trail of breadcrumbs, though I'm using a footsteps icon | ||
| 15 | for this. Showing the footsteps you have followed to get to the current | ||
| 16 | folder. | ||
| 17 | |||
| 18 | On the top right of the pages is links to the sub folders of the current | ||
| 19 | folder the current page is in. | ||
| 20 | |||
| 21 | Down the left side is links to the pages in the current folder. Most of | ||
| 22 | them will be symlinks to the converted pages from the Foswiki and PmWiki | ||
| 23 | sub folders. Some will be links ☝ to external sites. For the | ||
| 24 | current page, links to the headings are also shown, those headings have | ||
| 25 | their own icon 👆 to go back to the top. | ||
| 26 | |||
| 27 | The bit you are reading is the badly converted content of the current | ||
| 28 | page. At the bottom of each converted page is a link to the original, | ||
| 29 | and if you are logged into that other system, you might be able to edit | ||
| 30 | the page. Note that unconverted pages don't have these links to the | ||
| 31 | originals. | ||
| 32 | |||
| 33 | At the bottom is links to things like page history, web site source code, | ||
| 34 | and the software I'm writing to do all of this. Or should be some day. | ||
| 35 | |||
| 36 | |||
| 37 | |||
| 38 | # Under the hood | ||
| 39 | |||
| 40 | Internally this wiki is made of the root folder and it's sub | ||
| 41 | folders representing the structure of the wiki content. Each | ||
| 42 | folder has it's own pages. | ||
