aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/index.HTML
blob: cbbc670cf24c246f7d66d1c71d06d305667f4055 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <meta name="generator" contents="lcmark">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
    <title>notYetAnotherWiki is not another wiki, at least not yet. It’ll be much more than that, eventually.</title>
    <link rel="icon" type="image/png" href="cartdave_favicon.png" />
    <style>
      html {font-family: sans-serif;}

      body {
        background-color: black;
        color: white !important;
      }

      pre {
        background-color: #cc00ff;
        overflow: auto;
        width: 42%;
      }

      menu {
        list-style-type: none;
      }

      .contentBox {
        overflow-y: auto;
        overflow-x: hidden;
      }
    </style>
  </head>
  <body bgcolor="black" text="white" alink="red" link="yellow" vlink="blue">
    <table>
      <tr>
	<td><img src="Connie_click-me.gif" alt="alt text" title="Not (Yet) (Another / A) Wiki."/></td>
	<td><a href="about/">about</a> &nbsp; <a href="testing/">testing</a> &nbsp;  &nbsp; plus login and register buttons</td>
      </tr>
	<td rowspan=0 style="background-color: rebeccapurple; text-align:left; white-space:nowrap; vertical-align:top">
	    menu for the current directory
	     <p><a href="INSTALL.HTML">INSTALL</a></p>
<p><a href="TODO.HTML">TODO</a></p>
<p><a href="index.HTML">index</a></p>

	</td>
	<td style="background-color: rebeccapurple">
	  &#x1f463; 
	</td>
      </tr>
      <tr>
	<td>
	  <main class="contentBox">
	    <div name="contentFrame">
	      <h1>notYetAnotherWiki is not another wiki, at least not yet. It’ll be much more than that, eventually.</h1>
		Author:   onefang
		<p>notYetAnotherWiki is not another wiki, at least not yet. It’ll be much
more than that, eventually.</p>
<p>So to start with it’s not a wiki.  It’s currently a way to create a web
site with CommonMark wiki markup, using git to update the content.</p>
<p>So it’s not a wiki, yet.</p>
<p>Next comes accounts and online editing of content with the web pages.
It’ll then barely be a wiki.</p>
<p>The missing bit is talk pages, which requires some sort of archiving chat
system built into the thing.  Now it’s Yet Another Wiki.</p>
<p>Finally comes the magic, so it’s “not Yet Another Wiki”, it’s much more
than that.</p>
<p>A web forum is basically a web based chat system with archiving.  We got
that now, we can just say it’s a web forum as well.  Just leave off the
wiki page bit.</p>
<p>Only difference between an instant messaging system and a web forum is
how fast it runs.  So just make this fast, then we can call it an instant
messaging system.</p>
<p>Put email behind a web forum, you got a mailing list with a web archive.</p>
<p>An issue tracker is basically a wiki type page with the forum style
messages, and often an email control system.  Only that last bit needs to
be added.</p>
<p>A lot of projects will put together all of these things to support their
users.  Different systems, different accounts, same info.  Too much “Oh,
that’s in the forum somewhere” on the mailing list or whatever.</p>
<p>notYetAnotherWiki puts it all together as a single system, with multiple
ways of using it depending on what the users want, and ways of organising
the useful info that makes it’s way into the system one way or another.</p>
<p>Someone comes into your chat system, asking for help, within minutes
people are helping out and come up with a working solution.  After a few
other people turn up with the same problem, the existing conversations
are moved to the decumentation section, where the original participants
and others can polish it into proper documentation about solving what has
suddenly become a common problem.  Every one knows where to find it, on
the one system.  They can chat about it, on the one system.</p>
<h2>What does it do already?</h2>
<p>Currently it’ll scan the current directory and subdirectories rooking for
.md files in CommonMark syntax.  This should cover some MarkDown
variations.  Then it produces .HTML files converted from these .md files,
and links them all together into a web site.</p>
<p>git is used to store the .md files, and provides edit history.  Added on
the footer is links to cgit, which is used to store the files in git on
your server.  This provides acces to the source code, history, and ATOM
feed for the site.</p>

	    </div>
	  </main>
	</td>
      </tr>
      <tr>
	<td style="background-color: rebeccapurple">
	  <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>
	</td>
      </tr>
      <tr>
	<td>
	</td>
      </tr>
    </table>
  </body>
</html>