In addition i tried the extension:DumpHTML (http://www.mediawiki.org/wiki/Extension:DumpHTML) - as a working HTML version would be ok as well (my fault i mentioned PDF before ... which is just one way to go)
The export to HTML process works so far - using the following command:
/usr/bin/php /path/to/wiki-source/extensions/DumpHTML/dumpHTML.php -d /path/to/target -k monobook --image-snapshot --force-copy
but the result is missing the navigation to the right - or what i assume the entire style (monobook)
Any ideas to handle that?
Best Regards florian
On 09.02.2011 12:05 , Sarel Wessels (Agri Wiki) wrote:
Perhaps this extention can do the trick?
http://www.mediawiki.org/wiki/Extension:Collection
Op 2011/02/09 12:52 PM, het Florian Pöck geskryf:
Hi,
we are running mediawiki to document our knowledge. This works wonderful so far and i would like to thank everyone involed in developing mediawiki in general.
Question: ## Is it possible to 'export the content of a mediawiki install and dump it to a pdf' by using an extension or similar?
Background: ## I would like to generate that pdf-dump automaticly just to have a temporary rescue/fallback copy available in case we need some information but might have a technical problem with the wiki-server, the os below or similar.
Tech-Theory: ##
- Cron that triggers a script to export the wiki content to pdf (how
ever) 2) Cron that copies the daily-snapshot to a specific network location
I am curious if other mediawiki users might have similar script implemented. Any help/info is appreciated.
Best Regards Florian