/[locfinder]/locfinder/config.cvs
ViewVC logotype

Diff of /locfinder/config.cvs

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by yob, Wed Jan 15 12:05:09 2003 UTC revision 1.2 by yob, Sun Jan 19 14:13:29 2003 UTC
# Line 19  Line 19 
19    
20      $opt_theme = "melbWireless";      $opt_theme = "melbWireless";
21    
22      $opt_server = "melbourne.wireless.org.au"; // servername, without      $opt_server = "melbourne.wireless.org.au"; // servername, without http:// or a trailing /
 http:// or a trailing /  
23      $opt_loc_path = "/some/path/"; // web-visible path      $opt_loc_path = "/some/path/"; // web-visible path
24      $opt_full_path = "/some/path/"; // full path on the server      $opt_full_path = "/some/path/"; // full path on the server
25    
     $opt_wiki = 1;  
     $opt_wiki_url = "server.com/wiki/?"; // string to access a wiki page  
     $opt_wiki_prefix = "Node"; // are wiki node pages prefixed by a word?  
   
26      $opt_maintainer = "Joe Blogs";      $opt_maintainer = "Joe Blogs";
27      $opt_maintainer_email = "joe@somewhere.com";      $opt_maintainer_email = "joe@somewhere.com";
28    
# Line 55  http:// or a trailing / Line 50  http:// or a trailing /
50      }      }
51    
52  /*  /*
53     *  Part 3 : Misc Features
54     *
55     */
56    
57        $opt_wiki = 1;
58        $opt_wiki_url = "server.com/wiki/?"; // string to access a wiki page
59        $opt_wiki_prefix = "Node"; // are wiki node pages prefixed by a word?
60    
61        $opt_defined_suburb_list = 0;
62        $opt_suburb_file = "suburbs"; // path from locfinder directory
63    
64        $opt_links = 1;
65        
66        $opt_interfaces = 1;
67        
68        $opt_services = 1;
69    
70        $opt_cull = 1;
71        $opt_cull_warning_1 = "120"; //number of days a node must be inactive
72        $opt_cull_warning_2 = "150"; //number of days a node must be inactive
73        $opt_cull_delete = "180"; //number of days before deletion
74    
75    
76    
77    /*
78   *  Part 3 : Mapping   *  Part 3 : Mapping
79   *   *
80   */   */
# Line 73  http:// or a trailing / Line 93  http:// or a trailing /
93    
94          // Mapserver Options          // Mapserver Options
95          $opt_mapserver_server = "server.com"; //mapserver url          $opt_mapserver_server = "server.com"; //mapserver url
96          $opt_mapserver_path = "/cgi-bin/mapserv"; //path on maperver to          $opt_mapserver_path = "/cgi-bin/mapserv"; //path on maperver to cgi-bin
97  cgi-bin          $opt_mapserver_mapfile = "/some/path/mapfile.map"; //path to mapfile
         $opt_mapserver_mapfile = "/some/path/mapfile.map"; //path to  
 mapfile  
98    
99          // where the Mapserver data files are stored          // where the Mapserver data files are stored
100          // this _shouldnt_ be visible from the web          // this _shouldnt_ be visible from the web
# Line 96  mapfile Line 114  mapfile
114    
115      }      }
116    
   
 /*  
  *  Part 4 : Database Maintanence  
  *  
  */  
   
     $opt_cull_warning_1 = "120"; //number of days a node must be inactive  
     $opt_cull_warning_2 = "150"; //number of days a node must be inactive  
     $opt_cull_delete = "180"; //number of days before deletion  
   
117  /*  /*
118   *  Part 5 : IP Allocation and Routing   *  Part 5 : IP Allocation and Routing
119   *   *
120   */   */
121        
122        // Do you wish to use the IP allocation feature?
123        $opt_ip = 1;
124        
125      // emails of those emailed when someone requests an IP      // emails of those emailed when someone requests an IP
126      $opt_ip_allocater = "some.bloke@server.com";      $opt_ip_allocater = "some.bloke@server.com";
127    
# Line 120  mapfile Line 131  mapfile
131      // what are valid areas for ospf?      // what are valid areas for ospf?
132      $opt_area = array(      $opt_area = array(
133    
134          1  => array("name" => "Area Name", "min_lat" => -37.899, "max_lat"          1  => array("name" => "Area Name", "min_lat" => -37.899, "max_lat" => -37.717, "min_long" => 144.91, "max_long" => 145.185, "mailing_list" => "not setup yet", "description" => "<p>description here"),
 => -37.717, "min_long" => 144.91, "max_long" => 145.185, "mailing_list" =>  
 "not setup yet", "description" => "<p>description here"),  
135                    
136      );      );
137            

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26