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

Contents of /suikawiki/script/wiki.cgi

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.54.2.1 - (show annotations) (download)
Thu Nov 27 05:30:13 2003 UTC (20 years, 5 months ago) by wakaba
Branch: branch-suikawiki-1
Changes since 1.54: +2 -2 lines
Change $0

1 #!/usr/bin/perl
2 ## wiki.cgi --- This is SuikaWiki, yet another WikiEngine
3 $0 = ''.$0;
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 package SuikaWiki;
10 our $VERSION = '2.2';
11
12 =head1 NAME
13
14 wiki.cgi --- SuikaWiki: Yet yet another WikiEngine
15
16 =head1 SEE ALSO
17
18 <IW:SuikaWiki:SuikaWiki>
19
20 =head1 LICENSE
21
22 Copyright 2002-2003 Wakaba <w@suika.fam.cx>
23
24 This program is free software; you can redistribute it and/or
25 modify it under the same terms as Perl itself.
26
27 =cut
28
29 1; # $Date: 2003/08/06 03:04:22 $

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24