RubyTourn'ager

This is mostly a ruby library to help you manage a DBM tournament. As its name implies,
it is done by a geek and for a geek. No lame buggy user interface, just plain ruby codes.
As a concession to modernity, state of the tournament can be written to and read from xml
files.

I doubt many other than me will find it useful per se, but just anyone feel free to use it
to any extent permiited by the GPL license to make what they want of them.

As for documentation, here it is.

modele.rb is the library.
kb2005.rb is not part of RubyTourn'ager, it's just a real life example showing how to code a
tournament. It's been done from the raw data of the excel file by Vincent Auger with the
help of the file genere_kb2005.rb which I put as a component of RubyTourn'ager as a convenience
tool to help you experiment and debug.

alex.rb is a ruby file I use to extract the army data from the DBM competiton site of Alex Meiers
(need to replace <br> by <br /> and some other few corrections to get file livres.xml, which
is of course not part of RubyTourn'ager, even though RubyTourn'ager require it or an equivalent. alex.rb
is therefore part of RubyTourn'ager, as an example of how to build such a file from one type of data
availble on Internet. Alex's site is at http://www20.brinkster.com/pogo/dbmcomp.html



