
How to update stuff:

- Save oracle listing from 

    http://gatherer.wizards.com/default.asp?first=1&last=100&term=&Field_Name=on&Field_Rules=on&Field_Type=on&setfilter=Allsets&colorfilter=All&output=oraclespoiler&sort=name&x=33&y=32


- Convert it to the text using

    ./orcale_html2txt.pl oracle.html oracle.txt

- Generate somehow new .list file for new set (about format: see .list files for other sets)

- Try conversion

    ./spoil_to_xml.pl my_new_set.list my_new_set.xml

  It most likely fails. Try to fix the problem and iterate this step until it is ok.

- Add new_set.xml to Makefile all target.

- Refresh all sets.

     make clean
     make

- Now you have set of all .xml files ready to be copied into xml/Mtg/
