X-Git-Url: https://codewiz.org/gitweb?p=wiki.git;a=blobdiff_plain;f=GeekiGeeki;h=f7b6e232772429a1f295b6ff1ea4643f1a3066bc;hp=47cb3117ef1c1cd391ed9f8451b60040f59bbc7e;hb=06031171db13feeb7028fcdc3a5b4bed3c6e0f07;hpb=c2e2349ad2a813e2af5e611a4e97627a49cf7593 diff --git a/GeekiGeeki b/GeekiGeeki index 47cb311..f7b6e23 100644 --- a/GeekiGeeki +++ b/GeekiGeeki @@ -3,7 +3,7 @@ ==== What is Geeki Geeki? ==== GeekiGeeki is yet another fork of PikiWiki. Its most important feature is of course the GuruMeditation alerts :-). -It can also use [[http://git.or.cz/ | git]] or any other SCM as a versioning backend. +It can also use [[http://git.or.cz/ | git]] or any other SCM of your choice as a versioning backend. Check the EditingTips to get an idea the supported wiki syntax. @@ -39,6 +39,20 @@ The easiest way is: * customize the wiki through geekigeeki.conf.py * 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 <tag> +}}} + ==== Contributing ==== Please send your patches! See the GeekiGeekiToDo list for ideas.