#!/usr/bin/perl ## wiki.cgi --- This is SuikaWiki, yet another WikiEngine use strict; use CGI::Carp qw(fatalsToBrowser); our $VERSION = do{my @r=(q$Revision: 1.52 $=~/\d+/g);sprintf "%d."."%02d" x $#r,@r}; 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 =head1 LICENSE Copyright 2002-2003 Wakaba This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. =cut 1; # $Date: 2003/03/27 06:25:01 $