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

Contents of /suikawiki/script/wiki.cgi

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.53 - (hide annotations) (download)
Thu Apr 3 01:09:31 2003 UTC (21 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.52: +1 -2 lines
*** empty log message ***

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.16 =head1 NAME
10 wakaba 1.9
11 w 1.51 wiki.cgi --- SuikaWiki: Yet yet another WikiEngine
12 w 1.49
13     =head1 SEE ALSO
14    
15     <IW:SuikaWiki:SuikaWiki>
16 wakaba 1.9
17 wakaba 1.16 =head1 LICENSE
18 wakaba 1.9
19 wakaba 1.52 Copyright 2002-2003 Wakaba <w@suika.fam.cx>
20 wakaba 1.9
21 wakaba 1.16 This program is free software; you can redistribute it and/or
22     modify it under the same terms as Perl itself.
23 wakaba 1.9
24     =cut
25 wakaba 1.52
26 wakaba 1.53 1; # $Date: 2003/03/27 06:25:01 $

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24