| 1 |
#!/usr/bin/perl -d:DProf |
| 2 |
BEGIN { $0 = ''.$0 } |
| 3 |
use strict; |
| 4 |
use CGI::Carp qw(fatalsToBrowser); |
| 5 |
require 'wikidata/suikawiki-config.ph'; ## the site configuration script |
| 6 |
require 'suikawiki.pl'; ## the main script |
| 7 |
|
| 8 |
=head1 NAME |
| 9 |
|
| 10 |
wiki.cgi --- SuikaWiki: Yet yet another WikiEngine |
| 11 |
|
| 12 |
=head1 SEE ALSO |
| 13 |
|
| 14 |
<IW:SuikaWiki:SuikaWiki> |
| 15 |
|
| 16 |
=head1 LICENSE |
| 17 |
|
| 18 |
Copyright 2002-2003 Wakaba <w@suika.fam.cx> |
| 19 |
|
| 20 |
This program is free software; you can redistribute it and/or |
| 21 |
modify it under the same terms as Perl itself. |
| 22 |
|
| 23 |
=cut |
| 24 |
|
| 25 |
1; # $Date: 2003/11/27 05:31:05 $ |