Edit page PikiWiki
[wiki.git] / GeekiGeeki
1 <div style="float: right">{{GerryStich.png}}</div>
2
3 == Geeki Geeki, the Stupid Stupid Wiki Wiki ==
4
5 GeekiGeeki is a minimalistic wiki with a [[http://git.or.cz/ | Git]]
6 backend, an unusually high features/complexity ratio and a clean wiki syntax.
7 Check the EditingTips page for an idea the supported markup.
8
9 <div style="font-size: large; color: red;  text-align: center">
10 **The** stupid choice for your geeky wiki needs!
11 </div>
12
13 Tags: [[tags/fast|fast]] [[tags/stupid|stupid]] [[tags/!bloated|!bloated]] [[tags/h4x0r|h4x0r]] [[tags/cheapasincheapbeer|cheapasincheapbeer]]
14
15
16 == Features ==
17
18  * S^3: Simple, Small, Stupid
19  * Rich, clean markup syntax, highly compatible with [[WikiCreole]] and [[MoinMoin]]
20  * Versioned and distributed storage backend based on git
21  * Easy to interface with other storage back-ends through a glue script
22  * Interfaces with GitWeb for history browsing, RSS...
23  * Consistent use of CSS for easy theming
24  * HTML pass-through for powerful formatting
25  * Pluggable macros
26  * Page includes (templates with parameters coming)
27  * Blogging support
28  * Hierarchical namespace with automatic directory listing
29  * [[pictures | Picture gallery]] (poor man's Flick'r)
30  * Video playback (poor man's You Tube)
31  * User accounts supported through web server's HTTP basic auth
32  * Per-page ACLs
33  * Title and full-text search with full regex power
34  * Easy drop-in installation (no WSGI, mod_python, FCGI...)
35  * Fast!
36  * Small! Codebase is just 800 LOCs!
37  * Derived from [[PikiWiki]], like [[MoinMoin]]
38  * [[GuruMeditation]] alerts :-)
39
40 == License ==
41
42 GeekiGeeki is Gratis Software as in Gratuitous Speech, not Cheap as in Cheap Beer.
43 Consult your lawyer before using to check whether this is compatible with your current
44 brand of beer.
45
46 Naa! GeekiGeeki is really distributed under the [[http://www.fsf.org/licensing/licenses/agpl-3.0.html|GNU Affero General Public License version 3]] or later.
47
48 == Download ==
49
50 ==== Releases ====
51
52 || 01-May-2009 || [[http://src.codewiz.org/wikigit/geekigeeki.git?a=snapshot;h=v4.0|geekigeeki-4.0.tar.gz]] ||
53 || 11-Dec-2008 || [[http://src.codewiz.org/wikigit/geekigeeki.git?a=snapshot;h=v3.0|geekigeeki-3.0.tar.gz]] ||
54 || 23-Sep-2008 || [[http://src.codewiz.org/wikigit/geekigeeki.git?a=snapshot;h=v2.0|geekigeeki-2.0.tar.gz]] ||
55
56
57 ==== Source ====
58
59 You can obtain the latest version -- actually ''any'' version -- through git:
60
61 {{{
62 git clone http://src.codewiz.org/~bernie/git/geekigeeki.git/
63 git clone git://src.codewiz.org/~bernie/geekigeeki.git/
64 }}}
65
66 Browse the revision history in [[https://www.codewiz.org/gitweb/geekigeeki.git/|GitWeb]]
67
68 Individual source files:
69
70  * [[http://src.codewiz.org/wikigit/geekigeeki.git/blob_plain/HEAD:/geekigeeki.py        | geekigeeki.py      ]] -- The CGI itself
71  * [[http://src.codewiz.org/wikigit/geekigeeki.git/blob_plain/HEAD:/geekigeeki.conf.py.. | geekigeeki.conf.py ]] -- Sample site config
72  * [[http://src.codewiz.org/wikigit/geekigeeki.git/blob_plain/HEAD:/post_edit_hook.sh    | post_edit_hook.sh  ]] -- Some glue to integrate with git
73  * [[http://src.codewiz.org/wikigit/geekigeeki.git/blob_plain/HEAD:/wiki_apache.conf     | wiki_apache.conf   ]] -- Sample conf file for Apache
74  * [[sys/geekigeeki.css                                                                  | geekigeeki.css     ]] -- The stylesheet used at this site
75
76 Yes, that's the whole thing!
77
78
79 == Installation and upgrade ==
80
81 See [[geeki/install]] for new installations, [[geeki/upgrade]] if you are already running a previous version of GeekiGeeki.
82
83 == Contributing ==
84
85 Please send your patches!  See the [[geeki/TODO]] list for ideas.
86
87 Bugfixes and cute hacks welcome.  BloatWare //will// be rejected: this is
88 a minimalistic wiki, damn'it!