File:  [Local Repository] / db / prgsrc / changecities.pl
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Tue Oct 17 15:05:48 2000 UTC (23 years, 7 months ago) by boris
Branches: MAIN
CVS tags: HEAD
Initial revision

    1: #!/usr/bin/perl
    2: 
    3: =head1 NAME
    4: 
    5: changecities.pl -- analyze DB changelog to substitute cities
    6: 
    7: =head1 SYNOPSIS
    8: 
    9: changecities.pl B<-c> ChangeLog -d <directory>
   10: 
   11: =head1 DESCRIPTION
   12: 
   13: The program looks at all html files in the I<directory> and substitutes 
   14: C<tour=oldcity> by C<tour=newcity> for each line like
   15:   oldcity -> newcity
   16: 
   17: in the ChangeLog
   18: 
   19: =back 4
   20: 
   21: =item B<-c> ChangeLog
   22: 
   23: Location of the ChangeLog file
   24: 
   25: =item B<-d> directory
   26: 
   27: Directory of html files
   28: 
   29: =over
   30: 
   31: =head1 AUTHOR
   32: 
   33: Boris Veytsman
   34: 
   35: =head1 $Id: changecities.pl,v 1.1 2000/10/17 15:05:48 boris Exp $
   36: 
   37: =cut
   38: 

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