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

Contents of /suikawiki/script/wiki.cgi

Parent Directory Parent Directory | Revision Log Revision Log


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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24