Hi, it's me again ;-)

I've just found out that, the build_in blocklost of pmwiki has automatic update feature. The MoinMoin-List is very good, so I activated this blocklist (instead of blocklist2) but thePage "Site/ Blocklist-MoinMaster" or "Site/Blocklist-Shared" is not generated automatically. What did I wrong?

Here is my config.php entry:

   $EnableBlocklist = 10;
   $BlocklistPages = array('Main.Blocklist', 'Site.Blocklist');
# Download the MoinMaster blocklist every twelve hours
    $BlocklistDownload['Site.Blocklist-MoinMaster'] = array(
'url' => 'http://moinmaster.wikiwikiweb.de/BadContent? action=raw',
          'format' => 'regex',
          'refresh' => 43200);
# Download a shared blocklist from pmwiki.org every day
     $BlocklistDownload['Site.Blocklist-Shared'] = array(
          'format' => 'pmwiki');


Thx for Helping

Laurent (kt007)

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to