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

Contents of /suikawiki/script/wiki.cgi

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.56 - (show annotations) (download)
Mon Dec 1 07:47:18 2003 UTC (20 years, 5 months ago) by wakaba
Branch: MAIN
Changes since 1.55: +3 -7 lines
Set $0 in BEGIN block

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 $

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24