[pmwiki-users] Blocklist bug

JB jbit at ev1.net
Fri Oct 13 15:05:34 CDT 2006


> > > > Is there any way to automatically update the
> > > > Site.Blocklist page?
> >
> >   http://www.pmwiki.org/wiki/Site/Blocklist
> 
> Add the following to local/config.php:
> 
> $BlocklistDownload['Site.Blocklist'] = array('format' => 'pmwiki');




Using pmwiki-2.2.0-beta14


To get this to work I had to change a line in 
"scripts/blocklist.php":

      'url' => "http://www.pmwiki.org/blocklists/$pn" ));

To:

      'url' => "http://www.pmwiki.org/wiki/$pn" ));



"http://www.pmwiki.org/blocklists" in a browser give 
a 404 error.





More information about the pmwiki-users mailing list