Edit page TwoHundredDollarLaptop
[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  * Create a git repository for your wiki:
41  {{{
42  mkdir data
43  cd data
44  git-init --shared=group
45  chgrp -R apache .
46  }}}
47  * reload Apache
48
49 ==== Update procedure ====
50
51 If you cloned the repository as suggested, updating and downgrading is easy:
52
53 {{{
54 git-pull
55 }}}
56
57 to switch to a different version of GeekiGeeki:
58
59 {{{
60 git-checkout VERSION
61 }}}
62
63 ==== Contributing ====
64
65 Please send your patches!  See the GeekiGeekiToDo list for ideas.
66
67 Bugfixes and cute hacks welcome.  BloatWare ''will'' be rejected: this is
68 a minimalistic wiki, damn'it!