diff options
author | Joey Hess <joey@kitenet.net> | 2012-07-27 00:40:18 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-07-27 00:40:18 -0400 |
commit | 2ba02d260b4a2c4df523079e76fcba8342befa7b (patch) | |
tree | 23b856df0cf5a5368920fa0982a46742656bd08d /templates | |
parent | 1f47c1f6d8f9b799fc85cfb12bf73030fe455167 (diff) |
add README
Diffstat (limited to 'templates')
-rw-r--r-- | templates/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/README b/templates/README new file mode 100644 index 000000000..eb0ca037b --- /dev/null +++ b/templates/README @@ -0,0 +1,7 @@ +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. |