X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=GeekiGeeki;h=7cf85b7a683c94f9ddc676f17251599aed512235;hb=2b8007d34d1edf76557edc5a3fd70bdddc399fb4;hp=a07dfadf88d7b03f62b85ac690ac90a22a2e0b88;hpb=0fd0a761b2537721b5f4cb58779fcfdd423ad444;p=wiki.git diff --git a/GeekiGeeki b/GeekiGeeki index a07dfad..7cf85b7 100644 --- a/GeekiGeeki +++ b/GeekiGeeki @@ -7,10 +7,10 @@ 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 == @@ -50,9 +50,9 @@ Naa! Geeki Geeki is really distributed under the [[http://www.fsf.org/licensing/ ==== Releases ==== -|| 01-May-2009 || **v4.0** || http://www.codewiz.org/wikigit/geekigeeki.git?a=snapshot;h=v4.0;sf=tbz2 || -|| 11-Dec-2008 || **v3.0** || http://www.codewiz.org/wikigit/geekigeeki.git?a=snapshot;h=v3.0;sf=tbz2 || -|| 23-Sep-2008 || **v2.0** || http://www.codewiz.org/wikigit/geekigeeki.git?a=snapshot;h=v2.0;sf=tbz2 || +|| 01-May-2009 || [[http://www.codewiz.org/wikigit/geekigeeki.git?a=snapshot;h=v4.0|geekigeeki-4.0.tar.gz]] || +|| 11-Dec-2008 || [[http://www.codewiz.org/wikigit/geekigeeki.git?a=snapshot;h=v3.0|geekigeeki-3.0.tar.gz]] || +|| 23-Sep-2008 || [[http://www.codewiz.org/wikigit/geekigeeki.git?a=snapshot;h=v2.0|geekigeeki-2.0.tar.gz]] || ==== Source ==== @@ -78,35 +78,7 @@ Browse it online with GitWeb: http://www.codewiz.org/wikigit/geekigeeki.git == Installation == -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]]. == Contributing ==