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

Contents of /suikawiki/script/wiki.cgi

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.56 - (hide annotations) (download)
Mon Dec 1 07:47:18 2003 UTC (20 years, 5 months ago) by wakaba
Branch: MAIN
Changes since 1.55: +3 -7 lines
Set $0 in BEGIN block

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24