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

Contents of /suikawiki/script/wiki.cgi

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.58 - (show annotations) (download)
Fri Mar 12 04:54:19 2004 UTC (20 years, 2 months ago) by wakaba
Branch: MAIN
CVS Tags: release-3-0-0
Branch point for: paragraph-200404, helowiki, helowiki-2005
Changes since 1.57: +7 -2 lines
Load suikawiki-config on this stage

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24