permacomputing

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

ikiwiki.mdwn (863B)


      1 [[!meta robots="noindex, follow"]]
      2 This wiki is powered by [ikiwiki](http://ikiwiki.info/).
      3 [[!if test="enabled(version)"
      4      then="(Currently running version [[!version ]].)"
      5 ]]
      6 
      7 
      8 What made us choose this [[wiki]] software:
      9 
     10   * 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)
     11   * Ikiwiki compiles static html pages out of markdown and can be used to do this even without a web server.
     12   * Relatively light-weight. (Although it depends on [[Perl]] and a bunch of Perl modules)
     13 
     14 Some documentation on using ikiwiki:
     15 
     16 * [[ikiwiki/formatting]]
     17 * [[ikiwiki/wikilink]]
     18 * [[ikiwiki/subpage]]
     19 * [[ikiwiki/pagespec]]
     20 * [[ikiwiki/directive]]
     21 * [[ikiwiki/markdown]]
     22 * [[ikiwiki/openid]]
     23 * [[ikiwiki/searching]]
     24 * [[templates]]