[xwiki-users] HTML Export via crontab
Hi!, i want to automate the html export of a space. How can I trigger the html export from crontab? Best regards, H.-Dirk Schmitt -- ------------------------------------------------------------------------ * H.-Dirk Schmitt <http://www.computer42.org> * Dipl. Math. eMail:/[email protected]/ mobile:/+49 177 616 8564/ phone: /+49 2642 99 41 10/ fax: /+49 2642 99 41 15/ Kripper Str. 35, D-53489 Sinzig
On 06/19/2010 10:44 PM, H.-Dirk Schmitt wrote:
Hi!,
i want to automate the html export of a space. How can I trigger the html export from crontab?
A simple wget or curl should do the trick. Just copy the URL that's used when doing the export manually. If you need authentication, you should add basicauth=1 to the query string, and put the username/password as BASIC authentication credentials (see the man pages of wget/curl to see how to do that). -- Sergiu Dumitriu http://purl.org/net/sergiu/
participants (2)
-
H.-Dirk Schmitt -
Sergiu Dumitriu