On 30/06/06, mdd4696@gmail.com mdd4696@gmail.com wrote:
Hi all,
I'm generating a few lists of articles on the Toolserver, and I can't seem to figure out how to detect if an article has been deleted. I don't want to include those articles in my lists. Is there an easy way detect this?
Psst...in future, common queries like this are best directed to
* the schema, which is covered in notes, and can be found in the maintenance/tables.sql file of any MediaWiki installation
* the toolserver-l mailing list
* the #wikimedia-toolserver IRC channel
Deletion entries can be found in the archive table. DESCRIBE archive ought to expose the columns in the view.
Rob Church