Annotation of db/prgsrc/changecities.pl, revision 1.1

1.1     ! boris       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: mkdb.pl,v 1.2 2000/10/17 01:31:27 boris Exp boris $
        !            36: 
        !            37: =cut
        !            38: 

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