Michael Dale schreef: > Is it possible to parse multiple pages at once or to get your search > results as html? > > for example I run something like: > http://commons.wikimedia.org/w/api.php?format=jsonfm&action=query&generator=search&gsrsearch=Iraq&gsrnamespace=6&gsrwhat=text&gsrlimit=30&gsroffset=0&prop=imageinfo|revisions|categories&iiprop=url|mime&iiurlwidth=80&rvprop=content > > And I get all the results "revisions": ["*"] as wiki-text ... ideally I > could get those results as html is there anyway to do that? You can't get them all at once, currently, no. You could run them through action=parse one by one, but you seem to imply you already knew that.
I'll look into the feasibility of parsing multiple pages at once (do you want to parse all pages in their entirety, or just parts of them?) when I have time, which probably won't be this week or next (busy times). Roan Kattouw (Catrope) _______________________________________________ Mediawiki-api mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-api
