Am 25.09.2008 um 13:44 schrieb [EMAIL PROTECTED]: > I've done everything like it is described in the README there are also > download as PDF and ODT Links, but no add to collection Link
Did you patch the skin file you're using (e.g. MonoBook.php) as described in the README? > When using the PDF or ODT Link I get the license in PDF and a blank > page in ODT > > my wiki is http://www.wecowi.net The problem seems to be, that your wiki does not return the article texts via MediaWiki API. This for example yields an empty response with HTTP status 200 OK: $ curl -D - -o test 'http://www.wecowi.net/api.php?redirects=1&titles=Hauptseite&format=json&action=query&rvprop=content&prop=revisions' HTTP/1.1 200 OK Date: Thu, 25 Sep 2008 12:32:47 GMT Server: Apache X-Powered-By: PHP/5.2.0-8+etch11 Vary: Accept-Encoding X-Vary-Options: Accept-Encoding;list-contains=gzip Content-Length: 0 Content-Type: text/html % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 I checked, that the base URL http://www.wecowi.net/ is correct and that this API query (for example) does return the correct result: http://www.wecowi.net/api.php?action=query&meta=siteinfo&format=json Regards, Johannes Beigel --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "mwlib" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/mwlib?hl=en -~----------~----~----~----~------~----~------~--~---
