aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 5 insertions, 2 deletions
diff --git a/README b/README
index c82de19..1ae9c2e 100644
--- a/README
+++ b/README
@@ -8,10 +8,10 @@ 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
+ * Putting CSS-based customisations in `public/stylesheets/custom.css`
* Creating your own versions of non-functional pages (like "about
- us", at lib/views/help/about.rhtml -- and/or localised versions at
+ us", at `lib/views/help/about.rhtml` -- and/or localised versions at
lib/views/help/about.es.rhtml)
To install::
@@ -20,4 +20,7 @@ To install::
Look in the lib/ folder of the plugin to see how the overrides happen.
+Note that the `install.rb` plugin point sets up a symlink to include
+local resource files within the Rails `public/` directory.
+
Copyright (c) 2011 mySociety, released under the MIT license