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 You can obtain source code through git:
11
12 {{{
13 git-clone http://www.codewiz.org/~bernie/git/geekigeeki.git/
14 git-clone git://www.codewiz.org/~bernie/geekigeeki.git/
15 }}}
16
17 Browse the repository with GitWeb: http://www.codewiz.org/wikigit/geekigeeki.git
18
19 Individual source files are also available here:
20  * [[../wikidata/geekigeeki.py      | geekigeeki.py]]      -- The CGI itself
21  * [[../wikidata/geekigeeki.conf.py | geekigeeki.conf.py]] -- Sample site config
22  * [[../wikidata/geekigeeki.css     | geekigeeki.css]]     -- The stylesheet used at this site
23  * [[../wikidata/post_edit_hook.sh  | post_edit_hook.sh]]  -- Some glue to integrate with git
24  * [[../wikidata/wiki_apache.conf   | wiki_apache.conf]]   -- Sample conf file for Apache
25
26 ==== Installation ====
27
28 The easiest way is:
29
30  * clone the git repository anywhere you like
31  * edit **wiki_apache.conf** to adapt it to your system, and move or link it to your Apache configuration directory.
32  * customize the wiki through geekigeeki.conf.py
33  * reload Apache
34
35 ==== Contributing ====
36
37 Please send your patches!  See the GeekiGeekiToDo list for ideas.
38
39 Bugfixes and cute hacks welcome.  BloatWare ''will'' be rejected: this is a minimalistic wiki, damn'it!