Edit page GeekiGeeki
[wiki.git] / GeekiGeeki
1 <div style="float: right">GerryStich.jpg</div>
2
3 GeekiGeeki is yet another fork of PikiWiki.  Its most important feature is of course the GuruMeditation alerts :-).
4 It can also use [[http://git.or.cz/ | git]] or any other SCM as a versioning backend.
5
6 Check the EditingTips to get an idea the supported wiki syntax.
7
8 === Download ===
9
10 ===== Source repository ====
11
12 You can obtain the latest source snapshot through git:
13
14 {{{
15 git-clone http://www.codewiz.org/~bernie/git/geekigeeki.git/
16 git-clone git://www.codewiz.org/~bernie/geekigeeki.git/
17 }}}
18
19 ==== Revision history ====
20
21 Browse it online with GitWeb: http://www.codewiz.org/wikigit/geekigeeki.git
22
23 ==== Individual source files ====
24
25  * [[../wikidata/geekigeeki.py      | geekigeeki.py]]      -- The CGI itself
26  * [[../wikidata/geekigeeki.conf.py | geekigeeki.conf.py]] -- Sample site config
27  * [[../wikidata/geekigeeki.css     | geekigeeki.css]]     -- The stylesheet used at this site
28  * [[../wikidata/post_edit_hook.sh  | post_edit_hook.sh]]  -- Some glue to integrate with git
29  * [[../wikidata/wiki_apache.conf   | wiki_apache.conf]]   -- Sample conf file for Apache
30
31 === Installation ===
32
33 The easiest way is:
34
35  * clone the git repository anywhere you like
36  * edit **wiki_apache.conf** to adapt it to your system, and move or link it to your Apache configuration directory.
37  * customize the wiki through geekigeeki.conf.py
38  * reload Apache
39
40 === Contributing ===
41
42 Please send your patches!  See the GeekiGeekiToDo list for ideas.
43
44 Bugfixes and cute hacks welcome.  BloatWare ''will'' be rejected: this is a minimalistic wiki, damn'it!