aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/index.HTML
diff options
context:
space:
mode:
Diffstat (limited to 'index.HTML')
-rw-r--r--index.HTML115
1 files changed, 0 insertions, 115 deletions
diff --git a/index.HTML b/index.HTML
deleted file mode 100644
index cbbc670..0000000
--- a/index.HTML
+++ /dev/null
@@ -1,115 +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><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>notYetAnotherWiki is not another wiki, at least not yet. It’ll be much more than that, eventually.</h1>
55 Author: onefang
56 <p>notYetAnotherWiki is not another wiki, at least not yet. It’ll be much
57more than that, eventually.</p>
58<p>So to start with it’s not a wiki. It’s currently a way to create a web
59site with CommonMark wiki markup, using git to update the content.</p>
60<p>So it’s not a wiki, yet.</p>
61<p>Next comes accounts and online editing of content with the web pages.
62It’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
66than that.</p>
67<p>A web forum is basically a web based chat system with archiving. We got
68that now, we can just say it’s a web forum as well. Just leave off the
69wiki page bit.</p>
70<p>Only difference between an instant messaging system and a web forum is
71how fast it runs. So just make this fast, then we can call it an instant
72messaging system.</p>
73<p>Put email behind a web forum, you got a mailing list with a web archive.</p>
74<p>An issue tracker is basically a wiki type page with the forum style
75messages, and often an email control system. Only that last bit needs to
76be added.</p>
77<p>A lot of projects will put together all of these things to support their
78users. Different systems, different accounts, same info. Too much “Oh,
79that’s in the forum somewhere” on the mailing list or whatever.</p>
80<p>notYetAnotherWiki puts it all together as a single system, with multiple
81ways of using it depending on what the users want, and ways of organising
82the useful info that makes it’s way into the system one way or another.</p>
83<p>Someone comes into your chat system, asking for help, within minutes
84people are helping out and come up with a working solution. After a few
85other people turn up with the same problem, the existing conversations
86are moved to the decumentation section, where the original participants
87and others can polish it into proper documentation about solving what has
88suddenly become a common problem. Every one knows where to find it, on
89the one system. They can chat about it, on the one system.</p>
90<h2>What does it do already?</h2>
91<p>Currently it’ll scan the current directory and subdirectories rooking for
92.md files in CommonMark syntax. This should cover some MarkDown
93variations. Then it produces .HTML files converted from these .md files,
94and links them all together into a web site.</p>
95<p>git is used to store the .md files, and provides edit history. Added on
96the footer is links to cgit, which is used to store the files in git on
97your server. This provides acces to the source code, history, and ATOM
98feed for the site.</p>
99
100 </div>
101 </main>
102 </td>
103 </tr>
104 <tr>
105 <td style="background-color: rebeccapurple">
106 <p>Page <a href="https://sledjhamr.org/cgit/notYetAnotherWiki/log/index.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>
107 </td>
108 </tr>
109 <tr>
110 <td>
111 </td>
112 </tr>
113 </table>
114 </body>
115</html>