From: Bernie Innocenti Date: Fri, 14 Aug 2009 22:38:18 +0000 (+0200) Subject: Merge branch 'master' of ssh://trinity.codewiz.org/~/public_html/wiki/git/wiki X-Git-Url: https://codewiz.org/gitweb?p=wiki.git;a=commitdiff_plain;h=7f4098484d17abae426bd8a32f8744722c1f1b35;hp=-c Merge branch 'master' of ssh://trinity.codewiz.org/~/public_html/wiki/git/wiki --- 7f4098484d17abae426bd8a32f8744722c1f1b35 diff --combined GeekiGeeki index 6e7af9a,425731c..bfbaa95 --- a/GeekiGeeki +++ b/GeekiGeeki @@@ -1,16 -1,16 +1,16 @@@ -== Geeki Geeki, the Stupid Stupid Wiki Wiki == +
{{GerryStich.png}}
-
GerryStich.png
+== Geeki Geeki, the Stupid Stupid Wiki Wiki == GeekiGeeki is a minimalistic wiki with a [[http://git.or.cz/ | Git]] backend, a high features/complexity ratio and a clean syntax. Check the EditingTips page for an idea the supported markup.
- For all your geeky wiki needs, GeekiGeeki is **the** stupid choice you can't avoid! + **The** stupid choice for your geeky wiki needs!
- Tags: [[tags/fast|fast]], [[tags/stupid|stupid]], [[tags/!bloated|!bloated]], [[tags/h4x0r|h4x0r]] [[tags/cheapasincheapbeer|cheapasincheapbeer]] + Tags: [[tags/fast|fast]] [[tags/stupid|stupid]] [[tags/!bloated|!bloated]] [[tags/h4x0r|h4x0r]] [[tags/cheapasincheapbeer|cheapasincheapbeer]] == Features == @@@ -66,7 -66,7 +66,7 @@@ git clone git://www.codewiz.org/~bernie ===== Revision history ===== -Browse it online with GitWeb: http://www.codewiz.org/wikigit/geekigeeki.git +Browse it with [[http://www.codewiz.org/wikigit/geekigeeki.git|GitWeb]] ===== Individual source files ===== @@@ -76,41 -76,13 +76,13 @@@ * [[http://www.codewiz.org/wikigit/geekigeeki.git/blob_plain/HEAD:/wiki_apache.conf | wiki_apache.conf ]] -- Sample conf file for Apache * [[sys/geekigeeki.css | geekigeeki.css ]] -- The stylesheet used at this site - == Installation == + == Installation and upgrade == - The easiest way is: - - * clone the git repository anywhere you like - * edit **wiki_apache.conf** to adapt it to your system, and move or link it to your Apache configuration directory. - * customize the wiki through geekigeeki.conf.py - * create a git repository for your wiki: - {{{ - mkdir data - cd data - git init --shared=group - chgrp -R apache . - }}} - * reload Apache - - == Update procedure == - - If you cloned the repository as suggested, updating and downgrading is easy: - - {{{ - git pull - }}} - - to switch to a different version of GeekiGeeki: - - {{{ - git checkout {tree-ish} - }}} - - where '##{tree-ish}## could be a tag, a branch name, or a specific commit. + See [[geeki/install]] for new installations, [[geeki/upgrade]] if you are already running a previous version of GeekiGeeki. == Contributing == - Please send your patches! See the GeekiGeekiToDo list for ideas. + Please send your patches! See the [[geeki/TODO]] list for ideas. Bugfixes and cute hacks welcome. BloatWare //will// be rejected: this is a minimalistic wiki, damn'it!