aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authordvs12024-12-22 02:39:15 +1000
committerdvs12024-12-22 02:39:15 +1000
commit38af1834ea1b2250b39dc17fdfed6784e70eb510 (patch)
tree8b3a0773674035f196369aabf38eb4d11a9c8a6a
parentBit of code cleanup. (diff)
downloadnotYetAnotherWiki-38af1834ea1b2250b39dc17fdfed6784e70eb510.zip
notYetAnotherWiki-38af1834ea1b2250b39dc17fdfed6784e70eb510.tar.gz
notYetAnotherWiki-38af1834ea1b2250b39dc17fdfed6784e70eb510.tar.bz2
notYetAnotherWiki-38af1834ea1b2250b39dc17fdfed6784e70eb510.tar.xz
Insallation instructions.
-rw-r--r--INSTALL.HTML74
-rw-r--r--INSTALL.md12
2 files changed, 86 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> &nbsp; <a href="testing/">testing</a> &nbsp; &nbsp; 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 &#x1f463;
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>. &nbsp; Web site <a href="https://sledjhamr.org/cgit/notYetAnotherWiki/atom">atom feed</a> and <a href="https://sledjhamr.org/cgit/notYetAnotherWiki/">source code</a> &nbsp; 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>
diff --git a/INSTALL.md b/INSTALL.md
new file mode 100644
index 0000000..eb5a3d6
--- /dev/null
+++ b/INSTALL.md
@@ -0,0 +1,12 @@
1---
2favicon: cartdave_favicon.png
3pagetitle: "INSTALL"
4author: onefang
5feedatom: https://sledjhamr.org/cgit/notYetAnotherWiki/atom
6history: https://sledjhamr.org/cgit/notYetAnotherWiki/log/INSTALL.md
7sourcecode: https://sledjhamr.org/cgit/notYetAnotherWiki/
8---
9
10notYetAnotherWiki uses [lcmark](https://github.com/jgm/lcmark) to parse [CommonMark](https://commonmark.org/) into HTML. You can probably install it using luarocks.
11
12Copy the notYetAnotherWiki.lua script to some place where you can run it from, /usr/local/bin is good. Make sure it is executable.