git-annex/templates
Joey Hess c548a6a39c webapp: Adjust longpoll code to work with recent versions of shakespeare-js.
A while ago I added code to support recent versions of shakespeare-js,
(commit fe11b3a940). But it seems that resulted
in quoting of all strings inserted into javascript files, which means it's
now impossible to do the type of metaprogramming that longpolling.julius
relied on. I have found another way to accomplish the same thing without
needing to generate unique function names. Hopefully it's portable.

Opinion of shakespeare-js now at rock bottom. One of these days, this
needs to be redone to use Fay.
2013-01-09 23:47:24 -04:00
..
configurators typo 2013-01-03 13:31:27 -04:00
control restart UI 2013-01-03 18:50:30 -04:00
dashboard add link 2012-10-17 16:30:32 -04:00
documentation webapp: Added help buttons and links next to fields that require explanations. 2012-12-02 22:33:30 -04:00
notifications webapp: Adjust longpoll code to work with recent versions of shakespeare-js. 2013-01-09 23:47:24 -04:00
sidebar avoid using Blaze directly 2012-10-31 13:27:56 -04:00
actionbutton.hamlet add tooltips 2012-09-27 12:55:00 -04:00
bootstrap.hamlet refactor 2012-11-25 00:27:17 -04:00
controlmenu.hamlet restart UI 2013-01-03 18:50:30 -04:00
error.cassius webapp: Prettify error display. 2012-12-02 15:02:49 -04:00
error.hamlet webapp: Prettify error display. 2012-12-02 15:02:49 -04:00
page.cassius template reorg 2012-07-27 20:47:48 -04:00
page.hamlet webapp: Add UI to stop assistant. 2013-01-03 15:24:21 -04:00
page.julius further refactoring my js 2012-07-30 20:33:23 -04:00
README add README 2012-07-27 00:40:18 -04:00

These are template files for the git-annex webapp. They use the
Shakespearean template library, which is documented here:
http://www.yesodweb.com/book/shakespearean-templates

Note that for most of the templates, it will use files ending in
.hamlet, .julius, and .cassius if they exist. So if you need to add CSS,
or javascript, you can create the missing template files.