pkgsrc-WIP-cvs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: wip/quickie



Module name:    wip
Committed by:   samott
Date:           Fri Sep  8 04:18:14 UTC 2006

Import into wip/quickie

Log Message:
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

Status:

Vendor Tag:     samott
Release Tags:   samott_20060908
                
N wip/quickie/Makefile
N wip/quickie/distinfo
N wip/quickie/PLIST
N wip/quickie/DESCR
N wip/quickie/MESSAGE
N wip/quickie/patches/patch-ag
N wip/quickie/patches/patch-af
N wip/quickie/patches/patch-ae
N wip/quickie/patches/patch-ac
N wip/quickie/patches/patch-aa
N wip/quickie/patches/patch-ab
N wip/quickie/patches/patch-ad
N wip/quickie/files/netbsd.h

No conflicts created by this import


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs



Home | Main Index | Thread Index | Old Index