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?

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

Reply via email to