aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/about
diff options
context:
space:
mode:
authordvs12024-12-16 14:45:19 +1000
committerdvs12024-12-16 14:45:19 +1000
commit5c987cb37297cec02f86557e23522be3493912c1 (patch)
treee69f44947305c52f75600be52e2e9f607ff9e430 /about
parentAdd about and testing sub sites, and stuff everything into menus. (diff)
downloadnotYetAnotherWiki-5c987cb37297cec02f86557e23522be3493912c1.zip
notYetAnotherWiki-5c987cb37297cec02f86557e23522be3493912c1.tar.gz
notYetAnotherWiki-5c987cb37297cec02f86557e23522be3493912c1.tar.bz2
notYetAnotherWiki-5c987cb37297cec02f86557e23522be3493912c1.tar.xz
The results after actually running the thing.
Committing these for now, so we don't have to setup luarocks and such elsewhere.
Diffstat (limited to 'about')
-rw-r--r--about/index.HTML82
1 files changed, 82 insertions, 0 deletions
diff --git a/about/index.HTML b/about/index.HTML
new file mode 100644
index 0000000..af10ab5
--- /dev/null
+++ b/about/index.HTML
@@ -0,0 +1,82 @@
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><a href="about/index.HTML">about</a> &nbsp; <a href="testing/index.HTML">testing</a> &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 <menu>
42<li><a href="index.HTML">home</a></li>
43<li><a href="TODO.HTML">TODO</a></li>
44</menu>
45
46 </td>
47 <td style="background-color: rebeccapurple">
48 Web trail goes here. for this page
49 </td>
50 </tr>
51 <tr>
52 <td>
53 <main class="contentBox">
54 <div name="contentFrame">
55 <h1>notYetAnotherWiki is not another wiki, at least not yet. It’ll be much more than that, eventually.</h1>
56 Author: onefang
57 <p>This is a new directory, an entire PR department can hang out here.</p>
58<p>notYetAnotherWiki is not another wiki, at least not yet. It’ll be much more than that, eventually.</p>
59<p>So to start with it’s not a wiki. It’s currently a way to create a web
60site with CommonMark wiki markup, using git to update the content.</p>
61<p>So it’s not a wiki, yet.</p>
62<p>Next comes accounts and online editing of content with the web pages. It’ll then barely be a wiki.</p>
63<p>The missing bit is talk pages, which requires some sort of archiving chat
64system built into the thing. Now it’s Yet Another Wiki.</p>
65<p>Finally comes the magic, so it’s “not Yet Another Wiki”, it’s much more than that.</p>
66
67 </div>
68 </main>
69 </td>
70 </tr>
71 <tr>
72 <td style="background-color: rebeccapurple">
73 <p>Web site <a href="">atom feed</a>, <a href="https://sledjhamr.org/cgit/notYetAnotherWiki/log/About/index.md">history</a>, and <a href="">source code</a> &nbsp; Powered by <a href="https://sledjhamr.org/cgit/notYetAnotherWiki/about/">notYetAnotherWiki</a> Version -0.1.</p>
74 </td>
75 </tr>
76 <tr>
77 <td>
78 </td>
79 </tr>
80 </table>
81 </body>
82</html>