diff options
| author | dvs1 | 2024-12-22 02:53:53 +1000 |
|---|---|---|
| committer | dvs1 | 2024-12-22 02:53:53 +1000 |
| commit | 76a485b18ed57c15cb5bc2d19189f6a1b347ac0e (patch) | |
| tree | f08142b2060e92bad26bf6ba3af795816f6f0ab9 /about/index.HTML | |
| parent | typo-- (diff) | |
| download | notYetAnotherWiki-76a485b18ed57c15cb5bc2d19189f6a1b347ac0e.zip notYetAnotherWiki-76a485b18ed57c15cb5bc2d19189f6a1b347ac0e.tar.gz notYetAnotherWiki-76a485b18ed57c15cb5bc2d19189f6a1b347ac0e.tar.bz2 notYetAnotherWiki-76a485b18ed57c15cb5bc2d19189f6a1b347ac0e.tar.xz | |
Remove the generated files.
Diffstat (limited to '')
| -rw-r--r-- | about/index.HTML | 79 |
1 files changed, 0 insertions, 79 deletions
diff --git a/about/index.HTML b/about/index.HTML deleted file mode 100644 index 1488bdd..0000000 --- a/about/index.HTML +++ /dev/null | |||
| @@ -1,79 +0,0 @@ | |||
| 1 | <!DOCTYPE html> | ||
| 2 | <html> | ||
| 3 | <head> | ||
| 4 | <meta charset="utf-8"> | ||
| 5 | <meta name="generator" contents="lcmark"> | ||
| 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> | ||
| 7 | <title>notYetAnotherWiki is not another wiki, at least not yet. It’ll be much more than that, eventually.</title> | ||
| 8 | <link rel="icon" type="image/png" href="cartdave_favicon.png" /> | ||
| 9 | <style> | ||
| 10 | html {font-family: sans-serif;} | ||
| 11 | |||
| 12 | body { | ||
| 13 | background-color: black; | ||
| 14 | color: white !important; | ||
| 15 | } | ||
| 16 | |||
| 17 | pre { | ||
| 18 | background-color: #cc00ff; | ||
| 19 | overflow: auto; | ||
| 20 | width: 42%; | ||
| 21 | } | ||
| 22 | |||
| 23 | menu { | ||
| 24 | list-style-type: none; | ||
| 25 | } | ||
| 26 | |||
| 27 | .contentBox { | ||
| 28 | overflow-y: auto; | ||
| 29 | overflow-x: hidden; | ||
| 30 | } | ||
| 31 | </style> | ||
| 32 | </head> | ||
| 33 | <body bgcolor="black" text="white" alink="red" link="yellow" vlink="blue"> | ||
| 34 | <table> | ||
| 35 | <tr> | ||
| 36 | <td><img src="Connie_click-me.gif" alt="alt text" title="Not (Yet) (Another / A) Wiki."/></td> | ||
| 37 | <td> plus login and register buttons</td> | ||
| 38 | </tr> | ||
| 39 | <td rowspan=0 style="background-color: rebeccapurple; text-align:left; white-space:nowrap; vertical-align:top"> | ||
| 40 | menu for the current directory | ||
| 41 | <p><a href="index.HTML">index</a></p> | ||
| 42 | |||
| 43 | </td> | ||
| 44 | <td style="background-color: rebeccapurple"> | ||
| 45 | 👣 | ||
| 46 | </td> | ||
| 47 | </tr> | ||
| 48 | <tr> | ||
| 49 | <td> | ||
| 50 | <main class="contentBox"> | ||
| 51 | <div name="contentFrame"> | ||
| 52 | <h1>notYetAnotherWiki is not another wiki, at least not yet. It’ll be much more than that, eventually.</h1> | ||
| 53 | Author: onefang | ||
| 54 | <p>This is a new directory, an entire PR department can hang out here.</p> | ||
| 55 | <p>notYetAnotherWiki is not another wiki, at least not yet. It’ll be much more than that, eventually.</p> | ||
| 56 | <p>So to start with it’s not a wiki. It’s currently a way to create a web | ||
| 57 | site with CommonMark wiki markup, using git to update the content.</p> | ||
| 58 | <p>So it’s not a wiki, yet.</p> | ||
| 59 | <p>Next comes accounts and online editing of content with the web pages. It’ll then barely be a wiki.</p> | ||
| 60 | <p>The missing bit is talk pages, which requires some sort of archiving chat | ||
| 61 | system built into the thing. Now it’s Yet Another Wiki.</p> | ||
| 62 | <p>Finally comes the magic, so it’s “not Yet Another Wiki”, it’s much more than that.</p> | ||
| 63 | |||
| 64 | </div> | ||
| 65 | </main> | ||
| 66 | </td> | ||
| 67 | </tr> | ||
| 68 | <tr> | ||
| 69 | <td style="background-color: rebeccapurple"> | ||
| 70 | <p>Page <a href="https://sledjhamr.org/cgit/notYetAnotherWiki/log/About/index.md">history</a>. Web site <a href="https://sledjhamr.org/cgit/notYetAnotherWiki/atom">atom feed</a> and <a href="https://sledjhamr.org/cgit/notYetAnotherWiki/">source code</a> Powered by <a href="https://sledjhamr.org/cgit/notYetAnotherWiki/about/">notYetAnotherWiki</a> Version -0.1.</p> | ||
| 71 | </td> | ||
| 72 | </tr> | ||
| 73 | <tr> | ||
| 74 | <td> | ||
| 75 | </td> | ||
| 76 | </tr> | ||
| 77 | </table> | ||
| 78 | </body> | ||
| 79 | </html> | ||
