/[gedafe]/trunk/example/demo1.cgi
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /trunk/example/demo1.cgi

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (show annotations)
Mon Feb 14 18:52:26 2005 UTC (19 years, 2 months ago) by dpavlin
File size: 571 byte(s)
import of Gedafe 1.2.2

1 #!/usr/bin/speedy -w
2
3 # uncomment this when doing maintenance work:
4 # print "Content-Type: text/html\n\n";
5 # print "Database temporarily disabled for maintenance.<br>\n";
6 # exit;
7
8 use lib "/usr/local/gedafe/lib/perl";
9
10 use Gedafe::Start;
11
12 $|=1; # do not buffer output to get a more responsive feeling
13
14 Start(
15 db_datasource => 'dbi:Pg:dbname=demo1',
16 list_rows => 15,
17 templates => '/usr/local/gedafe/example/templates',
18 pearl_dir => '/usr/local/gedafe/example/mypearls',
19 isearch => 'java/isearch.jar',
20 show_row_count => 0,
21 );

Properties

Name Value
svn:executable

  ViewVC Help
Powered by ViewVC 1.1.26