diff options
author | Faton Selishta <fatonselishta@gmail.com> | 2011-06-30 16:04:13 +0200 |
---|---|---|
committer | Faton Selishta <fatonselishta@gmail.com> | 2011-06-30 16:04:13 +0200 |
commit | ae01f3115f0c855e52cdeeb17d628251e60f6e7c (patch) | |
tree | 20cc16874ec6f909ad29cd9ed9e05d7933681fda /vendor/plugins/alavetelitheme/README | |
parent | fae45c3f74bb34fb6094fff6e15634c530db76f7 (diff) |
added alaveteli theme
Diffstat (limited to 'vendor/plugins/alavetelitheme/README')
-rw-r--r-- | vendor/plugins/alavetelitheme/README | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/vendor/plugins/alavetelitheme/README b/vendor/plugins/alavetelitheme/README new file mode 100644 index 000000000..c82de19e9 --- /dev/null +++ b/vendor/plugins/alavetelitheme/README @@ -0,0 +1,23 @@ +Alavetelitheme +============== + +This is a "hello world" type theme package for Alaveteli. + +The intention is to support simple overlaying of templates and +resources without the need to touch the core Alaveteli software. + +Typical usage should be limited to: + + * Putting CSS-based customisations in lib/views/general/custom_css.rhtml + + * Creating your own versions of non-functional pages (like "about + us", at lib/views/help/about.rhtml -- and/or localised versions at + lib/views/help/about.es.rhtml) + +To install:: + + ./script/plugin install git://github.com/sebbacon/alavetelitheme.git + +Look in the lib/ folder of the plugin to see how the overrides happen. + +Copyright (c) 2011 mySociety, released under the MIT license |