WikiTeam / wikiteam

Tools for downloading and preserving wikis. We archive wikis, from Wikipedia to tiniest wikis. As of 2024, WikiTeam has preserved more than 600,000 wikis.
https://github.com/WikiTeam
GNU General Public License v3.0
725 stars 149 forks source link

wiki-site list should tell which wikis have api.php in addition to index.php #77

Open emijrp opened 10 years ago

emijrp commented 10 years ago

From nemow...@gmail.com on November 12, 2013 10:26:39

Some if not most wiki-site.com wikis have api.php, but some are as old as MediaWiki 1.6 and don't. The list should give the full URL to api.php, or index.php if it doesn't exist, rather than just the domain. https://code.google.com/p/wikiteam/source/browse/trunk/listsofwikis/wiki-site.com Example: http://1111.a.wiki-site.com/index.php/Toiminnot:Version

Original issue: http://code.google.com/p/wikiteam/issues/detail?id=77

emijrp commented 10 years ago

From nemow...@gmail.com on January 31, 2014 07:12:55

This only needs a new run over the list with the new checkalive script(s).

emijrp commented 10 years ago

I think this may be solved adding to dumpgenerator.py a function that detects the API/index.php of any MediaWiki just from the domain.

nemobis commented 10 years ago

I think this may be solved adding to dumpgenerator.py a function that detects the API/index.php of any MediaWiki just from the domain.

Running checkalive.py over the list would fix this issue. For what you propose, https://github.com/WikiTeam/wikiteam/issues/49 is necessary as well.