roberto wrote: > hi, > > i'm new in mediawiki > > now i'm updating some pages of the wiki manually: > > 1- i have a cron process that generate a text file (html wiki format) from > some > data acquisition > 2- i open the text file -> select all -> ^C > 3- then, i open the wiki article -> edit -> select all -> ^V -> save > > i want to write a program (c, python, php, ...), launched by cron, and > makes points 2 & 3 (update the > database with the new data. > > i was looking the API manual, i did some test with php, without any > results. would i have some primary example to understand the process > and continue away? > > tks in adavance
I think you could just do it with curl. Although the calling command would be a bit complex. _______________________________________________ Mediawiki-api mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-api
