]> git.rustad.me Git - votify/commit
Initial commit master
authorBjørn Rustad <bjorn@rustad.me>
Wed, 30 Jan 2013 20:19:41 +0000 (21:19 +0100)
committerBjørn Rustad <bjorn@rustad.me>
Wed, 30 Jan 2013 20:19:41 +0000 (21:19 +0100)
commit6ebb04fb7ebb8b53b38576d6ba82b59850a702b4
tree6233d3788d3f4a4d655abf90f65470e418e24cf7
Initial commit
24 files changed:
.gitignore [new file with mode: 0644]
lib/Votify.pm [new file with mode: 0644]
lib/Votify/Frontend.pm [new file with mode: 0644]
public/bootstrap.css [new file with mode: 0644]
public/js/main.js [new file with mode: 0644]
public/js/models/albummodel.js [new file with mode: 0644]
public/js/models/artistmodel.js [new file with mode: 0644]
public/js/utils.js [new file with mode: 0644]
public/js/views/album.js [new file with mode: 0644]
public/js/views/artist.js [new file with mode: 0644]
public/js/views/artistsearch.js [new file with mode: 0644]
public/js/views/header.js [new file with mode: 0644]
public/lib/backbone-min.js [new file with mode: 0644]
public/lib/jquery-1.7.1.min.js [new file with mode: 0644]
public/lib/underscore-min.js [new file with mode: 0644]
public/tpl/album-list-item.html [new file with mode: 0644]
public/tpl/artist-full.html [new file with mode: 0644]
public/tpl/artist-list-item.html [new file with mode: 0644]
public/tpl/fil [new file with mode: 0644]
public/tpl/header.html [new file with mode: 0644]
script/votify [new file with mode: 0755]
t/basic.t [new file with mode: 0644]
templates/frontend/browser.html.ep [new file with mode: 0644]
templates/layouts/default.html.ep [new file with mode: 0644]