NAME
kwiki - The Kwiki Command Line Tool
USAGE
> kwiki -new cgi-bin/my-kwiki
Kwiki software installed! Point your browser at this location.
DESCRIPTION
Kwiki is a simple extendable wiki framework, written in Perl.
The kwiki command line tool is used to install and maintain a Kwiki installation.
To install a new Kwiki, create an empty directory and type:
kwiki -new
or specify the directory on the command:
kwiki -new path/for/installation
To add plugins to a configuration, install the plugin modules from CPAN, add them to the plugins configuration file, and type:
kwiki -update
SEE ALSO
See Kwiki for more information.
AUTHOR
Brian Ingerson <ingy@cpan.org>
COPYRIGHT
Copyright (c) 2004. Brian Ingerson. All rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
See http://www.perl.com/perl/misc/Artistic.html