mhonarc-commits
[Top] [All Lists]

CVS: mharc/bin web-archive,1.38,1.39

2002-09-24 12:48:10
Update of /cvsroot/mhonarc/mharc/bin
In directory subversions:/tmp/cvs-serv26994/bin

Modified Files:
	web-archive 
Log Message:
s/ALL_LISTS_INDEX/ALL_LISTS_FILE/g


Index: web-archive
===================================================================
RCS file: /cvsroot/mhonarc/mharc/bin/web-archive,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -r1.38 -r1.39
*** web-archive	20 Sep 2002 03:45:00 -0000	1.38
--- web-archive	24 Sep 2002 19:48:01 -0000	1.39
***************
*** 58,62 ****
    my $clstatus = GetOptions(\%opt,
      'alllistsurl=s',	# Root to all lists URL.
!     'alllistsindex=s',	# Pathname to all lists index page.
      'debug|verbose',    # Show what is going on in detail.
      'editidx',		# Edit archive pages; useful to apply MHonArc resource
--- 58,62 ----
    my $clstatus = GetOptions(\%opt,
      'alllistsurl=s',	# Root to all lists URL.
!     'alllistsfile=s',	# Pathname to all lists index page.
      'debug|verbose',    # Show what is going on in detail.
      'editidx',		# Edit archive pages; useful to apply MHonArc resource
***************
*** 173,178 ****
  				$ENV{'WA_DEBUG'};
  
!   my $all_index         = $opt{'alllistsindex'} ||
! 			      $config->{'ALL_LISTS_INDEX'} ||
  			      join('/', $HTML_DIR, 'lists.html');
    my $main_header	= $config->{'MAIN_HEADER'} ||
--- 173,178 ----
  				$ENV{'WA_DEBUG'};
  
!   my $all_index         = $opt{'alllistsfile'} ||
! 			      $config->{'ALL_LISTS_FILE'} ||
  			      join('/', $HTML_DIR, 'lists.html');
    my $main_header	= $config->{'MAIN_HEADER'} ||
***************
*** 889,893 ****
  
  Pathname of file to generate the all lists index.
! If not specified, the value of the C<ALL_LISTS_INDEX> variable in
  C<config.sh> is used, else it defaults to "C<I<-htmldir>/lists.html>".
  
--- 889,893 ----
  
  Pathname of file to generate the all lists index.
! If not specified, the value of the C<ALL_LISTS_FILE> variable in
  C<config.sh> is used, else it defaults to "C<I<-htmldir>/lists.html>".
  

---------------------------------------------------------------------
To sign-off this list, send email to majordomo(_at_)mhonarc(_dot_)org with the
message text UNSUBSCRIBE MHONARC-DEV