/[pub]/suikawiki/script/wiki.cgi
Suika

Contents of /suikawiki/script/wiki.cgi

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.53 - (show annotations) (download)
Thu Apr 3 01:09:31 2003 UTC (21 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.52: +1 -2 lines
*** empty log message ***

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24