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

Contents of /suikawiki/script/wiki.cgi

Parent Directory Parent Directory | Revision Log Revision Log


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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24