]> git.rustad.me Git - duplo/commit
Initial commit of partially working manager game
authorBjørn Rustad <rustadbjornen@gmail.com>
Tue, 6 Aug 2013 22:25:58 +0000 (00:25 +0200)
committerBjørn Rustad <rustadbjornen@gmail.com>
Tue, 6 Aug 2013 22:25:58 +0000 (00:25 +0200)
commit312aa2ac71318b0e68a648ab70ecc7569c4a5f4b
tree5ace4fd0c2e0b14328238e5ae1ab695cad44f481
Initial commit of partially working manager game
40 files changed:
.gitignore [new file with mode: 0644]
duplo.sql [new file with mode: 0644]
lib/Duplo.pm [new file with mode: 0644]
lib/Duplo/Manager.pm [new file with mode: 0644]
lib/Duplo/Race.pm [new file with mode: 0644]
lib/Duplo/Results.pm [new file with mode: 0644]
lib/Duplo/Rider.pm [new file with mode: 0644]
lib/Duplo/Session.pm [new file with mode: 0644]
lib/Duplo/Stage.pm [new file with mode: 0644]
public/bootstrap.min.css [new file with mode: 0644]
public/bootstrap.min.js [new file with mode: 0644]
public/chosen-sprite.png [new file with mode: 0644]
public/chosen-sprite@2x.png [new file with mode: 0644]
public/chosen.css [new file with mode: 0644]
public/chosen.jquery.js [new file with mode: 0644]
public/chosen.jquery.min.js [new file with mode: 0644]
public/chosen.min.css [new file with mode: 0644]
public/dist/css/bootstrap.css [new file with mode: 0644]
public/dist/css/bootstrap.min.css [new file with mode: 0644]
public/dist/js/bootstrap.js [new file with mode: 0644]
public/dist/js/bootstrap.min.js [new file with mode: 0644]
public/jquery-1.10.2.min.js [new file with mode: 0644]
public/jquery.jeditable.js [new file with mode: 0644]
public/typeahead.min.js [new file with mode: 0644]
script/duplo [new file with mode: 0755]
t/basic.t [new file with mode: 0644]
templates/layouts/default.html.ep [new file with mode: 0644]
templates/manager/edit_form.html.ep [new file with mode: 0644]
templates/manager/new_team_form.html.ep [new file with mode: 0644]
templates/manager/team.html.ep [new file with mode: 0644]
templates/race/list.html.ep [new file with mode: 0644]
templates/race/race.html.ep [new file with mode: 0644]
templates/results/import_form.html.ep [new file with mode: 0644]
templates/rider/edit_form.html.ep [new file with mode: 0644]
templates/rider/import_form.html.ep [new file with mode: 0644]
templates/rider/list.html.ep [new file with mode: 0644]
templates/rider/rider.html.ep [new file with mode: 0644]
templates/session/login_form.html.ep [new file with mode: 0644]
templates/session/signup_form.html.ep [new file with mode: 0644]
templates/stage/stage.html.ep [new file with mode: 0644]