HTTP::Server::Simple::Kwiki - Standalone Kwiki server


HTTP-Server-Simple-Kwiki documentation  | view source Contained in the HTTP-Server-Simple-Kwiki distribution.

Index


NAME

Top

HTTP::Server::Simple::Kwiki - Standalone Kwiki server

SYNOPSIS

Top

  use HTTP::Server::Simple::Kwiki;

  chdir "my-kwiki"; 
  my $server = HTTP::Server::Simple::Kwiki->new();
  $server->run();

DESCRIPTION

Top

HTTP::Server::Simple::Kwiki is a standalone webserver for Kwiki. This means that you don't need to run it under a proper webserver. This is intended mostly for debugging Kwiki, or for when you just want to play with it without having to configure Apache.

Note that all you need to do is write a script like in the synopsis, remembering to chdir into your Kwiki directory.

CONSTRUCTOR

Top

SEE ALSO

Top

Related modules which may be of interest: Kwiki, HTTP::Server::Simple.

AUTHOR

Top

Leon Brocard, <acme@astray.com>

COPYRIGHT

Top


HTTP-Server-Simple-Kwiki documentation  | view source Contained in the HTTP-Server-Simple-Kwiki distribution.