diff options
| author | dvs1 | 2024-12-22 02:39:15 +1000 |
|---|---|---|
| committer | dvs1 | 2024-12-22 02:39:15 +1000 |
| commit | 38af1834ea1b2250b39dc17fdfed6784e70eb510 (patch) | |
| tree | 8b3a0773674035f196369aabf38eb4d11a9c8a6a /INSTALL.HTML | |
| parent | Bit of code cleanup. (diff) | |
| download | notYetAnotherWiki-38af1834ea1b2250b39dc17fdfed6784e70eb510.zip notYetAnotherWiki-38af1834ea1b2250b39dc17fdfed6784e70eb510.tar.gz notYetAnotherWiki-38af1834ea1b2250b39dc17fdfed6784e70eb510.tar.bz2 notYetAnotherWiki-38af1834ea1b2250b39dc17fdfed6784e70eb510.tar.xz | |
Insallation instructions.
Diffstat (limited to 'INSTALL.HTML')
| -rw-r--r-- | INSTALL.HTML | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/INSTALL.HTML b/INSTALL.HTML new file mode 100644 index 0000000..3e4c191 --- /dev/null +++ b/INSTALL.HTML | |||
| @@ -0,0 +1,74 @@ | |||
| 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>INSTALL</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><a href="about/">about</a> <a href="testing/">testing</a> 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="INSTALL.HTML">INSTALL</a></p> | ||
| 42 | <p><a href="TODO.HTML">TODO</a></p> | ||
| 43 | <p><a href="index.HTML">index</a></p> | ||
| 44 | |||
| 45 | </td> | ||
| 46 | <td style="background-color: rebeccapurple"> | ||
| 47 | 👣 | ||
| 48 | </td> | ||
| 49 | </tr> | ||
| 50 | <tr> | ||
| 51 | <td> | ||
| 52 | <main class="contentBox"> | ||
| 53 | <div name="contentFrame"> | ||
| 54 | <h1>INSTALL</h1> | ||
| 55 | Author: onefang | ||
| 56 | <p>notYetAnotherWiki uses <a href="https://github.com/jgm/lcmark">lcmark</a> to parse <a href="https://commonmark.org/">CommonMark</a> into HTML. You can probably install it using luarocks.</p> | ||
| 57 | <p>Copy the notYetAnotherWiki.lua script to some place where you can run it from, /usr/local/bin is good. Make sure it is executable.</p> | ||
| 58 | |||
| 59 | </div> | ||
| 60 | </main> | ||
| 61 | </td> | ||
| 62 | </tr> | ||
| 63 | <tr> | ||
| 64 | <td style="background-color: rebeccapurple"> | ||
| 65 | <p>Page <a href="https://sledjhamr.org/cgit/notYetAnotherWiki/log/INSTALL.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> | ||
| 66 | </td> | ||
| 67 | </tr> | ||
| 68 | <tr> | ||
| 69 | <td> | ||
| 70 | </td> | ||
| 71 | </tr> | ||
| 72 | </table> | ||
| 73 | </body> | ||
| 74 | </html> | ||
