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


NAME

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

Back to Top


SYNOPSIS

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

Back to Top


DESCRIPTION

the HTTP::Server::Simple::Kwiki manpage 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.

Back to Top


CONSTRUCTOR

Back to Top


SEE ALSO

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

Back to Top


AUTHOR

Leon Brocard, <acme@astray.com>

Back to Top


COPYRIGHT

Copyright (C) 2005, Leon Brocard

This module is free software; you can redistribute it or modify it under the same terms as Perl itself.

Back to Top

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