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

Diff of /suikawiki/script/wiki.cgi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.55 by wakaba, Thu Nov 27 05:31:05 2003 UTC revision 1.56 by wakaba, Mon Dec 1 07:47:18 2003 UTC
# Line 1  Line 1 
1  #!/usr/bin/perl  #!/usr/bin/perl -d:DProf
2  ## wiki.cgi --- This is SuikaWiki, yet another WikiEngine  BEGIN { $0 = ''.$0 }
 $0 = ''.$0;  
3  use strict;  use strict;
4  use CGI::Carp qw(fatalsToBrowser);  use CGI::Carp qw(fatalsToBrowser);
5  require 'wikidata/suikawiki-config.ph'; ## the site configuration script  require 'wikidata/suikawiki-config.ph'; ## the site configuration script
6  require 'suikawiki.pl'; ## the main script  require 'suikawiki.pl'; ## the main script
7    
 package SuikaWiki;  
 our $VERSION = '2.2';  
   
8  =head1 NAME  =head1 NAME
9    
10  wiki.cgi --- SuikaWiki: Yet yet another WikiEngine  wiki.cgi --- SuikaWiki: Yet yet another WikiEngine

Legend:
Removed from v.1.55  
changed lines
  Added in v.1.56

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24