[ic] Static Page Building

Stefan Hornburg Racke interchange-users@interchange.redhat.com
Mon Oct 8 17:15:01 2001


Doug Alcorn <lathi@seapine.com> writes:

> racke@linuxia.de (Stefan Hornburg (Racke)) writes:
> 
> > * if it works now
> > * the Static* configuration settings
> > * any problems
> > * where the documentation lacks
> 
> I use it and it mostly works.  I haven't had much luck saying "never
> make this page static".  

I suppose this an obvious bug of regenerate.tag. You may try this
patch:

Index: regenerate.tag
===================================================================
RCS file: /anon_cvs/repository/interchange/dist/lib/UI/usertag/regenerate.tag,v
retrieving revision 2.0.2.2
diff -u -c -r2.0.2.2 regenerate.tag
*** regenerate.tag	2001/10/07 13:56:07	2.0.2.2
--- regenerate.tag	2001/10/08 21:12:22
***************
*** 107,113 ****
  	if($CGI::values{ui_never_build}) {
  		my @tmp = split /\0/, $CGI::values{ui_never_build};
  #::logDebug("never build of: @tmp");
! 		@force_build{@tmp} = (@tmp);
  	}
  	my $save_session = $Vend::Session;
  	my $save_status  = $Vend::StatusLine;
--- 107,113 ----
  	if($CGI::values{ui_never_build}) {
  		my @tmp = split /\0/, $CGI::values{ui_never_build};
  #::logDebug("never build of: @tmp");
! 		@never_build{@tmp} = (@tmp);
  	}
  	my $save_session = $Vend::Session;
  	my $save_status  = $Vend::StatusLine;

Ciao
        Racke

-- 
Racke happily hacks Interchange and maintains Debian packages like Courier.

For projects and other business stuff please refer to COBOLT NetServices
(URL: http://www.cobolt.net; Email: info@cobolt.net; Phone: 0041-1-3884400)