Quickie 1.1

Quickie is a small footprint, fast C++ Wiki engine; hence the name. I went looking for small, fast, open source wiki engines on the Internet and didn't find one. Too many were written in interpretive languages with huge run-time footprints. Quickie is small and fast.
SourceForge.net Logo

This page is hosted by SourceForge: see also the Project and Statistics pages.

[ Download | Online Repository ]
[ Sourceforge: Project | Statistics ]
[ Online Demo: Quickie's wiki about itself. ]

You could support this project with a donation.

The fundamental insight for this engine is that wiki pages are read far more often than they are modified. Thus, the generated HTML can be cached. It follows that the main code path will check that the .html file exists and simply copy it to stdout in the vast majority of cases. The .html file generated from each .wiki file is about the same size as the .wiki file itself, so there will be no particular I/O advantage, but there is a huge CPU advantage, and a significant memory footprint advantage, and since I want to run a wiki on a geriatric 20MB 33MHz 386 machine, this is a good thing.

The source distribution is self configuring using a GNU Autoconf generated configure script.


Quickie is written and owned by Peter Miller <millerp@canb.auug.org.au> and is freely distributable under the terms and conditions of the GNU GPL. There is more Software by Peter Miller at his home page.

Quickie is developed using Aegis, a transaction based software configuration management system. The Aegis repository for this project is available.


This page has been accessed approximately times since 21-May-2006.