Dumps

April 19, 2007 recensere

External link dumps recensere

Articles with more than 20 external links as of April 19, 2007. Only articles in the main space are considered.

External
links
Article ID Article
57 4272 Index universitatum nominibus latinis constitutis
36 8635 Index fontium Latinorum de Iaponia
35 1713 Libri Latini
35 79 Biblia
29 27153 Physica electromagnetica
24 11997 Safranum
22 24941 Georgius Orwell
SELECT COUNT(el_from) AS total, el_from, page_title
FROM externallinks, page
WHERE externallinks.el_from = page_id AND page_is_redirect = 0 AND page_namespace = 0
GROUP BY el_from
ORDER BY total DESC;

External link ranking recensere

Sites linked more than 20 times as of April 19, 2007. Only articles in the main space are considered.

Link count Site
4306 http://la.wikipedia.org
450 http://www.vatican.va
235 http://www.thelatinlibrary.com
211 http://tools.wikimedia.de
141 http://www.uni-mannheim.de
141 http://www.catholic-hierarchy.org
91 http://www.fiu.edu
61 http://www.fh-augsburg.de
56 http://www.cultinfo.ru
48 http://www.columbia.edu
41 http://www.bautz.de
28 http://penelope.uchicago.edu
27 http://wwwopac.tulips.tsukuba.ac.jp
25 http://www.intratext.com
25 http://www.perseus.tufts.edu
22 http://www.newadvent.org
22 http://orwell.ru
20 http://www.geocities.com
SELECT COUNT(el_to) AS total, SUBSTRING_INDEX(el_to, '/', 3) AS search
FROM externallinks, page
WHERE page_id = el_from AND page_namespace = 0
GROUP BY search
ORDER BY total DESC;

Additional information recensere

Some more information about this dump:

  • 12585 articles that are in the main space and not redirects
  • 16075 articles and redirects in the main space
  • 24770 pages in all namespaces
  • 4143 redirects in all namespaces
  • 12157 external links in every namespace
  • 9475 external links in the main space

Very probable spambot pages recensere

If index.php is found in a page title, it is very likely the article talk page has been created by a spambot. These pages should be deleted and protected if possible.

Article ID Article

Possible spambot pages recensere

Possible pages created by spambots ending with /.

Article ID Article
SELECT page_id, page_title, page_namespace
FROM page
WHERE page_title LIKE '%index.php%' OR page_title LIKE '%/wiki/%' OR page_title LIKE '%/w/%' OR page_title LIKE '%/';