/[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.56 by wakaba, Mon Dec 1 07:47:18 2003 UTC revision 1.57 by wakaba, Sun Feb 1 12:33:27 2004 UTC
# Line 1  Line 1 
1  #!/usr/bin/perl -d:DProf  #!/usr/bin/perl -d:DProf
2  BEGIN { $0 = ''.$0 }  BEGIN { $0 = ''.$0 }
3  use strict;  use strict;
4    use lib qw(lib);
5  use CGI::Carp qw(fatalsToBrowser);  use CGI::Carp qw(fatalsToBrowser);
6  require 'wikidata/suikawiki-config.ph'; ## the site configuration script  require 'suikawiki.pl';
 require 'suikawiki.pl'; ## the main script  
7    
8  =head1 NAME  =head1 NAME
9    
10  wiki.cgi --- SuikaWiki: Yet yet another WikiEngine  wiki.cgi - SuikaWiki: Yet yet another WikiEngine - HTTP CGI Script Driver
11    
12    =head1 DESCRIPTION
13    
14    This is a boot script for SuikaWiki HTTP CGI Script Driver (SWHCS).
15    Actual driving of WikiEngine is coded in C<lib/suikawiki.pl>.
16    Options such as WikiDB directories can be specified in C<wikidata/suikawiki.ph>.
17    
18    This file is part of SuikaWiki.
19    
20    =head1 SYNOPSIS
21    
22      $ telnet www.example.net 80<Enter>
23      GET /path/to/wiki/cgi/script?WikiName HTTP/1.1<Enter>
24      Host: www.example.net<Enter>
25      <Enter>
26    
27    Future version of SuikaWiki will accept "Accept: text/plain" HTTP
28    request header field.
29    
30  =head1 SEE ALSO  =head1 SEE ALSO
31    
32  <IW:SuikaWiki:SuikaWiki>  <http://suika.fam.cx/~wakaba/-temp/wiki/wiki?SuikaWiki>,
33    <http://suika.fam.cx/~wakaba/-temp/wiki/wiki?SWHCS>,
34    C<lib/suikawiki.pl>,
35    C<wikidata/suikawiki-config.ph>
36    
37  =head1 LICENSE  =head1 LICENSE
38    
39  Copyright 2002-2003 Wakaba <w@suika.fam.cx>  Copyright 2002-2004 Wakaba <w@suika.fam.cx>.  All rights reserved.
40    
41  This program is free software; you can redistribute it and/or  This program is free software; you can redistribute it and/or
42  modify it under the same terms as Perl itself.  modify it under the same terms as Perl itself.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24