diff --git a/Makefile b/Makefile index 2f24477a..0e930ed6 100644 --- a/Makefile +++ b/Makefile @@ -22,10 +22,10 @@ all_games_html: ./scripts/all_games.py > docs/all_games.html rules: - (cd data/html-src && ./gen-html.py) - cp -r data/html-src/images data/html-src/html + (cd html-src && ./gen-html.py) + cp -r html-src/images html-src/html rm -rf data/html - mv data/html-src/html data + mv html-src/html data pot: ./scripts/all_games.py gettext > po/games.pot diff --git a/data/html-src/all.htm b/html-src/all.htm similarity index 100% rename from data/html-src/all.htm rename to html-src/all.htm diff --git a/data/html-src/credits.html b/html-src/credits.html similarity index 100% rename from data/html-src/credits.html rename to html-src/credits.html diff --git a/data/html-src/ganjifa.html b/html-src/ganjifa.html similarity index 100% rename from data/html-src/ganjifa.html rename to html-src/ganjifa.html diff --git a/data/html-src/gen-html.py b/html-src/gen-html.py similarity index 100% rename from data/html-src/gen-html.py rename to html-src/gen-html.py diff --git a/data/html-src/general_rules.html b/html-src/general_rules.html similarity index 100% rename from data/html-src/general_rules.html rename to html-src/general_rules.html diff --git a/data/html-src/glossary.html b/html-src/glossary.html similarity index 100% rename from data/html-src/glossary.html rename to html-src/glossary.html diff --git a/data/html-src/hanafuda.html b/html-src/hanafuda.html similarity index 100% rename from data/html-src/hanafuda.html rename to html-src/hanafuda.html diff --git a/data/html-src/hexadeck.html b/html-src/hexadeck.html similarity index 100% rename from data/html-src/hexadeck.html rename to html-src/hexadeck.html diff --git a/data/html-src/howtoplay.html b/html-src/howtoplay.html similarity index 100% rename from data/html-src/howtoplay.html rename to html-src/howtoplay.html diff --git a/data/html-src/images/c.gif b/html-src/images/c.gif similarity index 100% rename from data/html-src/images/c.gif rename to html-src/images/c.gif diff --git a/data/html-src/images/camelot-goal.gif b/html-src/images/camelot-goal.gif similarity index 100% rename from data/html-src/images/camelot-goal.gif rename to html-src/images/camelot-goal.gif diff --git a/data/html-src/images/d.gif b/html-src/images/d.gif similarity index 100% rename from data/html-src/images/d.gif rename to html-src/images/d.gif diff --git a/data/html-src/images/h.gif b/html-src/images/h.gif similarity index 100% rename from data/html-src/images/h.gif rename to html-src/images/h.gif diff --git a/data/html-src/images/hanahelp.gif b/html-src/images/hanahelp.gif similarity index 100% rename from data/html-src/images/hanahelp.gif rename to html-src/images/hanahelp.gif diff --git a/data/html-src/images/pysollogo00.gif b/html-src/images/pysollogo00.gif similarity index 100% rename from data/html-src/images/pysollogo00.gif rename to html-src/images/pysollogo00.gif diff --git a/data/html-src/images/pysollogo01.gif b/html-src/images/pysollogo01.gif similarity index 100% rename from data/html-src/images/pysollogo01.gif rename to html-src/images/pysollogo01.gif diff --git a/data/html-src/images/pysollogo02.gif b/html-src/images/pysollogo02.gif similarity index 100% rename from data/html-src/images/pysollogo02.gif rename to html-src/images/pysollogo02.gif diff --git a/data/html-src/images/pysollogo03.gif b/html-src/images/pysollogo03.gif similarity index 100% rename from data/html-src/images/pysollogo03.gif rename to html-src/images/pysollogo03.gif diff --git a/data/html-src/images/s.gif b/html-src/images/s.gif similarity index 100% rename from data/html-src/images/s.gif rename to html-src/images/s.gif diff --git a/data/html-src/index.html b/html-src/index.html similarity index 100% rename from data/html-src/index.html rename to html-src/index.html diff --git a/data/html-src/install.html b/html-src/install.html similarity index 100% rename from data/html-src/install.html rename to html-src/install.html diff --git a/data/html-src/intro.html b/html-src/intro.html similarity index 100% rename from data/html-src/intro.html rename to html-src/intro.html diff --git a/data/html-src/license.html b/html-src/license.html similarity index 100% rename from data/html-src/license.html rename to html-src/license.html diff --git a/data/html-src/news.html b/html-src/news.html similarity index 100% rename from data/html-src/news.html rename to html-src/news.html diff --git a/data/html-src/rules.html b/html-src/rules.html similarity index 100% rename from data/html-src/rules.html rename to html-src/rules.html diff --git a/data/html-src/rules/10x8.html b/html-src/rules/10x8.html similarity index 100% rename from data/html-src/rules/10x8.html rename to html-src/rules/10x8.html diff --git a/data/html-src/rules/8x8.html b/html-src/rules/8x8.html similarity index 100% rename from data/html-src/rules/8x8.html rename to html-src/rules/8x8.html diff --git a/data/html-src/rules/abacus.html b/html-src/rules/abacus.html similarity index 100% rename from data/html-src/rules/abacus.html rename to html-src/rules/abacus.html diff --git a/data/html-src/rules/acesup.html b/html-src/rules/acesup.html similarity index 100% rename from data/html-src/rules/acesup.html rename to html-src/rules/acesup.html diff --git a/data/html-src/rules/acesup5.html b/html-src/rules/acesup5.html similarity index 100% rename from data/html-src/rules/acesup5.html rename to html-src/rules/acesup5.html diff --git a/data/html-src/rules/agnessorel.html b/html-src/rules/agnessorel.html similarity index 100% rename from data/html-src/rules/agnessorel.html rename to html-src/rules/agnessorel.html diff --git a/data/html-src/rules/akbarsconquest.html b/html-src/rules/akbarsconquest.html similarity index 100% rename from data/html-src/rules/akbarsconquest.html rename to html-src/rules/akbarsconquest.html diff --git a/data/html-src/rules/akbarstriumph.html b/html-src/rules/akbarstriumph.html similarity index 100% rename from data/html-src/rules/akbarstriumph.html rename to html-src/rules/akbarstriumph.html diff --git a/data/html-src/rules/alaska.html b/html-src/rules/alaska.html similarity index 100% rename from data/html-src/rules/alaska.html rename to html-src/rules/alaska.html diff --git a/data/html-src/rules/americantoad.html b/html-src/rules/americantoad.html similarity index 100% rename from data/html-src/rules/americantoad.html rename to html-src/rules/americantoad.html diff --git a/data/html-src/rules/appachanswaterfall.html b/html-src/rules/appachanswaterfall.html similarity index 100% rename from data/html-src/rules/appachanswaterfall.html rename to html-src/rules/appachanswaterfall.html diff --git a/data/html-src/rules/ashrafi.html b/html-src/rules/ashrafi.html similarity index 100% rename from data/html-src/rules/ashrafi.html rename to html-src/rules/ashrafi.html diff --git a/data/html-src/rules/ashtadikapala.html b/html-src/rules/ashtadikapala.html similarity index 100% rename from data/html-src/rules/ashtadikapala.html rename to html-src/rules/ashtadikapala.html diff --git a/data/html-src/rules/ashwapati.html b/html-src/rules/ashwapati.html similarity index 100% rename from data/html-src/rules/ashwapati.html rename to html-src/rules/ashwapati.html diff --git a/data/html-src/rules/auldlangsyne.html b/html-src/rules/auldlangsyne.html similarity index 100% rename from data/html-src/rules/auldlangsyne.html rename to html-src/rules/auldlangsyne.html diff --git a/data/html-src/rules/babyspiderette.html b/html-src/rules/babyspiderette.html similarity index 100% rename from data/html-src/rules/babyspiderette.html rename to html-src/rules/babyspiderette.html diff --git a/data/html-src/rules/badseven.html b/html-src/rules/badseven.html similarity index 100% rename from data/html-src/rules/badseven.html rename to html-src/rules/badseven.html diff --git a/data/html-src/rules/bakersdozen.html b/html-src/rules/bakersdozen.html similarity index 100% rename from data/html-src/rules/bakersdozen.html rename to html-src/rules/bakersdozen.html diff --git a/data/html-src/rules/bakersgame.html b/html-src/rules/bakersgame.html similarity index 100% rename from data/html-src/rules/bakersgame.html rename to html-src/rules/bakersgame.html diff --git a/data/html-src/rules/balarama.html b/html-src/rules/balarama.html similarity index 100% rename from data/html-src/rules/balarama.html rename to html-src/rules/balarama.html diff --git a/data/html-src/rules/batsford.html b/html-src/rules/batsford.html similarity index 100% rename from data/html-src/rules/batsford.html rename to html-src/rules/batsford.html diff --git a/data/html-src/rules/beleagueredcastle.html b/html-src/rules/beleagueredcastle.html similarity index 100% rename from data/html-src/rules/beleagueredcastle.html rename to html-src/rules/beleagueredcastle.html diff --git a/data/html-src/rules/betsyross.html b/html-src/rules/betsyross.html similarity index 100% rename from data/html-src/rules/betsyross.html rename to html-src/rules/betsyross.html diff --git a/data/html-src/rules/bigbraid.html b/html-src/rules/bigbraid.html similarity index 100% rename from data/html-src/rules/bigbraid.html rename to html-src/rules/bigbraid.html diff --git a/data/html-src/rules/bigdivorce.html b/html-src/rules/bigdivorce.html similarity index 100% rename from data/html-src/rules/bigdivorce.html rename to html-src/rules/bigdivorce.html diff --git a/data/html-src/rules/bigeasy.html b/html-src/rules/bigeasy.html similarity index 100% rename from data/html-src/rules/bigeasy.html rename to html-src/rules/bigeasy.html diff --git a/data/html-src/rules/bigharp.html b/html-src/rules/bigharp.html similarity index 100% rename from data/html-src/rules/bigharp.html rename to html-src/rules/bigharp.html diff --git a/data/html-src/rules/bigspider.html b/html-src/rules/bigspider.html similarity index 100% rename from data/html-src/rules/bigspider.html rename to html-src/rules/bigspider.html diff --git a/data/html-src/rules/bigsumo.html b/html-src/rules/bigsumo.html similarity index 100% rename from data/html-src/rules/bigsumo.html rename to html-src/rules/bigsumo.html diff --git a/data/html-src/rules/bitsnbytes.html b/html-src/rules/bitsnbytes.html similarity index 100% rename from data/html-src/rules/bitsnbytes.html rename to html-src/rules/bitsnbytes.html diff --git a/data/html-src/rules/blackhole.html b/html-src/rules/blackhole.html similarity index 100% rename from data/html-src/rules/blackhole.html rename to html-src/rules/blackhole.html diff --git a/data/html-src/rules/blackwidow.html b/html-src/rules/blackwidow.html similarity index 100% rename from data/html-src/rules/blackwidow.html rename to html-src/rules/blackwidow.html diff --git a/data/html-src/rules/blindalleys.html b/html-src/rules/blindalleys.html similarity index 100% rename from data/html-src/rules/blindalleys.html rename to html-src/rules/blindalleys.html diff --git a/data/html-src/rules/blondesandbrunettes.html b/html-src/rules/blondesandbrunettes.html similarity index 100% rename from data/html-src/rules/blondesandbrunettes.html rename to html-src/rules/blondesandbrunettes.html diff --git a/data/html-src/rules/bluemoon.html b/html-src/rules/bluemoon.html similarity index 100% rename from data/html-src/rules/bluemoon.html rename to html-src/rules/bluemoon.html diff --git a/data/html-src/rules/braid.html b/html-src/rules/braid.html similarity index 100% rename from data/html-src/rules/braid.html rename to html-src/rules/braid.html diff --git a/data/html-src/rules/bridgetsgame.html b/html-src/rules/bridgetsgame.html similarity index 100% rename from data/html-src/rules/bridgetsgame.html rename to html-src/rules/bridgetsgame.html diff --git a/data/html-src/rules/bridgetsgamedoubled.html b/html-src/rules/bridgetsgamedoubled.html similarity index 100% rename from data/html-src/rules/bridgetsgamedoubled.html rename to html-src/rules/bridgetsgamedoubled.html diff --git a/data/html-src/rules/bristol.html b/html-src/rules/bristol.html similarity index 100% rename from data/html-src/rules/bristol.html rename to html-src/rules/bristol.html diff --git a/data/html-src/rules/brunswick.html b/html-src/rules/brunswick.html similarity index 100% rename from data/html-src/rules/brunswick.html rename to html-src/rules/brunswick.html diff --git a/data/html-src/rules/busyaces.html b/html-src/rules/busyaces.html similarity index 100% rename from data/html-src/rules/busyaces.html rename to html-src/rules/busyaces.html diff --git a/data/html-src/rules/calculation.html b/html-src/rules/calculation.html similarity index 100% rename from data/html-src/rules/calculation.html rename to html-src/rules/calculation.html diff --git a/data/html-src/rules/camelot.html b/html-src/rules/camelot.html similarity index 100% rename from data/html-src/rules/camelot.html rename to html-src/rules/camelot.html diff --git a/data/html-src/rules/canfield.html b/html-src/rules/canfield.html similarity index 100% rename from data/html-src/rules/canfield.html rename to html-src/rules/canfield.html diff --git a/data/html-src/rules/carlton.html b/html-src/rules/carlton.html similarity index 100% rename from data/html-src/rules/carlton.html rename to html-src/rules/carlton.html diff --git a/data/html-src/rules/carpet.html b/html-src/rules/carpet.html similarity index 100% rename from data/html-src/rules/carpet.html rename to html-src/rules/carpet.html diff --git a/data/html-src/rules/casinoklondike.html b/html-src/rules/casinoklondike.html similarity index 100% rename from data/html-src/rules/casinoklondike.html rename to html-src/rules/casinoklondike.html diff --git a/data/html-src/rules/castlesinspain.html b/html-src/rules/castlesinspain.html similarity index 100% rename from data/html-src/rules/castlesinspain.html rename to html-src/rules/castlesinspain.html diff --git a/data/html-src/rules/catstail.html b/html-src/rules/catstail.html similarity index 100% rename from data/html-src/rules/catstail.html rename to html-src/rules/catstail.html diff --git a/data/html-src/rules/cavalier.html b/html-src/rules/cavalier.html similarity index 100% rename from data/html-src/rules/cavalier.html rename to html-src/rules/cavalier.html diff --git a/data/html-src/rules/chameleon.html b/html-src/rules/chameleon.html similarity index 100% rename from data/html-src/rules/chameleon.html rename to html-src/rules/chameleon.html diff --git a/data/html-src/rules/cherrybomb.html b/html-src/rules/cherrybomb.html similarity index 100% rename from data/html-src/rules/cherrybomb.html rename to html-src/rules/cherrybomb.html diff --git a/data/html-src/rules/chessboard.html b/html-src/rules/chessboard.html similarity index 100% rename from data/html-src/rules/chessboard.html rename to html-src/rules/chessboard.html diff --git a/data/html-src/rules/chinesediscipline.html b/html-src/rules/chinesediscipline.html similarity index 100% rename from data/html-src/rules/chinesediscipline.html rename to html-src/rules/chinesediscipline.html diff --git a/data/html-src/rules/chinesesolitaire.html b/html-src/rules/chinesesolitaire.html similarity index 100% rename from data/html-src/rules/chinesesolitaire.html rename to html-src/rules/chinesesolitaire.html diff --git a/data/html-src/rules/citadel.html b/html-src/rules/citadel.html similarity index 100% rename from data/html-src/rules/citadel.html rename to html-src/rules/citadel.html diff --git a/data/html-src/rules/cluitjarslair.html b/html-src/rules/cluitjarslair.html similarity index 100% rename from data/html-src/rules/cluitjarslair.html rename to html-src/rules/cluitjarslair.html diff --git a/data/html-src/rules/cockroach.html b/html-src/rules/cockroach.html similarity index 100% rename from data/html-src/rules/cockroach.html rename to html-src/rules/cockroach.html diff --git a/data/html-src/rules/concentration.html b/html-src/rules/concentration.html similarity index 100% rename from data/html-src/rules/concentration.html rename to html-src/rules/concentration.html diff --git a/data/html-src/rules/congress.html b/html-src/rules/congress.html similarity index 100% rename from data/html-src/rules/congress.html rename to html-src/rules/congress.html diff --git a/data/html-src/rules/convolution.html b/html-src/rules/convolution.html similarity index 100% rename from data/html-src/rules/convolution.html rename to html-src/rules/convolution.html diff --git a/data/html-src/rules/corkscrew.html b/html-src/rules/corkscrew.html similarity index 100% rename from data/html-src/rules/corkscrew.html rename to html-src/rules/corkscrew.html diff --git a/data/html-src/rules/corona.html b/html-src/rules/corona.html similarity index 100% rename from data/html-src/rules/corona.html rename to html-src/rules/corona.html diff --git a/data/html-src/rules/courtyard.html b/html-src/rules/courtyard.html similarity index 100% rename from data/html-src/rules/courtyard.html rename to html-src/rules/courtyard.html diff --git a/data/html-src/rules/cruel.html b/html-src/rules/cruel.html similarity index 100% rename from data/html-src/rules/cruel.html rename to html-src/rules/cruel.html diff --git a/data/html-src/rules/danda.html b/html-src/rules/danda.html similarity index 100% rename from data/html-src/rules/danda.html rename to html-src/rules/danda.html diff --git a/data/html-src/rules/dashavatara.html b/html-src/rules/dashavatara.html similarity index 100% rename from data/html-src/rules/dashavatara.html rename to html-src/rules/dashavatara.html diff --git a/data/html-src/rules/dashavataracircles.html b/html-src/rules/dashavataracircles.html similarity index 100% rename from data/html-src/rules/dashavataracircles.html rename to html-src/rules/dashavataracircles.html diff --git a/data/html-src/rules/deadkinggolf.html b/html-src/rules/deadkinggolf.html similarity index 100% rename from data/html-src/rules/deadkinggolf.html rename to html-src/rules/deadkinggolf.html diff --git a/data/html-src/rules/derfreienapoleon.html b/html-src/rules/derfreienapoleon.html similarity index 100% rename from data/html-src/rules/derfreienapoleon.html rename to html-src/rules/derfreienapoleon.html diff --git a/data/html-src/rules/derkleinenapoleon.html b/html-src/rules/derkleinenapoleon.html similarity index 100% rename from data/html-src/rules/derkleinenapoleon.html rename to html-src/rules/derkleinenapoleon.html diff --git a/data/html-src/rules/deuces.html b/html-src/rules/deuces.html similarity index 100% rename from data/html-src/rules/deuces.html rename to html-src/rules/deuces.html diff --git a/data/html-src/rules/dhanpati.html b/html-src/rules/dhanpati.html similarity index 100% rename from data/html-src/rules/dhanpati.html rename to html-src/rules/dhanpati.html diff --git a/data/html-src/rules/diekoenigsbergerin.html b/html-src/rules/diekoenigsbergerin.html similarity index 100% rename from data/html-src/rules/diekoenigsbergerin.html rename to html-src/rules/diekoenigsbergerin.html diff --git a/data/html-src/rules/diplomat.html b/html-src/rules/diplomat.html similarity index 100% rename from data/html-src/rules/diplomat.html rename to html-src/rules/diplomat.html diff --git a/data/html-src/rules/dojoujisgame.html b/html-src/rules/dojoujisgame.html similarity index 100% rename from data/html-src/rules/dojoujisgame.html rename to html-src/rules/dojoujisgame.html diff --git a/data/html-src/rules/dojoujisgamedoubled.html b/html-src/rules/dojoujisgamedoubled.html similarity index 100% rename from data/html-src/rules/dojoujisgamedoubled.html rename to html-src/rules/dojoujisgamedoubled.html diff --git a/data/html-src/rules/doublebisley.html b/html-src/rules/doublebisley.html similarity index 100% rename from data/html-src/rules/doublebisley.html rename to html-src/rules/doublebisley.html diff --git a/data/html-src/rules/doublecanfield.html b/html-src/rules/doublecanfield.html similarity index 100% rename from data/html-src/rules/doublecanfield.html rename to html-src/rules/doublecanfield.html diff --git a/data/html-src/rules/doublecockroach.html b/html-src/rules/doublecockroach.html similarity index 100% rename from data/html-src/rules/doublecockroach.html rename to html-src/rules/doublecockroach.html diff --git a/data/html-src/rules/doubledrawbridge.html b/html-src/rules/doubledrawbridge.html similarity index 100% rename from data/html-src/rules/doubledrawbridge.html rename to html-src/rules/doubledrawbridge.html diff --git a/data/html-src/rules/doublegrasshopper.html b/html-src/rules/doublegrasshopper.html similarity index 100% rename from data/html-src/rules/doublegrasshopper.html rename to html-src/rules/doublegrasshopper.html diff --git a/data/html-src/rules/doubleklondike.html b/html-src/rules/doubleklondike.html similarity index 100% rename from data/html-src/rules/doubleklondike.html rename to html-src/rules/doubleklondike.html diff --git a/data/html-src/rules/doubleklondikebythrees.html b/html-src/rules/doubleklondikebythrees.html similarity index 100% rename from data/html-src/rules/doubleklondikebythrees.html rename to html-src/rules/doubleklondikebythrees.html diff --git a/data/html-src/rules/doublerail.html b/html-src/rules/doublerail.html similarity index 100% rename from data/html-src/rules/doublerail.html rename to html-src/rules/doublerail.html diff --git a/data/html-src/rules/doublesamuri.html b/html-src/rules/doublesamuri.html similarity index 100% rename from data/html-src/rules/doublesamuri.html rename to html-src/rules/doublesamuri.html diff --git a/data/html-src/rules/doublets.html b/html-src/rules/doublets.html similarity index 100% rename from data/html-src/rules/doublets.html rename to html-src/rules/doublets.html diff --git a/data/html-src/rules/doubleyourfun.html b/html-src/rules/doubleyourfun.html similarity index 100% rename from data/html-src/rules/doubleyourfun.html rename to html-src/rules/doubleyourfun.html diff --git a/data/html-src/rules/dover.html b/html-src/rules/dover.html similarity index 100% rename from data/html-src/rules/dover.html rename to html-src/rules/dover.html diff --git a/data/html-src/rules/drawbridge.html b/html-src/rules/drawbridge.html similarity index 100% rename from data/html-src/rules/drawbridge.html rename to html-src/rules/drawbridge.html diff --git a/data/html-src/rules/eaglewing.html b/html-src/rules/eaglewing.html similarity index 100% rename from data/html-src/rules/eaglewing.html rename to html-src/rules/eaglewing.html diff --git a/data/html-src/rules/eastcliff.html b/html-src/rules/eastcliff.html similarity index 100% rename from data/html-src/rules/eastcliff.html rename to html-src/rules/eastcliff.html diff --git a/data/html-src/rules/easthaven.html b/html-src/rules/easthaven.html similarity index 100% rename from data/html-src/rules/easthaven.html rename to html-src/rules/easthaven.html diff --git a/data/html-src/rules/easysupreme.html b/html-src/rules/easysupreme.html similarity index 100% rename from data/html-src/rules/easysupreme.html rename to html-src/rules/easysupreme.html diff --git a/data/html-src/rules/easyxone.html b/html-src/rules/easyxone.html similarity index 100% rename from data/html-src/rules/easyxone.html rename to html-src/rules/easyxone.html diff --git a/data/html-src/rules/eiffeltower.html b/html-src/rules/eiffeltower.html similarity index 100% rename from data/html-src/rules/eiffeltower.html rename to html-src/rules/eiffeltower.html diff --git a/data/html-src/rules/eightlegions.html b/html-src/rules/eightlegions.html similarity index 100% rename from data/html-src/rules/eightlegions.html rename to html-src/rules/eightlegions.html diff --git a/data/html-src/rules/eightoff.html b/html-src/rules/eightoff.html similarity index 100% rename from data/html-src/rules/eightoff.html rename to html-src/rules/eightoff.html diff --git a/data/html-src/rules/eighttimeseight.html b/html-src/rules/eighttimeseight.html similarity index 100% rename from data/html-src/rules/eighttimeseight.html rename to html-src/rules/eighttimeseight.html diff --git a/data/html-src/rules/elevator.html b/html-src/rules/elevator.html similarity index 100% rename from data/html-src/rules/elevator.html rename to html-src/rules/elevator.html diff --git a/data/html-src/rules/eularia.html b/html-src/rules/eularia.html similarity index 100% rename from data/html-src/rules/eularia.html rename to html-src/rules/eularia.html diff --git a/data/html-src/rules/excuse.html b/html-src/rules/excuse.html similarity index 100% rename from data/html-src/rules/excuse.html rename to html-src/rules/excuse.html diff --git a/data/html-src/rules/fallingstar.html b/html-src/rules/fallingstar.html similarity index 100% rename from data/html-src/rules/fallingstar.html rename to html-src/rules/fallingstar.html diff --git a/data/html-src/rules/fan.html b/html-src/rules/fan.html similarity index 100% rename from data/html-src/rules/fan.html rename to html-src/rules/fan.html diff --git a/data/html-src/rules/fastness.html b/html-src/rules/fastness.html similarity index 100% rename from data/html-src/rules/fastness.html rename to html-src/rules/fastness.html diff --git a/data/html-src/rules/fatimehsgame.html b/html-src/rules/fatimehsgame.html similarity index 100% rename from data/html-src/rules/fatimehsgame.html rename to html-src/rules/fatimehsgame.html diff --git a/data/html-src/rules/fatimehsgamerelaxed.html b/html-src/rules/fatimehsgamerelaxed.html similarity index 100% rename from data/html-src/rules/fatimehsgamerelaxed.html rename to html-src/rules/fatimehsgamerelaxed.html diff --git a/data/html-src/rules/fifteenplus.html b/html-src/rules/fifteenplus.html similarity index 100% rename from data/html-src/rules/fifteenplus.html rename to html-src/rules/fifteenplus.html diff --git a/data/html-src/rules/firecracker.html b/html-src/rules/firecracker.html similarity index 100% rename from data/html-src/rules/firecracker.html rename to html-src/rules/firecracker.html diff --git a/data/html-src/rules/fiveaces.html b/html-src/rules/fiveaces.html similarity index 100% rename from data/html-src/rules/fiveaces.html rename to html-src/rules/fiveaces.html diff --git a/data/html-src/rules/flowerarrangement.html b/html-src/rules/flowerarrangement.html similarity index 100% rename from data/html-src/rules/flowerarrangement.html rename to html-src/rules/flowerarrangement.html diff --git a/data/html-src/rules/flowerclock.html b/html-src/rules/flowerclock.html similarity index 100% rename from data/html-src/rules/flowerclock.html rename to html-src/rules/flowerclock.html diff --git a/data/html-src/rules/forecell.html b/html-src/rules/forecell.html similarity index 100% rename from data/html-src/rules/forecell.html rename to html-src/rules/forecell.html diff --git a/data/html-src/rules/fortress.html b/html-src/rules/fortress.html similarity index 100% rename from data/html-src/rules/fortress.html rename to html-src/rules/fortress.html diff --git a/data/html-src/rules/fortyandeight.html b/html-src/rules/fortyandeight.html similarity index 100% rename from data/html-src/rules/fortyandeight.html rename to html-src/rules/fortyandeight.html diff --git a/data/html-src/rules/fortythieves.html b/html-src/rules/fortythieves.html similarity index 100% rename from data/html-src/rules/fortythieves.html rename to html-src/rules/fortythieves.html diff --git a/data/html-src/rules/fourteen.html b/html-src/rules/fourteen.html similarity index 100% rename from data/html-src/rules/fourteen.html rename to html-src/rules/fourteen.html diff --git a/data/html-src/rules/freecell.html b/html-src/rules/freecell.html similarity index 100% rename from data/html-src/rules/freecell.html rename to html-src/rules/freecell.html diff --git a/data/html-src/rules/freefan.html b/html-src/rules/freefan.html similarity index 100% rename from data/html-src/rules/freefan.html rename to html-src/rules/freefan.html diff --git a/data/html-src/rules/freenapoleon.html b/html-src/rules/freenapoleon.html similarity index 100% rename from data/html-src/rules/freenapoleon.html rename to html-src/rules/freenapoleon.html diff --git a/data/html-src/rules/gajapati.html b/html-src/rules/gajapati.html similarity index 100% rename from data/html-src/rules/gajapati.html rename to html-src/rules/gajapati.html diff --git a/data/html-src/rules/gaji.html b/html-src/rules/gaji.html similarity index 100% rename from data/html-src/rules/gaji.html rename to html-src/rules/gaji.html diff --git a/data/html-src/rules/gargantua.html b/html-src/rules/gargantua.html similarity index 100% rename from data/html-src/rules/gargantua.html rename to html-src/rules/gargantua.html diff --git a/data/html-src/rules/garhpati.html b/html-src/rules/garhpati.html similarity index 100% rename from data/html-src/rules/garhpati.html rename to html-src/rules/garhpati.html diff --git a/data/html-src/rules/generalspatience.html b/html-src/rules/generalspatience.html similarity index 100% rename from data/html-src/rules/generalspatience.html rename to html-src/rules/generalspatience.html diff --git a/data/html-src/rules/ghulam.html b/html-src/rules/ghulam.html similarity index 100% rename from data/html-src/rules/ghulam.html rename to html-src/rules/ghulam.html diff --git a/data/html-src/rules/giant.html b/html-src/rules/giant.html similarity index 100% rename from data/html-src/rules/giant.html rename to html-src/rules/giant.html diff --git a/data/html-src/rules/glenwood.html b/html-src/rules/glenwood.html similarity index 100% rename from data/html-src/rules/glenwood.html rename to html-src/rules/glenwood.html diff --git a/data/html-src/rules/golf.html b/html-src/rules/golf.html similarity index 100% rename from data/html-src/rules/golf.html rename to html-src/rules/golf.html diff --git a/data/html-src/rules/goodmeasure.html b/html-src/rules/goodmeasure.html similarity index 100% rename from data/html-src/rules/goodmeasure.html rename to html-src/rules/goodmeasure.html diff --git a/data/html-src/rules/grandfathersclock.html b/html-src/rules/grandfathersclock.html similarity index 100% rename from data/html-src/rules/grandfathersclock.html rename to html-src/rules/grandfathersclock.html diff --git a/data/html-src/rules/grandmothersgame.html b/html-src/rules/grandmothersgame.html similarity index 100% rename from data/html-src/rules/grandmothersgame.html rename to html-src/rules/grandmothersgame.html diff --git a/data/html-src/rules/grasshopper.html b/html-src/rules/grasshopper.html similarity index 100% rename from data/html-src/rules/grasshopper.html rename to html-src/rules/grasshopper.html diff --git a/data/html-src/rules/greaterqueue.html b/html-src/rules/greaterqueue.html similarity index 100% rename from data/html-src/rules/greaterqueue.html rename to html-src/rules/greaterqueue.html diff --git a/data/html-src/rules/greatwall.html b/html-src/rules/greatwall.html similarity index 100% rename from data/html-src/rules/greatwall.html rename to html-src/rules/greatwall.html diff --git a/data/html-src/rules/griffon.html b/html-src/rules/griffon.html similarity index 100% rename from data/html-src/rules/griffon.html rename to html-src/rules/griffon.html diff --git a/data/html-src/rules/groundforadivorce.html b/html-src/rules/groundforadivorce.html similarity index 100% rename from data/html-src/rules/groundforadivorce.html rename to html-src/rules/groundforadivorce.html diff --git a/data/html-src/rules/gypsy.html b/html-src/rules/gypsy.html similarity index 100% rename from data/html-src/rules/gypsy.html rename to html-src/rules/gypsy.html diff --git a/data/html-src/rules/hanafudafourseasons.html b/html-src/rules/hanafudafourseasons.html similarity index 100% rename from data/html-src/rules/hanafudafourseasons.html rename to html-src/rules/hanafudafourseasons.html diff --git a/data/html-src/rules/hanafudafourwinds.html b/html-src/rules/hanafudafourwinds.html similarity index 100% rename from data/html-src/rules/hanafudafourwinds.html rename to html-src/rules/hanafudafourwinds.html diff --git a/data/html-src/rules/hayagriva.html b/html-src/rules/hayagriva.html similarity index 100% rename from data/html-src/rules/hayagriva.html rename to html-src/rules/hayagriva.html diff --git a/data/html-src/rules/hexaklon.html b/html-src/rules/hexaklon.html similarity index 100% rename from data/html-src/rules/hexaklon.html rename to html-src/rules/hexaklon.html diff --git a/data/html-src/rules/hexaklonbythrees.html b/html-src/rules/hexaklonbythrees.html similarity index 100% rename from data/html-src/rules/hexaklonbythrees.html rename to html-src/rules/hexaklonbythrees.html diff --git a/data/html-src/rules/hexlabyrinth.html b/html-src/rules/hexlabyrinth.html similarity index 100% rename from data/html-src/rules/hexlabyrinth.html rename to html-src/rules/hexlabyrinth.html diff --git a/data/html-src/rules/hiddenpassages.html b/html-src/rules/hiddenpassages.html similarity index 100% rename from data/html-src/rules/hiddenpassages.html rename to html-src/rules/hiddenpassages.html diff --git a/data/html-src/rules/hiranyaksha.html b/html-src/rules/hiranyaksha.html similarity index 100% rename from data/html-src/rules/hiranyaksha.html rename to html-src/rules/hiranyaksha.html diff --git a/data/html-src/rules/hopscotch.html b/html-src/rules/hopscotch.html similarity index 100% rename from data/html-src/rules/hopscotch.html rename to html-src/rules/hopscotch.html diff --git a/data/html-src/rules/imperialtrumps.html b/html-src/rules/imperialtrumps.html similarity index 100% rename from data/html-src/rules/imperialtrumps.html rename to html-src/rules/imperialtrumps.html diff --git a/data/html-src/rules/indian.html b/html-src/rules/indian.html similarity index 100% rename from data/html-src/rules/indian.html rename to html-src/rules/indian.html diff --git a/data/html-src/rules/interregnum.html b/html-src/rules/interregnum.html similarity index 100% rename from data/html-src/rules/interregnum.html rename to html-src/rules/interregnum.html diff --git a/data/html-src/rules/iris.html b/html-src/rules/iris.html similarity index 100% rename from data/html-src/rules/iris.html rename to html-src/rules/iris.html diff --git a/data/html-src/rules/irmgard.html b/html-src/rules/irmgard.html similarity index 100% rename from data/html-src/rules/irmgard.html rename to html-src/rules/irmgard.html diff --git a/data/html-src/rules/jane.html b/html-src/rules/jane.html similarity index 100% rename from data/html-src/rules/jane.html rename to html-src/rules/jane.html diff --git a/data/html-src/rules/japanesegarden.html b/html-src/rules/japanesegarden.html similarity index 100% rename from data/html-src/rules/japanesegarden.html rename to html-src/rules/japanesegarden.html diff --git a/data/html-src/rules/japanesegardenii.html b/html-src/rules/japanesegardenii.html similarity index 100% rename from data/html-src/rules/japanesegardenii.html rename to html-src/rules/japanesegardenii.html diff --git a/data/html-src/rules/japanesegardeniii.html b/html-src/rules/japanesegardeniii.html similarity index 100% rename from data/html-src/rules/japanesegardeniii.html rename to html-src/rules/japanesegardeniii.html diff --git a/data/html-src/rules/journeytocuddapah.html b/html-src/rules/journeytocuddapah.html similarity index 100% rename from data/html-src/rules/journeytocuddapah.html rename to html-src/rules/journeytocuddapah.html diff --git a/data/html-src/rules/jumbo.html b/html-src/rules/jumbo.html similarity index 100% rename from data/html-src/rules/jumbo.html rename to html-src/rules/jumbo.html diff --git a/data/html-src/rules/justforfun.html b/html-src/rules/justforfun.html similarity index 100% rename from data/html-src/rules/justforfun.html rename to html-src/rules/justforfun.html diff --git a/data/html-src/rules/kalisgame.html b/html-src/rules/kalisgame.html similarity index 100% rename from data/html-src/rules/kalisgame.html rename to html-src/rules/kalisgame.html diff --git a/data/html-src/rules/kalisgamedoubled.html b/html-src/rules/kalisgamedoubled.html similarity index 100% rename from data/html-src/rules/kalisgamedoubled.html rename to html-src/rules/kalisgamedoubled.html diff --git a/data/html-src/rules/kalisgamerelaxed.html b/html-src/rules/kalisgamerelaxed.html similarity index 100% rename from data/html-src/rules/kalisgamerelaxed.html rename to html-src/rules/kalisgamerelaxed.html diff --git a/data/html-src/rules/katrinasgame.html b/html-src/rules/katrinasgame.html similarity index 100% rename from data/html-src/rules/katrinasgame.html rename to html-src/rules/katrinasgame.html diff --git a/data/html-src/rules/katrinasgamedoubled.html b/html-src/rules/katrinasgamedoubled.html similarity index 100% rename from data/html-src/rules/katrinasgamedoubled.html rename to html-src/rules/katrinasgamedoubled.html diff --git a/data/html-src/rules/katrinasgamerelaxed.html b/html-src/rules/katrinasgamerelaxed.html similarity index 100% rename from data/html-src/rules/katrinasgamerelaxed.html rename to html-src/rules/katrinasgamerelaxed.html diff --git a/data/html-src/rules/khadga.html b/html-src/rules/khadga.html similarity index 100% rename from data/html-src/rules/khadga.html rename to html-src/rules/khadga.html diff --git a/data/html-src/rules/kingalbert.html b/html-src/rules/kingalbert.html similarity index 100% rename from data/html-src/rules/kingalbert.html rename to html-src/rules/kingalbert.html diff --git a/data/html-src/rules/kingdom.html b/html-src/rules/kingdom.html similarity index 100% rename from data/html-src/rules/kingdom.html rename to html-src/rules/kingdom.html diff --git a/data/html-src/rules/kingonlybakersgame.html b/html-src/rules/kingonlybakersgame.html similarity index 100% rename from data/html-src/rules/kingonlybakersgame.html rename to html-src/rules/kingonlybakersgame.html diff --git a/data/html-src/rules/kingonlyhexaklon.html b/html-src/rules/kingonlyhexaklon.html similarity index 100% rename from data/html-src/rules/kingonlyhexaklon.html rename to html-src/rules/kingonlyhexaklon.html diff --git a/data/html-src/rules/kings.html b/html-src/rules/kings.html similarity index 100% rename from data/html-src/rules/kings.html rename to html-src/rules/kings.html diff --git a/data/html-src/rules/klondike.html b/html-src/rules/klondike.html similarity index 100% rename from data/html-src/rules/klondike.html rename to html-src/rules/klondike.html diff --git a/data/html-src/rules/klondikebythrees.html b/html-src/rules/klondikebythrees.html similarity index 100% rename from data/html-src/rules/klondikebythrees.html rename to html-src/rules/klondikebythrees.html diff --git a/data/html-src/rules/klondikeplus16.html b/html-src/rules/klondikeplus16.html similarity index 100% rename from data/html-src/rules/klondikeplus16.html rename to html-src/rules/klondikeplus16.html diff --git a/data/html-src/rules/kurma.html b/html-src/rules/kurma.html similarity index 100% rename from data/html-src/rules/kurma.html rename to html-src/rules/kurma.html diff --git a/data/html-src/rules/labellelucie.html b/html-src/rules/labellelucie.html similarity index 100% rename from data/html-src/rules/labellelucie.html rename to html-src/rules/labellelucie.html diff --git a/data/html-src/rules/ladybetty.html b/html-src/rules/ladybetty.html similarity index 100% rename from data/html-src/rules/ladybetty.html rename to html-src/rules/ladybetty.html diff --git a/data/html-src/rules/ladypalk.html b/html-src/rules/ladypalk.html similarity index 100% rename from data/html-src/rules/ladypalk.html rename to html-src/rules/ladypalk.html diff --git a/data/html-src/rules/larasgame.html b/html-src/rules/larasgame.html similarity index 100% rename from data/html-src/rules/larasgame.html rename to html-src/rules/larasgame.html diff --git a/data/html-src/rules/larasgamedoubled.html b/html-src/rules/larasgamedoubled.html similarity index 100% rename from data/html-src/rules/larasgamedoubled.html rename to html-src/rules/larasgamedoubled.html diff --git a/data/html-src/rules/larasgamerelaxed.html b/html-src/rules/larasgamerelaxed.html similarity index 100% rename from data/html-src/rules/larasgamerelaxed.html rename to html-src/rules/larasgamerelaxed.html diff --git a/data/html-src/rules/lesserqueue.html b/html-src/rules/lesserqueue.html similarity index 100% rename from data/html-src/rules/lesserqueue.html rename to html-src/rules/lesserqueue.html diff --git a/data/html-src/rules/lexingtonharp.html b/html-src/rules/lexingtonharp.html similarity index 100% rename from data/html-src/rules/lexingtonharp.html rename to html-src/rules/lexingtonharp.html diff --git a/data/html-src/rules/littleeasy.html b/html-src/rules/littleeasy.html similarity index 100% rename from data/html-src/rules/littleeasy.html rename to html-src/rules/littleeasy.html diff --git a/data/html-src/rules/littleforty.html b/html-src/rules/littleforty.html similarity index 100% rename from data/html-src/rules/littleforty.html rename to html-src/rules/littleforty.html diff --git a/data/html-src/rules/longbraid.html b/html-src/rules/longbraid.html similarity index 100% rename from data/html-src/rules/longbraid.html rename to html-src/rules/longbraid.html diff --git a/data/html-src/rules/longjourneytocuddapah.html b/html-src/rules/longjourneytocuddapah.html similarity index 100% rename from data/html-src/rules/longjourneytocuddapah.html rename to html-src/rules/longjourneytocuddapah.html diff --git a/data/html-src/rules/lucas.html b/html-src/rules/lucas.html similarity index 100% rename from data/html-src/rules/lucas.html rename to html-src/rules/lucas.html diff --git a/data/html-src/rules/magesgame.html b/html-src/rules/magesgame.html similarity index 100% rename from data/html-src/rules/magesgame.html rename to html-src/rules/magesgame.html diff --git a/data/html-src/rules/mahjongg.html b/html-src/rules/mahjongg.html similarity index 100% rename from data/html-src/rules/mahjongg.html rename to html-src/rules/mahjongg.html diff --git a/data/html-src/rules/makara.html b/html-src/rules/makara.html similarity index 100% rename from data/html-src/rules/makara.html rename to html-src/rules/makara.html diff --git a/data/html-src/rules/maria.html b/html-src/rules/maria.html similarity index 100% rename from data/html-src/rules/maria.html rename to html-src/rules/maria.html diff --git a/data/html-src/rules/martha.html b/html-src/rules/martha.html similarity index 100% rename from data/html-src/rules/martha.html rename to html-src/rules/martha.html diff --git a/data/html-src/rules/matriarchy.html b/html-src/rules/matriarchy.html similarity index 100% rename from data/html-src/rules/matriarchy.html rename to html-src/rules/matriarchy.html diff --git a/data/html-src/rules/matrix.html b/html-src/rules/matrix.html similarity index 100% rename from data/html-src/rules/matrix.html rename to html-src/rules/matrix.html diff --git a/data/html-src/rules/matsukiri.html b/html-src/rules/matsukiri.html similarity index 100% rename from data/html-src/rules/matsukiri.html rename to html-src/rules/matsukiri.html diff --git a/data/html-src/rules/matsukiristrict.html b/html-src/rules/matsukiristrict.html similarity index 100% rename from data/html-src/rules/matsukiristrict.html rename to html-src/rules/matsukiristrict.html diff --git a/data/html-src/rules/matsya.html b/html-src/rules/matsya.html similarity index 100% rename from data/html-src/rules/matsya.html rename to html-src/rules/matsya.html diff --git a/data/html-src/rules/maze.html b/html-src/rules/maze.html similarity index 100% rename from data/html-src/rules/maze.html rename to html-src/rules/maze.html diff --git a/data/html-src/rules/memory24.html b/html-src/rules/memory24.html similarity index 100% rename from data/html-src/rules/memory24.html rename to html-src/rules/memory24.html diff --git a/data/html-src/rules/memory40.html b/html-src/rules/memory40.html similarity index 100% rename from data/html-src/rules/memory40.html rename to html-src/rules/memory40.html diff --git a/data/html-src/rules/merlinsmeander.html b/html-src/rules/merlinsmeander.html similarity index 100% rename from data/html-src/rules/merlinsmeander.html rename to html-src/rules/merlinsmeander.html diff --git a/data/html-src/rules/midshipman.html b/html-src/rules/midshipman.html similarity index 100% rename from data/html-src/rules/midshipman.html rename to html-src/rules/midshipman.html diff --git a/data/html-src/rules/milligancell.html b/html-src/rules/milligancell.html similarity index 100% rename from data/html-src/rules/milligancell.html rename to html-src/rules/milligancell.html diff --git a/data/html-src/rules/milliganharp.html b/html-src/rules/milliganharp.html similarity index 100% rename from data/html-src/rules/milliganharp.html rename to html-src/rules/milliganharp.html diff --git a/data/html-src/rules/mississippi.html b/html-src/rules/mississippi.html similarity index 100% rename from data/html-src/rules/mississippi.html rename to html-src/rules/mississippi.html diff --git a/data/html-src/rules/missmilligan.html b/html-src/rules/missmilligan.html similarity index 100% rename from data/html-src/rules/missmilligan.html rename to html-src/rules/missmilligan.html diff --git a/data/html-src/rules/missmuffet.html b/html-src/rules/missmuffet.html similarity index 100% rename from data/html-src/rules/missmuffet.html rename to html-src/rules/missmuffet.html diff --git a/data/html-src/rules/montana.html b/html-src/rules/montana.html similarity index 100% rename from data/html-src/rules/montana.html rename to html-src/rules/montana.html diff --git a/data/html-src/rules/montecarlo.html b/html-src/rules/montecarlo.html similarity index 100% rename from data/html-src/rules/montecarlo.html rename to html-src/rules/montecarlo.html diff --git a/data/html-src/rules/moosehide.html b/html-src/rules/moosehide.html similarity index 100% rename from data/html-src/rules/moosehide.html rename to html-src/rules/moosehide.html diff --git a/data/html-src/rules/mughalcircles.html b/html-src/rules/mughalcircles.html similarity index 100% rename from data/html-src/rules/mughalcircles.html rename to html-src/rules/mughalcircles.html diff --git a/data/html-src/rules/napoleon.html b/html-src/rules/napoleon.html similarity index 100% rename from data/html-src/rules/napoleon.html rename to html-src/rules/napoleon.html diff --git a/data/html-src/rules/napoleonsexile.html b/html-src/rules/napoleonsexile.html similarity index 100% rename from data/html-src/rules/napoleonsexile.html rename to html-src/rules/napoleonsexile.html diff --git a/data/html-src/rules/narasimha.html b/html-src/rules/narasimha.html similarity index 100% rename from data/html-src/rules/narasimha.html rename to html-src/rules/narasimha.html diff --git a/data/html-src/rules/narpati.html b/html-src/rules/narpati.html similarity index 100% rename from data/html-src/rules/narpati.html rename to html-src/rules/narpati.html diff --git a/data/html-src/rules/nasty.html b/html-src/rules/nasty.html similarity index 100% rename from data/html-src/rules/nasty.html rename to html-src/rules/nasty.html diff --git a/data/html-src/rules/neighbour.html b/html-src/rules/neighbour.html similarity index 100% rename from data/html-src/rules/neighbour.html rename to html-src/rules/neighbour.html diff --git a/data/html-src/rules/newtowerofhanoi.html b/html-src/rules/newtowerofhanoi.html similarity index 100% rename from data/html-src/rules/newtowerofhanoi.html rename to html-src/rules/newtowerofhanoi.html diff --git a/data/html-src/rules/nomad.html b/html-src/rules/nomad.html similarity index 100% rename from data/html-src/rules/nomad.html rename to html-src/rules/nomad.html diff --git a/data/html-src/rules/nordic.html b/html-src/rules/nordic.html similarity index 100% rename from data/html-src/rules/nordic.html rename to html-src/rules/nordic.html diff --git a/data/html-src/rules/numberten.html b/html-src/rules/numberten.html similarity index 100% rename from data/html-src/rules/numberten.html rename to html-src/rules/numberten.html diff --git a/data/html-src/rules/numerica.html b/html-src/rules/numerica.html similarity index 100% rename from data/html-src/rules/numerica.html rename to html-src/rules/numerica.html diff --git a/data/html-src/rules/oddandeven.html b/html-src/rules/oddandeven.html similarity index 100% rename from data/html-src/rules/oddandeven.html rename to html-src/rules/oddandeven.html diff --git a/data/html-src/rules/odessa.html b/html-src/rules/odessa.html similarity index 100% rename from data/html-src/rules/odessa.html rename to html-src/rules/odessa.html diff --git a/data/html-src/rules/oonsoo.html b/html-src/rules/oonsoo.html similarity index 100% rename from data/html-src/rules/oonsoo.html rename to html-src/rules/oonsoo.html diff --git a/data/html-src/rules/oonsooopen.html b/html-src/rules/oonsooopen.html similarity index 100% rename from data/html-src/rules/oonsooopen.html rename to html-src/rules/oonsooopen.html diff --git a/data/html-src/rules/oonsoostrict.html b/html-src/rules/oonsoostrict.html similarity index 100% rename from data/html-src/rules/oonsoostrict.html rename to html-src/rules/oonsoostrict.html diff --git a/data/html-src/rules/oonsootimestwo.html b/html-src/rules/oonsootimestwo.html similarity index 100% rename from data/html-src/rules/oonsootimestwo.html rename to html-src/rules/oonsootimestwo.html diff --git a/data/html-src/rules/oonsootoo.html b/html-src/rules/oonsootoo.html similarity index 100% rename from data/html-src/rules/oonsootoo.html rename to html-src/rules/oonsootoo.html diff --git a/data/html-src/rules/osmosis.html b/html-src/rules/osmosis.html similarity index 100% rename from data/html-src/rules/osmosis.html rename to html-src/rules/osmosis.html diff --git a/data/html-src/rules/pagat.html b/html-src/rules/pagat.html similarity index 100% rename from data/html-src/rules/pagat.html rename to html-src/rules/pagat.html diff --git a/data/html-src/rules/pagoda.html b/html-src/rules/pagoda.html similarity index 100% rename from data/html-src/rules/pagoda.html rename to html-src/rules/pagoda.html diff --git a/data/html-src/rules/parashurama.html b/html-src/rules/parashurama.html similarity index 100% rename from data/html-src/rules/parashurama.html rename to html-src/rules/parashurama.html diff --git a/data/html-src/rules/pasdedeux.html b/html-src/rules/pasdedeux.html similarity index 100% rename from data/html-src/rules/pasdedeux.html rename to html-src/rules/pasdedeux.html diff --git a/data/html-src/rules/passeul.html b/html-src/rules/passeul.html similarity index 100% rename from data/html-src/rules/passeul.html rename to html-src/rules/passeul.html diff --git a/data/html-src/rules/paulownia.html b/html-src/rules/paulownia.html similarity index 100% rename from data/html-src/rules/paulownia.html rename to html-src/rules/paulownia.html diff --git a/data/html-src/rules/peek.html b/html-src/rules/peek.html similarity index 100% rename from data/html-src/rules/peek.html rename to html-src/rules/peek.html diff --git a/data/html-src/rules/pegged.html b/html-src/rules/pegged.html similarity index 100% rename from data/html-src/rules/pegged.html rename to html-src/rules/pegged.html diff --git a/data/html-src/rules/penguin.html b/html-src/rules/penguin.html similarity index 100% rename from data/html-src/rules/penguin.html rename to html-src/rules/penguin.html diff --git a/data/html-src/rules/peony.html b/html-src/rules/peony.html similarity index 100% rename from data/html-src/rules/peony.html rename to html-src/rules/peony.html diff --git a/data/html-src/rules/perpetualmotion.html b/html-src/rules/perpetualmotion.html similarity index 100% rename from data/html-src/rules/perpetualmotion.html rename to html-src/rules/perpetualmotion.html diff --git a/data/html-src/rules/picturegallery.html b/html-src/rules/picturegallery.html similarity index 100% rename from data/html-src/rules/picturegallery.html rename to html-src/rules/picturegallery.html diff --git a/data/html-src/rules/pileon.html b/html-src/rules/pileon.html similarity index 100% rename from data/html-src/rules/pileon.html rename to html-src/rules/pileon.html diff --git a/data/html-src/rules/pine.html b/html-src/rules/pine.html similarity index 100% rename from data/html-src/rules/pine.html rename to html-src/rules/pine.html diff --git a/data/html-src/rules/pokershuffle.html b/html-src/rules/pokershuffle.html similarity index 100% rename from data/html-src/rules/pokershuffle.html rename to html-src/rules/pokershuffle.html diff --git a/data/html-src/rules/pokersquare.html b/html-src/rules/pokersquare.html similarity index 100% rename from data/html-src/rules/pokersquare.html rename to html-src/rules/pokersquare.html diff --git a/data/html-src/rules/ponytail.html b/html-src/rules/ponytail.html similarity index 100% rename from data/html-src/rules/ponytail.html rename to html-src/rules/ponytail.html diff --git a/data/html-src/rules/pyramid.html b/html-src/rules/pyramid.html similarity index 100% rename from data/html-src/rules/pyramid.html rename to html-src/rules/pyramid.html diff --git a/data/html-src/rules/quadrangle.html b/html-src/rules/quadrangle.html similarity index 100% rename from data/html-src/rules/quadrangle.html rename to html-src/rules/quadrangle.html diff --git a/data/html-src/rules/queenie.html b/html-src/rules/queenie.html similarity index 100% rename from data/html-src/rules/queenie.html rename to html-src/rules/queenie.html diff --git a/data/html-src/rules/rachel.html b/html-src/rules/rachel.html similarity index 100% rename from data/html-src/rules/rachel.html rename to html-src/rules/rachel.html diff --git a/data/html-src/rules/rainbow.html b/html-src/rules/rainbow.html similarity index 100% rename from data/html-src/rules/rainbow.html rename to html-src/rules/rainbow.html diff --git a/data/html-src/rules/rainfall.html b/html-src/rules/rainfall.html similarity index 100% rename from data/html-src/rules/rainfall.html rename to html-src/rules/rainfall.html diff --git a/data/html-src/rules/rambling.html b/html-src/rules/rambling.html similarity index 100% rename from data/html-src/rules/rambling.html rename to html-src/rules/rambling.html diff --git a/data/html-src/rules/rankandfile.html b/html-src/rules/rankandfile.html similarity index 100% rename from data/html-src/rules/rankandfile.html rename to html-src/rules/rankandfile.html diff --git a/data/html-src/rules/redandblack.html b/html-src/rules/redandblack.html similarity index 100% rename from data/html-src/rules/redandblack.html rename to html-src/rules/redandblack.html diff --git a/data/html-src/rules/redmoon.html b/html-src/rules/redmoon.html similarity index 100% rename from data/html-src/rules/redmoon.html rename to html-src/rules/redmoon.html diff --git a/data/html-src/rules/relax.html b/html-src/rules/relax.html similarity index 100% rename from data/html-src/rules/relax.html rename to html-src/rules/relax.html diff --git a/data/html-src/rules/relaxedfreecell.html b/html-src/rules/relaxedfreecell.html similarity index 100% rename from data/html-src/rules/relaxedfreecell.html rename to html-src/rules/relaxedfreecell.html diff --git a/data/html-src/rules/relaxedgolf.html b/html-src/rules/relaxedgolf.html similarity index 100% rename from data/html-src/rules/relaxedgolf.html rename to html-src/rules/relaxedgolf.html diff --git a/data/html-src/rules/relaxedpyramid.html b/html-src/rules/relaxedpyramid.html similarity index 100% rename from data/html-src/rules/relaxedpyramid.html rename to html-src/rules/relaxedpyramid.html diff --git a/data/html-src/rules/relaxedseahaventowers.html b/html-src/rules/relaxedseahaventowers.html similarity index 100% rename from data/html-src/rules/relaxedseahaventowers.html rename to html-src/rules/relaxedseahaventowers.html diff --git a/data/html-src/rules/relaxedspider.html b/html-src/rules/relaxedspider.html similarity index 100% rename from data/html-src/rules/relaxedspider.html rename to html-src/rules/relaxedspider.html diff --git a/data/html-src/rules/roslin.html b/html-src/rules/roslin.html similarity index 100% rename from data/html-src/rules/roslin.html rename to html-src/rules/roslin.html diff --git a/data/html-src/rules/royalcotillion.html b/html-src/rules/royalcotillion.html similarity index 100% rename from data/html-src/rules/royalcotillion.html rename to html-src/rules/royalcotillion.html diff --git a/data/html-src/rules/royaleast.html b/html-src/rules/royaleast.html similarity index 100% rename from data/html-src/rules/royaleast.html rename to html-src/rules/royaleast.html diff --git a/data/html-src/rules/rushdike.html b/html-src/rules/rushdike.html similarity index 100% rename from data/html-src/rules/rushdike.html rename to html-src/rules/rushdike.html diff --git a/data/html-src/rules/russianpatience.html b/html-src/rules/russianpatience.html similarity index 100% rename from data/html-src/rules/russianpatience.html rename to html-src/rules/russianpatience.html diff --git a/data/html-src/rules/russianpoint.html b/html-src/rules/russianpoint.html similarity index 100% rename from data/html-src/rules/russianpoint.html rename to html-src/rules/russianpoint.html diff --git a/data/html-src/rules/russiansolitaire.html b/html-src/rules/russiansolitaire.html similarity index 100% rename from data/html-src/rules/russiansolitaire.html rename to html-src/rules/russiansolitaire.html diff --git a/data/html-src/rules/samuri.html b/html-src/rules/samuri.html similarity index 100% rename from data/html-src/rules/samuri.html rename to html-src/rules/samuri.html diff --git a/data/html-src/rules/sanibel.html b/html-src/rules/sanibel.html similarity index 100% rename from data/html-src/rules/sanibel.html rename to html-src/rules/sanibel.html diff --git a/data/html-src/rules/saratoga.html b/html-src/rules/saratoga.html similarity index 100% rename from data/html-src/rules/saratoga.html rename to html-src/rules/saratoga.html diff --git a/data/html-src/rules/scorpion.html b/html-src/rules/scorpion.html similarity index 100% rename from data/html-src/rules/scorpion.html rename to html-src/rules/scorpion.html diff --git a/data/html-src/rules/scorpionhead.html b/html-src/rules/scorpionhead.html similarity index 100% rename from data/html-src/rules/scorpionhead.html rename to html-src/rules/scorpionhead.html diff --git a/data/html-src/rules/scorpiontail.html b/html-src/rules/scorpiontail.html similarity index 100% rename from data/html-src/rules/scorpiontail.html rename to html-src/rules/scorpiontail.html diff --git a/data/html-src/rules/scotchpatience.html b/html-src/rules/scotchpatience.html similarity index 100% rename from data/html-src/rules/scotchpatience.html rename to html-src/rules/scotchpatience.html diff --git a/data/html-src/rules/seahaventowers.html b/html-src/rules/seahaventowers.html similarity index 100% rename from data/html-src/rules/seahaventowers.html rename to html-src/rules/seahaventowers.html diff --git a/data/html-src/rules/serpent.html b/html-src/rules/serpent.html similarity index 100% rename from data/html-src/rules/serpent.html rename to html-src/rules/serpent.html diff --git a/data/html-src/rules/sevenbyfive.html b/html-src/rules/sevenbyfive.html similarity index 100% rename from data/html-src/rules/sevenbyfive.html rename to html-src/rules/sevenbyfive.html diff --git a/data/html-src/rules/sevenbyfour.html b/html-src/rules/sevenbyfour.html similarity index 100% rename from data/html-src/rules/sevenbyfour.html rename to html-src/rules/sevenbyfour.html diff --git a/data/html-src/rules/shamrocks.html b/html-src/rules/shamrocks.html similarity index 100% rename from data/html-src/rules/shamrocks.html rename to html-src/rules/shamrocks.html diff --git a/data/html-src/rules/shamsher.html b/html-src/rules/shamsher.html similarity index 100% rename from data/html-src/rules/shamsher.html rename to html-src/rules/shamsher.html diff --git a/data/html-src/rules/shanka.html b/html-src/rules/shanka.html similarity index 100% rename from data/html-src/rules/shanka.html rename to html-src/rules/shanka.html diff --git a/data/html-src/rules/shisensho.html b/html-src/rules/shisensho.html similarity index 100% rename from data/html-src/rules/shisensho.html rename to html-src/rules/shisensho.html diff --git a/data/html-src/rules/siebenbisas.html b/html-src/rules/siebenbisas.html similarity index 100% rename from data/html-src/rules/siebenbisas.html rename to html-src/rules/siebenbisas.html diff --git a/data/html-src/rules/simplecarlo.html b/html-src/rules/simplecarlo.html similarity index 100% rename from data/html-src/rules/simplecarlo.html rename to html-src/rules/simplecarlo.html diff --git a/data/html-src/rules/simplepairs.html b/html-src/rules/simplepairs.html similarity index 100% rename from data/html-src/rules/simplepairs.html rename to html-src/rules/simplepairs.html diff --git a/data/html-src/rules/simplesimon.html b/html-src/rules/simplesimon.html similarity index 100% rename from data/html-src/rules/simplesimon.html rename to html-src/rules/simplesimon.html diff --git a/data/html-src/rules/singlerail.html b/html-src/rules/singlerail.html similarity index 100% rename from data/html-src/rules/singlerail.html rename to html-src/rules/singlerail.html diff --git a/data/html-src/rules/sixsages.html b/html-src/rules/sixsages.html similarity index 100% rename from data/html-src/rules/sixsages.html rename to html-src/rules/sixsages.html diff --git a/data/html-src/rules/sixtengus.html b/html-src/rules/sixtengus.html similarity index 100% rename from data/html-src/rules/sixtengus.html rename to html-src/rules/sixtengus.html diff --git a/data/html-src/rules/skiz.html b/html-src/rules/skiz.html similarity index 100% rename from data/html-src/rules/skiz.html rename to html-src/rules/skiz.html diff --git a/data/html-src/rules/smallharp.html b/html-src/rules/smallharp.html similarity index 100% rename from data/html-src/rules/smallharp.html rename to html-src/rules/smallharp.html diff --git a/data/html-src/rules/snake.html b/html-src/rules/snake.html similarity index 100% rename from data/html-src/rules/snake.html rename to html-src/rules/snake.html diff --git a/data/html-src/rules/snakestone.html b/html-src/rules/snakestone.html similarity index 100% rename from data/html-src/rules/snakestone.html rename to html-src/rules/snakestone.html diff --git a/data/html-src/rules/spaces.html b/html-src/rules/spaces.html similarity index 100% rename from data/html-src/rules/spaces.html rename to html-src/rules/spaces.html diff --git a/data/html-src/rules/spanishpatience.html b/html-src/rules/spanishpatience.html similarity index 100% rename from data/html-src/rules/spanishpatience.html rename to html-src/rules/spanishpatience.html diff --git a/data/html-src/rules/spider.html b/html-src/rules/spider.html similarity index 100% rename from data/html-src/rules/spider.html rename to html-src/rules/spider.html diff --git a/data/html-src/rules/spiderette.html b/html-src/rules/spiderette.html similarity index 100% rename from data/html-src/rules/spiderette.html rename to html-src/rules/spiderette.html diff --git a/data/html-src/rules/stalactites.html b/html-src/rules/stalactites.html similarity index 100% rename from data/html-src/rules/stalactites.html rename to html-src/rules/stalactites.html diff --git a/data/html-src/rules/steps.html b/html-src/rules/steps.html similarity index 100% rename from data/html-src/rules/steps.html rename to html-src/rules/steps.html diff --git a/data/html-src/rules/storehouse.html b/html-src/rules/storehouse.html similarity index 100% rename from data/html-src/rules/storehouse.html rename to html-src/rules/storehouse.html diff --git a/data/html-src/rules/strategy.html b/html-src/rules/strategy.html similarity index 100% rename from data/html-src/rules/strategy.html rename to html-src/rules/strategy.html diff --git a/data/html-src/rules/streets.html b/html-src/rules/streets.html similarity index 100% rename from data/html-src/rules/streets.html rename to html-src/rules/streets.html diff --git a/data/html-src/rules/streetsandalleys.html b/html-src/rules/streetsandalleys.html similarity index 100% rename from data/html-src/rules/streetsandalleys.html rename to html-src/rules/streetsandalleys.html diff --git a/data/html-src/rules/stronghold.html b/html-src/rules/stronghold.html similarity index 100% rename from data/html-src/rules/stronghold.html rename to html-src/rules/stronghold.html diff --git a/data/html-src/rules/sumo.html b/html-src/rules/sumo.html similarity index 100% rename from data/html-src/rules/sumo.html rename to html-src/rules/sumo.html diff --git a/data/html-src/rules/superflowergarden.html b/html-src/rules/superflowergarden.html similarity index 100% rename from data/html-src/rules/superflowergarden.html rename to html-src/rules/superflowergarden.html diff --git a/data/html-src/rules/superiorcanfield.html b/html-src/rules/superiorcanfield.html similarity index 100% rename from data/html-src/rules/superiorcanfield.html rename to html-src/rules/superiorcanfield.html diff --git a/data/html-src/rules/supersamuri.html b/html-src/rules/supersamuri.html similarity index 100% rename from data/html-src/rules/supersamuri.html rename to html-src/rules/supersamuri.html diff --git a/data/html-src/rules/surukh.html b/html-src/rules/surukh.html similarity index 100% rename from data/html-src/rules/surukh.html rename to html-src/rules/surukh.html diff --git a/data/html-src/rules/tamoshanter.html b/html-src/rules/tamoshanter.html similarity index 100% rename from data/html-src/rules/tamoshanter.html rename to html-src/rules/tamoshanter.html diff --git a/data/html-src/rules/tenavatars.html b/html-src/rules/tenavatars.html similarity index 100% rename from data/html-src/rules/tenavatars.html rename to html-src/rules/tenavatars.html diff --git a/data/html-src/rules/terrace.html b/html-src/rules/terrace.html similarity index 100% rename from data/html-src/rules/terrace.html rename to html-src/rules/terrace.html diff --git a/data/html-src/rules/thefamiliar.html b/html-src/rules/thefamiliar.html similarity index 100% rename from data/html-src/rules/thefamiliar.html rename to html-src/rules/thefamiliar.html diff --git a/data/html-src/rules/thelastmonarch.html b/html-src/rules/thelastmonarch.html similarity index 100% rename from data/html-src/rules/thelastmonarch.html rename to html-src/rules/thelastmonarch.html diff --git a/data/html-src/rules/threepeaks.html b/html-src/rules/threepeaks.html similarity index 100% rename from data/html-src/rules/threepeaks.html rename to html-src/rules/threepeaks.html diff --git a/data/html-src/rules/threepeaksnonscoring.html b/html-src/rules/threepeaksnonscoring.html similarity index 100% rename from data/html-src/rules/threepeaksnonscoring.html rename to html-src/rules/threepeaksnonscoring.html diff --git a/data/html-src/rules/threeshufflesandadraw.html b/html-src/rules/threeshufflesandadraw.html similarity index 100% rename from data/html-src/rules/threeshufflesandadraw.html rename to html-src/rules/threeshufflesandadraw.html diff --git a/data/html-src/rules/thumbandpouch.html b/html-src/rules/thumbandpouch.html similarity index 100% rename from data/html-src/rules/thumbandpouch.html rename to html-src/rules/thumbandpouch.html diff --git a/data/html-src/rules/tipati.html b/html-src/rules/tipati.html similarity index 100% rename from data/html-src/rules/tipati.html rename to html-src/rules/tipati.html diff --git a/data/html-src/rules/towerofhanoy.html b/html-src/rules/towerofhanoy.html similarity index 100% rename from data/html-src/rules/towerofhanoy.html rename to html-src/rules/towerofhanoy.html diff --git a/data/html-src/rules/trefoil.html b/html-src/rules/trefoil.html similarity index 100% rename from data/html-src/rules/trefoil.html rename to html-src/rules/trefoil.html diff --git a/data/html-src/rules/tripeaks.html b/html-src/rules/tripeaks.html similarity index 100% rename from data/html-src/rules/tripeaks.html rename to html-src/rules/tripeaks.html diff --git a/data/html-src/rules/tripleklondike.html b/html-src/rules/tripleklondike.html similarity index 100% rename from data/html-src/rules/tripleklondike.html rename to html-src/rules/tripleklondike.html diff --git a/data/html-src/rules/tripleklondikebythrees.html b/html-src/rules/tripleklondikebythrees.html similarity index 100% rename from data/html-src/rules/tripleklondikebythrees.html rename to html-src/rules/tripleklondikebythrees.html diff --git a/data/html-src/rules/tripleline.html b/html-src/rules/tripleline.html similarity index 100% rename from data/html-src/rules/tripleline.html rename to html-src/rules/tripleline.html diff --git a/data/html-src/rules/twofamiliars.html b/html-src/rules/twofamiliars.html similarity index 100% rename from data/html-src/rules/twofamiliars.html rename to html-src/rules/twofamiliars.html diff --git a/data/html-src/rules/unionsquare.html b/html-src/rules/unionsquare.html similarity index 100% rename from data/html-src/rules/unionsquare.html rename to html-src/rules/unionsquare.html diff --git a/data/html-src/rules/vajra.html b/html-src/rules/vajra.html similarity index 100% rename from data/html-src/rules/vajra.html rename to html-src/rules/vajra.html diff --git a/data/html-src/rules/vamana.html b/html-src/rules/vamana.html similarity index 100% rename from data/html-src/rules/vamana.html rename to html-src/rules/vamana.html diff --git a/data/html-src/rules/varaha.html b/html-src/rules/varaha.html similarity index 100% rename from data/html-src/rules/varaha.html rename to html-src/rules/varaha.html diff --git a/data/html-src/rules/variegatedcanfield.html b/html-src/rules/variegatedcanfield.html similarity index 100% rename from data/html-src/rules/variegatedcanfield.html rename to html-src/rules/variegatedcanfield.html diff --git a/data/html-src/rules/vegasklondike.html b/html-src/rules/vegasklondike.html similarity index 100% rename from data/html-src/rules/vegasklondike.html rename to html-src/rules/vegasklondike.html diff --git a/data/html-src/rules/waningmoon.html b/html-src/rules/waningmoon.html similarity index 100% rename from data/html-src/rules/waningmoon.html rename to html-src/rules/waningmoon.html diff --git a/data/html-src/rules/wasp.html b/html-src/rules/wasp.html similarity index 100% rename from data/html-src/rules/wasp.html rename to html-src/rules/wasp.html diff --git a/data/html-src/rules/westcliff.html b/html-src/rules/westcliff.html similarity index 100% rename from data/html-src/rules/westcliff.html rename to html-src/rules/westcliff.html diff --git a/data/html-src/rules/wheeloffortune.html b/html-src/rules/wheeloffortune.html similarity index 100% rename from data/html-src/rules/wheeloffortune.html rename to html-src/rules/wheeloffortune.html diff --git a/data/html-src/rules/whitehead.html b/html-src/rules/whitehead.html similarity index 100% rename from data/html-src/rules/whitehead.html rename to html-src/rules/whitehead.html diff --git a/data/html-src/rules/wicked.html b/html-src/rules/wicked.html similarity index 100% rename from data/html-src/rules/wicked.html rename to html-src/rules/wicked.html diff --git a/data/html-src/rules/willothewisp.html b/html-src/rules/willothewisp.html similarity index 100% rename from data/html-src/rules/willothewisp.html rename to html-src/rules/willothewisp.html diff --git a/data/html-src/rules/windmill.html b/html-src/rules/windmill.html similarity index 100% rename from data/html-src/rules/windmill.html rename to html-src/rules/windmill.html diff --git a/data/html-src/rules/wisteria.html b/html-src/rules/wisteria.html similarity index 100% rename from data/html-src/rules/wisteria.html rename to html-src/rules/wisteria.html diff --git a/data/html-src/rules/yukon.html b/html-src/rules/yukon.html similarity index 100% rename from data/html-src/rules/yukon.html rename to html-src/rules/yukon.html diff --git a/data/html-src/rules/zebra.html b/html-src/rules/zebra.html similarity index 100% rename from data/html-src/rules/zebra.html rename to html-src/rules/zebra.html diff --git a/data/html-src/rules_alternate.html b/html-src/rules_alternate.html similarity index 100% rename from data/html-src/rules_alternate.html rename to html-src/rules_alternate.html diff --git a/data/html-src/wikipedia/accordion.html b/html-src/wikipedia/accordion.html similarity index 100% rename from data/html-src/wikipedia/accordion.html rename to html-src/wikipedia/accordion.html diff --git a/data/html-src/wikipedia/agnes.html b/html-src/wikipedia/agnes.html similarity index 100% rename from data/html-src/wikipedia/agnes.html rename to html-src/wikipedia/agnes.html diff --git a/data/html-src/wikipedia/alhambra.html b/html-src/wikipedia/alhambra.html similarity index 100% rename from data/html-src/wikipedia/alhambra.html rename to html-src/wikipedia/alhambra.html diff --git a/data/html-src/wikipedia/alternation.html b/html-src/wikipedia/alternation.html similarity index 100% rename from data/html-src/wikipedia/alternation.html rename to html-src/wikipedia/alternation.html diff --git a/data/html-src/wikipedia/amazons.html b/html-src/wikipedia/amazons.html similarity index 100% rename from data/html-src/wikipedia/amazons.html rename to html-src/wikipedia/amazons.html diff --git a/data/html-src/wikipedia/baroness.html b/html-src/wikipedia/baroness.html similarity index 100% rename from data/html-src/wikipedia/baroness.html rename to html-src/wikipedia/baroness.html diff --git a/data/html-src/wikipedia/bigben.html b/html-src/wikipedia/bigben.html similarity index 100% rename from data/html-src/wikipedia/bigben.html rename to html-src/wikipedia/bigben.html diff --git a/data/html-src/wikipedia/bisley.html b/html-src/wikipedia/bisley.html similarity index 100% rename from data/html-src/wikipedia/bisley.html rename to html-src/wikipedia/bisley.html diff --git a/data/html-src/wikipedia/blockade.html b/html-src/wikipedia/blockade.html similarity index 100% rename from data/html-src/wikipedia/blockade.html rename to html-src/wikipedia/blockade.html diff --git a/data/html-src/wikipedia/britishconstitution.html b/html-src/wikipedia/britishconstitution.html similarity index 100% rename from data/html-src/wikipedia/britishconstitution.html rename to html-src/wikipedia/britishconstitution.html diff --git a/data/html-src/wikipedia/capricieuse.html b/html-src/wikipedia/capricieuse.html similarity index 100% rename from data/html-src/wikipedia/capricieuse.html rename to html-src/wikipedia/capricieuse.html diff --git a/data/html-src/wikipedia/captivequeens.html b/html-src/wikipedia/captivequeens.html similarity index 100% rename from data/html-src/wikipedia/captivequeens.html rename to html-src/wikipedia/captivequeens.html diff --git a/data/html-src/wikipedia/colorado.html b/html-src/wikipedia/colorado.html similarity index 100% rename from data/html-src/wikipedia/colorado.html rename to html-src/wikipedia/colorado.html diff --git a/data/html-src/wikipedia/contradance.html b/html-src/wikipedia/contradance.html similarity index 100% rename from data/html-src/wikipedia/contradance.html rename to html-src/wikipedia/contradance.html diff --git a/data/html-src/wikipedia/curdsandwhey.html b/html-src/wikipedia/curdsandwhey.html similarity index 100% rename from data/html-src/wikipedia/curdsandwhey.html rename to html-src/wikipedia/curdsandwhey.html diff --git a/data/html-src/wikipedia/emperor.html b/html-src/wikipedia/emperor.html similarity index 100% rename from data/html-src/wikipedia/emperor.html rename to html-src/wikipedia/emperor.html diff --git a/data/html-src/wikipedia/flowergarden.html b/html-src/wikipedia/flowergarden.html similarity index 100% rename from data/html-src/wikipedia/flowergarden.html rename to html-src/wikipedia/flowergarden.html diff --git a/data/html-src/wikipedia/fortunesfavor.html b/html-src/wikipedia/fortunesfavor.html similarity index 100% rename from data/html-src/wikipedia/fortunesfavor.html rename to html-src/wikipedia/fortunesfavor.html diff --git a/data/html-src/wikipedia/fourseasons.html b/html-src/wikipedia/fourseasons.html similarity index 100% rename from data/html-src/wikipedia/fourseasons.html rename to html-src/wikipedia/fourseasons.html diff --git a/data/html-src/wikipedia/frog.html b/html-src/wikipedia/frog.html similarity index 100% rename from data/html-src/wikipedia/frog.html rename to html-src/wikipedia/frog.html diff --git a/data/html-src/wikipedia/gate.html b/html-src/wikipedia/gate.html similarity index 100% rename from data/html-src/wikipedia/gate.html rename to html-src/wikipedia/gate.html diff --git a/data/html-src/wikipedia/germanpatience.html b/html-src/wikipedia/germanpatience.html similarity index 100% rename from data/html-src/wikipedia/germanpatience.html rename to html-src/wikipedia/germanpatience.html diff --git a/data/html-src/wikipedia/grandduchess.html b/html-src/wikipedia/grandduchess.html similarity index 100% rename from data/html-src/wikipedia/grandduchess.html rename to html-src/wikipedia/grandduchess.html diff --git a/data/html-src/wikipedia/headsandtails.html b/html-src/wikipedia/headsandtails.html similarity index 100% rename from data/html-src/wikipedia/headsandtails.html rename to html-src/wikipedia/headsandtails.html diff --git a/data/html-src/wikipedia/houseinthewood.html b/html-src/wikipedia/houseinthewood.html similarity index 100% rename from data/html-src/wikipedia/houseinthewood.html rename to html-src/wikipedia/houseinthewood.html diff --git a/data/html-src/wikipedia/intelligence.html b/html-src/wikipedia/intelligence.html similarity index 100% rename from data/html-src/wikipedia/intelligence.html rename to html-src/wikipedia/intelligence.html diff --git a/data/html-src/wikipedia/intrigue.html b/html-src/wikipedia/intrigue.html similarity index 100% rename from data/html-src/wikipedia/intrigue.html rename to html-src/wikipedia/intrigue.html diff --git a/data/html-src/wikipedia/kingalbert.html b/html-src/wikipedia/kingalbert.html similarity index 100% rename from data/html-src/wikipedia/kingalbert.html rename to html-src/wikipedia/kingalbert.html diff --git a/data/html-src/wikipedia/lanivernaise.html b/html-src/wikipedia/lanivernaise.html similarity index 100% rename from data/html-src/wikipedia/lanivernaise.html rename to html-src/wikipedia/lanivernaise.html diff --git a/data/html-src/wikipedia/mountolympus.html b/html-src/wikipedia/mountolympus.html similarity index 100% rename from data/html-src/wikipedia/mountolympus.html rename to html-src/wikipedia/mountolympus.html diff --git a/data/html-src/wikipedia/mrsmop.html b/html-src/wikipedia/mrsmop.html similarity index 100% rename from data/html-src/wikipedia/mrsmop.html rename to html-src/wikipedia/mrsmop.html diff --git a/data/html-src/wikipedia/napoleonssquare.html b/html-src/wikipedia/napoleonssquare.html similarity index 100% rename from data/html-src/wikipedia/napoleonssquare.html rename to html-src/wikipedia/napoleonssquare.html diff --git a/data/html-src/wikipedia/nestor.html b/html-src/wikipedia/nestor.html similarity index 100% rename from data/html-src/wikipedia/nestor.html rename to html-src/wikipedia/nestor.html diff --git a/data/html-src/wikipedia/osmosis_w.html b/html-src/wikipedia/osmosis_w.html similarity index 100% rename from data/html-src/wikipedia/osmosis_w.html rename to html-src/wikipedia/osmosis_w.html diff --git a/data/html-src/wikipedia/parallels.html b/html-src/wikipedia/parallels.html similarity index 100% rename from data/html-src/wikipedia/parallels.html rename to html-src/wikipedia/parallels.html diff --git a/data/html-src/wikipedia/patriarchs.html b/html-src/wikipedia/patriarchs.html similarity index 100% rename from data/html-src/wikipedia/patriarchs.html rename to html-src/wikipedia/patriarchs.html diff --git a/data/html-src/wikipedia/perseverance.html b/html-src/wikipedia/perseverance.html similarity index 100% rename from data/html-src/wikipedia/perseverance.html rename to html-src/wikipedia/perseverance.html diff --git a/data/html-src/wikipedia/pussinthecorner.html b/html-src/wikipedia/pussinthecorner.html similarity index 100% rename from data/html-src/wikipedia/pussinthecorner.html rename to html-src/wikipedia/pussinthecorner.html diff --git a/data/html-src/wikipedia/rougeetnoir.html b/html-src/wikipedia/rougeetnoir.html similarity index 100% rename from data/html-src/wikipedia/rougeetnoir.html rename to html-src/wikipedia/rougeetnoir.html diff --git a/data/html-src/wikipedia/royalmarriage.html b/html-src/wikipedia/royalmarriage.html similarity index 100% rename from data/html-src/wikipedia/royalmarriage.html rename to html-src/wikipedia/royalmarriage.html diff --git a/data/html-src/wikipedia/saliclaw.html b/html-src/wikipedia/saliclaw.html similarity index 100% rename from data/html-src/wikipedia/saliclaw.html rename to html-src/wikipedia/saliclaw.html diff --git a/data/html-src/wikipedia/sevendevils.html b/html-src/wikipedia/sevendevils.html similarity index 100% rename from data/html-src/wikipedia/sevendevils.html rename to html-src/wikipedia/sevendevils.html diff --git a/data/html-src/wikipedia/slyfox.html b/html-src/wikipedia/slyfox.html similarity index 100% rename from data/html-src/wikipedia/slyfox.html rename to html-src/wikipedia/slyfox.html diff --git a/data/html-src/wikipedia/sthelena.html b/html-src/wikipedia/sthelena.html similarity index 100% rename from data/html-src/wikipedia/sthelena.html rename to html-src/wikipedia/sthelena.html diff --git a/data/html-src/wikipedia/stonewall.html b/html-src/wikipedia/stonewall.html similarity index 100% rename from data/html-src/wikipedia/stonewall.html rename to html-src/wikipedia/stonewall.html diff --git a/data/html-src/wikipedia/sultan.html b/html-src/wikipedia/sultan.html similarity index 100% rename from data/html-src/wikipedia/sultan.html rename to html-src/wikipedia/sultan.html diff --git a/data/html-src/wikipedia/tournament.html b/html-src/wikipedia/tournament.html similarity index 100% rename from data/html-src/wikipedia/tournament.html rename to html-src/wikipedia/tournament.html diff --git a/data/html-src/wikipedia/virginiareel.html b/html-src/wikipedia/virginiareel.html similarity index 100% rename from data/html-src/wikipedia/virginiareel.html rename to html-src/wikipedia/virginiareel.html diff --git a/data/html-src/wikipedia/zodiac.html b/html-src/wikipedia/zodiac.html similarity index 100% rename from data/html-src/wikipedia/zodiac.html rename to html-src/wikipedia/zodiac.html diff --git a/setup_osx.py b/setup_osx.py index 145a2852..b113e91a 100644 --- a/setup_osx.py +++ b/setup_osx.py @@ -83,4 +83,5 @@ if SOLVER and "py2app" in sys.argv: call("install_name_tool -change \ /usr/local/lib/libfreecell-solver.0.dylib \ @executable_path/../Frameworks/libfreecell-solver.0.dylib fc-solve", - shell=True) \ No newline at end of file + shell=True + )