[pmwiki-users] regenerating masses of pages in edit locked wiki

tamouse mailing lists tamouse.lists at gmail.com
Sun Jul 15 05:23:15 CDT 2012


Hi, I just added this to the Cookbook:PageRegenerate page:

This works well when you have only a handful of pages to regenerate,
but what happens when you mass update several (in my case, all) or
your pages and have to regenerate everything? Simply doing something
like:

    cd .../wiki.d
    for f in * ; do
        curl http://www.example.com/wiki/pmwiki.php?n=$f > /dev/null
    done

doesn't work when some or all of the pages are edit locked? — tamouse
July 15, 2012, at 05:20 AM

Any ideas?



More information about the pmwiki-users mailing list