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

Contents of /suikawiki/script/wiki.cgi

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.54 - (show annotations) (download)
Wed Aug 6 03:04:22 2003 UTC (20 years, 9 months ago) by wakaba
Branch: MAIN
Branch point for: branch-suikawiki-1
Changes since 1.53: +4 -1 lines
Have version info.

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 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/04/03 01:09:31 $

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24