First stab at enyo rewrite
authorChip Black <bytex64@bytex64.net>
Sun, 15 Apr 2012 06:48:31 +0000 (23:48 -0700)
committerChip Black <bytex64@bytex64.net>
Sun, 15 Apr 2012 06:48:31 +0000 (23:48 -0700)
commit21db04ef3e4f66d7b5c4c9be2be36703b18cbcaa
tree6c21bc1434456ba0df2d11911e8adb64ac4fbfdd
parent08f2d9b356db309595da365b0b1dc7feda5cb469
First stab at enyo rewrite

Rearchitected the way view loading works. Changed login box to be enyo-ish.
Made enyo dialog signup. Made Welcome page way more obnoxious. No API is
hooked up yet, though.
17 files changed:
www/css/blerg.css
www/index.html
www/js/blerg.js
www/jssrc/blerg/API.js [new file with mode: 0644]
www/jssrc/blerg/Blerg.js [new file with mode: 0644]
www/jssrc/blerg/Controls.js [new file with mode: 0644]
www/jssrc/blerg/Help.js [new file with mode: 0644]
www/jssrc/blerg/Link.js [new file with mode: 0644]
www/jssrc/blerg/Main.js [new file with mode: 0644]
www/jssrc/blerg/PasswdDialog.js [new file with mode: 0644]
www/jssrc/blerg/Post.js [new file with mode: 0644]
www/jssrc/blerg/SignupDialog.js [new file with mode: 0644]
www/jssrc/blerg/Title.js [new file with mode: 0644]
www/jssrc/blerg/Welcome.js [new file with mode: 0644]
www/jssrc/blerg/package.js [new file with mode: 0644]
www/jssrc/package.js [new file with mode: 0644]
www/welcome.html [new file with mode: 0644]