forked from AtlasOfLivingAustralia/ala-web-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.xml
23 lines (23 loc) · 1.27 KB
/
plugin.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<plugin name='ala-web-theme' version='0.7' grailsVersion='2.1 > *'>
<author>Nick dos Remedios</author>
<authorEmail>nick.dosremedios@csiro.au</authorEmail>
<title>Ala Web Theme Plugin</title>
<description>This plugin provides a Sitemesh layout file (main.gsp) and associated resources files, based on Bootstrap.
It also provides a taglib for the ALA footer and navigation menu, login/logout links and a logout controller,
that invalidates the session. CSS files are generated from the Bootstrap LESS files, so any changes should be
made to `ala.less` and then CSS files generated with provided script (see README.md).
</description>
<documentation>http://code.google.com/p/ala/wiki/AlaWebTheme</documentation>
<type>AlaWebThemeGrailsPlugin</type>
<resources>
<resource>AlaWebThemeResources</resource>
<resource>au.org.ala.web.AlaSecuredFilters</resource>
<resource>au.org.ala.web.AuthTestController</resource>
<resource>au.org.ala.web.LogoutController</resource>
<resource>au.org.ala.web.AuthService</resource>
<resource>au.org.ala.web.HttpWebService</resource>
<resource>au.org.ala.web.UserListService</resource>
<resource>au.org.ala.web.theme.AuthTagLib</resource>
<resource>au.org.ala.web.theme.HeaderFooterTagLib</resource>
</resources>
</plugin>