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 wants to use a WikiWiki on really slow hardware
- For anyone who wants 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 here.
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 $