NAME

kwiki - The Kwiki Command Line Tool

USAGE

> mkdir cgi-bin/my-kwiki
> cd cgi-bin/my-kwiki
> kwiki -new

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

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