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

Contents of /suikawiki/script/wiki.cgi

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.57 - (show annotations) (download)
Sun Feb 1 12:33:27 2004 UTC (20 years, 3 months ago) by wakaba
Branch: MAIN
Changes since 1.56: +27 -6 lines
Don't require 'suikawiki-config.ph' directly

1 #!/usr/bin/perl -d:DProf
2 BEGIN { $0 = ''.$0 }
3 use strict;
4 use lib qw(lib);
5 use CGI::Carp qw(fatalsToBrowser);
6 require 'suikawiki.pl';
7
8 =head1 NAME
9
10 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
31
32 <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
38
39 Copyright 2002-2004 Wakaba <w@suika.fam.cx>. All rights reserved.
40
41 This program is free software; you can redistribute it and/or
42 modify it under the same terms as Perl itself.
43
44 =cut
45
46 1; # $Date: 2003/12/01 07:47:18 $

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24