diff options
author | jlam <jlam@pkgsrc.org> | 2006-05-02 04:51:01 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-05-02 04:51:01 +0000 |
commit | ba74198867f9ece5fdc2d549c5ed87500b0b03d2 (patch) | |
tree | ef43c025c4c79d454967e3341bba8b0d1c544482 /www/p5-Kwiki-Simple-Server-HTTP/DESCR | |
parent | 457e4643ddbc5e746d7c6a5f550efd238a423607 (diff) | |
download | pkgsrc-ba74198867f9ece5fdc2d549c5ed87500b0b03d2.tar.gz |
Import Kwiki::Simple::Server::HTTP-0.03 as p5-Kwiki-Simple-Server-HTTP.
This Kwiki plugin can run a standalone HTTP server for the Kwiki under
the current working directory. It is helpful for debugging purposes
or for starting up a wiki site quickly. After installation, just run:
kwiki -start
and you can access the Kwiki site at http://localhost:8080/.
Diffstat (limited to 'www/p5-Kwiki-Simple-Server-HTTP/DESCR')
-rw-r--r-- | www/p5-Kwiki-Simple-Server-HTTP/DESCR | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/www/p5-Kwiki-Simple-Server-HTTP/DESCR b/www/p5-Kwiki-Simple-Server-HTTP/DESCR new file mode 100644 index 00000000000..447d0cd602b --- /dev/null +++ b/www/p5-Kwiki-Simple-Server-HTTP/DESCR @@ -0,0 +1,7 @@ +This Kwiki plugin can run a standalone HTTP server for the Kwiki under +the current working directory. It is helpful for debugging purposes +or for starting up a wiki site quickly. After installation, just run: + + kwiki -start + +and you can access the Kwiki site at http://localhost:8080/. |