Switch to '1-tabiyas' tournament.
This commit is contained in:
parent
4ef1a9236e
commit
cbfbe9876d
4
Rakefile
4
Rakefile
@ -2,8 +2,8 @@
|
|||||||
require 'rake'
|
require 'rake'
|
||||||
|
|
||||||
# The year and title of tournament
|
# The year and title of tournament
|
||||||
@year = '2013'
|
@year = '2014'
|
||||||
@tournament ='4-knockout'
|
@tournament ='1-tabiyas'
|
||||||
|
|
||||||
# Ask to choose the directory of PGN file
|
# Ask to choose the directory of PGN file
|
||||||
@ask_dir = true
|
@ask_dir = true
|
||||||
|
@ -5,7 +5,7 @@ module LORChess
|
|||||||
|
|
||||||
require 'yaml'
|
require 'yaml'
|
||||||
|
|
||||||
DATADIR='2013/3-autumn'
|
DATADIR='2014/1-tabiyas'
|
||||||
|
|
||||||
dir = File.dirname(__FILE__)
|
dir = File.dirname(__FILE__)
|
||||||
players_yaml = File.expand_path("../../#{DATADIR}/players.yml", dir)
|
players_yaml = File.expand_path("../../#{DATADIR}/players.yml", dir)
|
||||||
|
4
mktable
4
mktable
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
YEAR=2013
|
YEAR=2014
|
||||||
TOURNAMENT=3-autumn
|
TOURNAMENT=1-tabiyas
|
||||||
RESULTS=$YEAR/$TOURNAMENT/results.yml
|
RESULTS=$YEAR/$TOURNAMENT/results.yml
|
||||||
TABLE=_includes/$TOURNAMENT/table.html
|
TABLE=_includes/$TOURNAMENT/table.html
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
YEAR=2013
|
YEAR=2014
|
||||||
TOURNAMENT=3-autumn
|
TOURNAMENT=1-tabiyas
|
||||||
SCRIPT_PATH=`dirname $0`
|
SCRIPT_PATH=`dirname $0`
|
||||||
|
|
||||||
# Regexps to parse the result of game
|
# Regexps to parse the result of game
|
||||||
|
Loading…
Reference in New Issue
Block a user