aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorgarga <garga@FreeBSD.org>2006-05-17 21:48:19 +0800
committergarga <garga@FreeBSD.org>2006-05-17 21:48:19 +0800
commitcf4ca5874916f05817d00269b4e8f5df1c1ca2f5 (patch)
tree1c8b6721da55f78970b2fd811ccd163aed4138f3 /x11
parentcc927a8320a91046f1eb9b7e449a7dbbe6e37455 (diff)
downloadfreebsd-ports-gnome-cf4ca5874916f05817d00269b4e8f5df1c1ca2f5.tar.gz
freebsd-ports-gnome-cf4ca5874916f05817d00269b4e8f5df1c1ca2f5.tar.zst
freebsd-ports-gnome-cf4ca5874916f05817d00269b4e8f5df1c1ca2f5.zip
Quickie is a small footprint, fast C++ Wiki engine; hence the name.
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. Online demo: http://quickie.sourceforge.net/cgi-bin/quickie WWW: http://quickie.sourceforge.net/ PR: ports/97376 Submitted by: Shaun Amott <shaun@inerd.com>
Diffstat (limited to 'x11')
0 files changed, 0 insertions, 0 deletions