I’d like to export all pages from a Mindtouch wiki install to html. I found this script, but I’m not too sure how to use it. Anyone who has experience with this?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
** replace the $url variable with the corresponding path for your site
** replace the username and password that are needed to connect to the site to export your content – this would typically be an administrative user
** replace the API key with the API key for your site (can be found in your web\config\mindtouch.deki.startup.xml file)
php.exe export_pages.phpAlso, there is an additional mindtouch.import.exe tool available if you are running 9.08 and .NET 3.5/Mono 2.4 or later that might suit your needs.