aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README23
1 files changed, 12 insertions, 11 deletions
diff --git a/README b/README
index aedd92a..954bc7a 100644
--- a/README
+++ b/README
@@ -1,11 +1,4 @@
1--- 1# notYetAnotherWiki
2favicon: cartdave_favicon.png
3pagetitle: "notYetAnotherWiki"
4author: onefang
5feedatom: https://sledjhamr.org/cgit/notYetAnotherWiki/atom
6history: https://sledjhamr.org/cgit/notYetAnotherWiki/log/index.md
7sourcecode: https://sledjhamr.org/cgit/notYetAnotherWiki/
8---
9 2
10notYetAnotherWiki is not another wiki, at least not yet. It'll be much 3notYetAnotherWiki is not another wiki, at least not yet. It'll be much
11more than that, eventually. 4more than that, eventually.
@@ -59,22 +52,30 @@ the useful info that makes it's way into the system one way or another.
59Someone comes into your chat system, asking for help, within minutes 52Someone comes into your chat system, asking for help, within minutes
60people are helping out and come up with a working solution. After a few 53people are helping out and come up with a working solution. After a few
61other people turn up with the same problem, the existing conversations 54other people turn up with the same problem, the existing conversations
62are moved to the decumentation section, where the original participants 55are moved to the documentation section, where the original participants
63and others can polish it into proper documentation about solving what has 56and others can polish it into proper documentation about solving what has
64suddenly become a common problem. Every one knows where to find it, on 57suddenly become a common problem. Every one knows where to find it, on
65the one system. They can chat about it, on the one system. 58the one system. They can chat about it, on the one system.
66 59
67## What does it do already? 60## What does it do already?
68 61
69Currently it'll scan the current directory and subdirectories looking for 62Currently it'll scan the current folder and sub folders looking for
70.md files in CommonMark syntax. This should cover some MarkDown 63.md files in CommonMark syntax. This should cover some MarkDown
71variations. Then it produces .HTML files converted from these .md files, 64variations. Then it produces .HTML files converted from these .md files,
72and links them all together into a web site. 65and links them all together into a web site.
73 66
67Any .md file that is just the beginning metadata block doesn't get
68rendered into HTML, but is global metadata for this folder and subs,
69though the subs can override this with their own metadata.md files.
70
74git is used to store the .md files, and provides edit history. Added on 71git is used to store the .md files, and provides edit history. Added on
75the footer is links to cgit, which is used to store the files in git on 72the footer is links to cgit, which is used to store the files in git on
76your server. This provides acces to the source code, history, and ATOM 73your server. This provides acces to the source code, history, and ATOM
77feed for the site. 74feed for the site.
78 75
79It can also scan an external directory and merge that with the current 76It can also scan an external folder and merge that with the current
80one, but this isn't tested yet. 77one, but this isn't tested yet.
78
79## other stuff
80
81The font femkeklaver.ttf was used for making the nYAW logo.