== 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!
* reload or restart the web server
-See also [[geeki/update]] for the update procedure.
+See also [[geeki/upgrade]] for a simplified procedure for existing installations.
+++ /dev/null
-== Update procedure ==
-
-If you cloned the repository as suggested by the [[geeki/install]] procedure,
-updating and downgrading becomes quite straightforward:
-
-{{{
-cd wiki
-git pull
-cd data
-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.
--- /dev/null
+== Update procedure ==
+
+If you cloned the repository as suggested by the [[geeki/install]] procedure,
+updating and downgrading becomes quite straightforward:
+
+{{{
+cd wiki
+git pull
+cd data
+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.