/[gedafe]/trunk/network_topology/index.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

Annotation of /trunk/network_topology/index.cgi

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3 - (hide annotations)
Mon Feb 14 20:58:20 2005 UTC (19 years, 1 month ago) by dpavlin
File size: 594 byte(s)
my own application about Network Topology

1 dpavlin 3 #!/usr/bin/perl -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 constant BASE_DIR => '/home/dpavlin/public_html/gedafe';
9    
10     use lib BASE_DIR.'/lib/perl';
11    
12     use Gedafe::Start;
13    
14     $|=1; # do not buffer output to get a more responsive feeling
15    
16     Start(
17     db_datasource => 'dbi:Pg:dbname=network_topology',
18     list_rows => 50,
19     templates => BASE_DIR.'/network_topology/templates',
20     pearl_dir => BASE_DIR.'/network_topology/mypearls',
21     show_row_count => 1,
22     );

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26