permacomputing

Source repository for the main permacomputing wiki site
git clone http://git.permacomputing.net/repos/permacomputing.git # read-only access
Log | Files | Refs

commit 8674623be9ef341ee397f57cfb199c250aff3285
parent f0fd01c3dbe34a7026a93657a94212e6f8bc19bb
Author: viznut_web <viznut_web@web>
Date:   Mon, 20 Jun 2022 13:43:56 +0200

empty web commit

Diffstat:
Aikiwiki.mdwn | 24++++++++++++++++++++++++
1 file changed, 24 insertions(+), 0 deletions(-)

diff --git a/ikiwiki.mdwn b/ikiwiki.mdwn @@ -0,0 +1,24 @@ +[[!meta robots="noindex, follow"]] +This wiki is powered by [ikiwiki](http://ikiwiki.info/). +[[!if test="enabled(version)" + then="(Currently running version [[!version ]].)" +]] + + +What made us choose this [[wiki]] software: + + * It stores the pages as flat files that can be fully managed via version control (Git) and can therefore be easily copied. (No hard [[dependencies|dependency]] on [[WWW]] or a specific server) + * Ikiwiki compiles static html pages out of markdown and can be used to do this even without a web server. + * Relatively light-weight. + +Some documentation on using ikiwiki: + +* [[ikiwiki/formatting]] +* [[ikiwiki/wikilink]] +* [[ikiwiki/subpage]] +* [[ikiwiki/pagespec]] +* [[ikiwiki/directive]] +* [[ikiwiki/markdown]] +* [[ikiwiki/openid]] +* [[ikiwiki/searching]] +* [[templates]]