git-annex/templates
Joey Hess 74906ed13f UI for enabling special remotes
Now other repositories can configure special remotes, and when their
configuration has propigated out, they'll appear in the webapp's list of
repositories, with a link to enable them.

Added support for enabling rsync special remotes, and directory special
remotes that are on removable drives. However, encrypted directory special
remotes are not supported yet. The removable drive configuator doesn't
support them yet anyway.
2012-09-13 16:50:02 -04:00
..
configurators UI for enabling special remotes 2012-09-13 16:50:02 -04:00
dashboard display "paused" when transfer is paused 2012-08-29 18:34:50 -04:00
documentation add pause/start and cancel buttons to transfer display 2012-08-08 14:14:19 -04:00
notifications reorg templates 2012-07-31 01:24:49 -04:00
sidebar unify bootstrap icon names in a data type 2012-09-09 15:09:22 -04:00
actionbutton.hamlet factor out onclick javascript 2012-08-08 17:07:38 -04:00
bootstrap.hamlet webapp now starts up when run not in a git repo 2012-07-31 12:17:31 -04:00
page.cassius template reorg 2012-07-27 20:47:48 -04:00
page.hamlet factor out onclick javascript 2012-08-08 17:07:38 -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.