BashWiki
Inhaltsverzeichnis
BashWiki
BashWiki is an collection of bash/haserl scripts providing an simple wiki with history function.
Download
- bashwiki-0.1 (20070710)
Requirements
- haserl > 0.9.16 (At the moment, this is the development version)
- git
- bash
- sed
- dirname
- /bin/rm ( with -rf option )
- /bin/mkdir ( with -p option )
- perl ( for markdown.pl only )
Special Features
Because markdown.pl isn't really fast, bashwiki will cache its results in $PAGE.cache to accelerate the speed of bashwiki. Another special feature is the wiki history. It is implemented with git, normaly an tool for managing different revisions of an software project. In most cases bashwiki uses speacial bash features, because they are builtins of bash and so they are faster than forking a sed or something like this.