Welcome to Quickie

Welcome to Quickie Wiki, the C++ Wiki Wiki.

Quickie was written because the author had a significantly under-powered ancient 386 as a web server, and any sort of CPU load at all was going to bring it to its knees. Nor did it have much memory, so huge runtime footprints were out of the question as well. These constraints ruled out interpretive languages such as Perl and Python, and even Java.

There was a distinct lack of compiled wiki engines written in C or C++, so in the true "how hard can it be?" open source spirit, the Quickie project was born.

The earliest insight for Quickie was that most wiki pages are only read by clients, and writes are much less likely. By caching the HTML, it became possible to place a very low burden on the web server. The wiki pages only had to be converted into HTML when they were modified.

How hard can it be? Not very, but it takes an order of magnitude longer than anyone would guess.

Suggestions are feedback are always welcome. Send your email to Peter Miller and he will endeavour to answer them. Source code patches are, of course, preferable to simple bug reports.

Wishlist

Would you like to work on an Open Source project? Here is the Wishlist for Quickie, you are sure to find something to do.

The Quickie Manual

The Quickie Manual contains documentation about all aspects of using and managing your Quickie installation.

Edit this page. Historical versions.
This content last modified Thu Apr 28 22:08:31 2005. This html text generated Thu Apr 28 22:08:31 2005.