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

Contents of /suikawiki/script/wiki.cgi

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.52 - (show annotations) (download)
Thu Mar 27 06:25:01 2003 UTC (21 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.51: +7 -1226 lines
Updated

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24