head	1.3;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2;
locks; strict;
comment	@# @;


1.3
date	2011.03.19.12.36.39;	author miwi;	state Exp;
branches;
next	1.2;

1.2
date	2006.05.26.17.38.15;	author pav;	state Exp;
branches;
next	1.1;

1.1
date	2006.05.17.13.48.19;	author garga;	state Exp;
branches;
next	;


desc
@@


1.3
log
@- Get Rid MD5 support
@
text
@SHA256 (quickie-1.1.tar.gz) = 268be3ad142a544b2ffa71416b04ba014fdcbd97562b26d0c6cd912b71daa6b2
SIZE (quickie-1.1.tar.gz) = 278045
SHA256 (quickie-1.1.pdf) = 806c84bb31b00573f15ce9897a1526f3b7e1451e0fe1d89b07bb582943660ee1
SIZE (quickie-1.1.pdf) = 76778
@


1.2
log
@- Update to 1.1
- Fix build on FreeBSD 4.X

PR:		ports/97935
Submitted by:	Shaun Amott <shaun@@inerd.com> (maintainer)
@
text
@a0 1
MD5 (quickie-1.1.tar.gz) = 05d1c560d571c32fbb6b37ac9607b2c8
a2 1
MD5 (quickie-1.1.pdf) = c09ecedf4e04905ca44297983df99297
@


1.1
log
@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>
@
text
@d1 6
a6 6
MD5 (quickie-1.0.tar.gz) = 5dca1346dfbe034d8e43061763b9fb92
SHA256 (quickie-1.0.tar.gz) = cdf17e935852f3e9d5b6928bea71e7acaf40f5b6df8779595927b13cea1eb93f
SIZE (quickie-1.0.tar.gz) = 274016
MD5 (quickie-1.0.pdf) = f9c2db25e11e0baf250d39bec0273e29
SHA256 (quickie-1.0.pdf) = 2963b7cb55095f2970bcd9a1193bea31916f0ee219f64a9fb40fefb77a7873e4
SIZE (quickie-1.0.pdf) = 110380
@

