On Tue, Feb 19, 2013 at 9:44 AM, Daniel Clark dclark@pobox.com wrote:
I'd like to print an entire wiki / entire namespace for archival purposes - I do some work for a small co-op nonprofit; it's unclear if there will be people around in say 2-42 years from now who will be keeping up their MediaWiki, but it has written documents from 40 years ago that people often enjoy looking at for historical interest, and sometimes even for functional reasons.
Don't forget to make database/XML/HTML dumps too. Admittedly, your organization might not manage to retain them for 40 years, but if it does, someone will still be able to extract the data from them even if MediaWiki is long gone. :-)
Anyway, I got that code working, at least superficially. I just had to change a Namespace:: call to MWNamespace:: and add a missing bracket. I've updated the code on the talk page.