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