File:  [Local Repository] / register / prgsrc / updatemap.pl
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Sat Oct 13 21:48:05 2001 UTC (22 years, 8 months ago) by boris
Branches: MAIN
CVS tags: HEAD
Wrote manual

    1: #!/usr/bin/perl
    2: 
    3: =pod
    4: 
    5: =head1 NAME 
    6: 
    7: updatemap.pl - update map of regions for Club register
    8: 
    9: =head1 SYNOPSIS
   10: 
   11: updatemap.pl
   12: 
   13: =head1 DESCRIPTION
   14: 
   15: The script searches for latitudes and longitudes of CHGK regions
   16: and outputs them superimposed on the world map. The world map
   17: is taken from the gnuplot distribution. Then the script outputs
   18: an include file for register.cgi(1)
   19: 
   20: =head1 AUTHOR
   21: 
   22: Boris Veytsman
   23: 
   24: =head1 DATE
   25: 
   26: $Date: 2001/10/13 21:48:05 $
   27: 
   28: =head1 REVISION
   29: 
   30: $Revision: 1.1 $
   31: 
   32: =cut

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>