forked from datauy/quesabes-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
33 lines (22 loc) · 970 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
quesabes-theme
==============
This is the QueSabes theme for Alaveteli. The intention is to
support simple overlaying of templates and resources without the
need to touch the core Alaveteli software.
This theme contains:
* CSS-based customisations in lib/views/general/custom_css.rhtml
* Custom 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)
Look in the lib/ folder of the plugin to see how the overrides happen.
To install:
-----------
./script/plugin install git://github.com/datauy/quesabes-theme.git
A symbolic link will be created automatically in the `public/` folder
of the main app, pointing to the `public/` folder of the theme, in
order to serve static assets.
To uninstall:
-------------
./script/plugin remove git://github.com/datauy/quesabes-theme.git
The symbolic link created during the installation will be removed
automatically.