Tagged Questions

0
votes
1answer
82 views

Omitting Wikipedia maintenance categories from sql query

I am retrieving a list of categories for a given page_title, but the results include categories such as: "All_articles_to_be_split" "Articles_with_unsourced_statements_from_July_2008" ...
0
votes
2answers
130 views

Truncate mediawiki

I'm working with the mediawiki API ( e.g. http://en.wikipedia.org/w/api.php) and I would like to be able to 'truncate' the mysql tables in order to reset the local installation while keeping some ...
0
votes
3answers
836 views

Copy chosen Wikipedia articles into own wiki?

is there a way to batch copy certain wikipedia articles(about 10,000) to my own mediawiki site? EDIT: How do I do this without overwriting similarly named articles/pages? Also I don't plan on using ...