#!/usr/bin/perl
## wiki.cgi --- This is SuikaWiki, yet another WikiEngine
$0 = ''.$0;
use strict;
use CGI::Carp qw(fatalsToBrowser);
require 'wikidata/suikawiki-config.ph';	## the site configuration script
require 'suikawiki.pl';	## the main script

package SuikaWiki;
our $VERSION = '2.2';

=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/11/27 05:30:13 $