awkiawki
Description
awkiawki is a WikiWiki-Clone written in awk. If you don't know what a
WikiWiki is, have a look at http://c2.com/cgi/wiki. There you will
find the first WikiWiki and a lot of information about it.
The original WikiWiki from Ward
Cunningham is not the only WikiWiki Software on the internet. You will
find a few dozen WikiWiki-Clones, also known as WikiWiki Engines (see list below for more links about WikiWiki-Clones).
So, why Yet Another Wiki Clone?
Speed! That is the only reason why I wrote awkiawki. I needed a
WikiWiki for a Sun Sparcstation 10 (36MHz) and all Perl and Python
solutions were far to slow.
For whom is it?
- For anyone who want to use a WikiWiki with small Hardware
- For anyone who want to get rid of bloated Perl and Python interpreter
:-)
- For anyone who want to use a WikiWiki without installing a
database
Features
- tiny (currently ~300 lines of code)
- fast (awk is less complex as perl or python)
- easy installation (just three small scripts)
- portable (mawk, nawk, gawk, ...)
- Formatting Rules like the original WikiWikiWeb
- Write Protection for selected files (regex)
- Filebased (no Database is needed)
- PageHistory (with rcs)
- Text Search
Requirements
- awk interpreter (nawk, GNU/gawk, mawk, etc.)
- HTTP Server with CGI Interface
Download
awkiawki-0.1 is available since 2004-07-13
You can download awkiawki at sourceforge.net.
CVS
You can use anonymous CVS or WebCVS.
Links
http://bogosoft.com Oliver Tonnhofer
$Id: index.html,v 1.8 2004/07/13 17:12:34 olt Exp $