#!/usr/bin/perl
## wiki.cgi --- This is SuikaWiki, yet another WikiEngine

use strict;
use CGI::Carp qw(fatalsToBrowser);
require 'wikidata/suikawiki-config.ph';	## the site configuration script
require 'suikawiki.pl';	## the main script

=head1 NAME

wiki.cgi --- SuikaWiki: Yet yet another WikiEngine

=head1 SEE ALSO

<IW:SuikaWiki:SuikaWiki>

=head1 LICENSE

Copyright 2002-2003 Wakaba <w@suika.fam.cx>

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

=cut

1; # $Date: 2003/04/03 01:09:31 $