ckanext-wet-boew
This CKAN extension adds the Web Experience Toolkit 4.0.x Base theme to CKAN 2.2. This theme is available from the WET-BOEW website.
Please note that this extension does not use the Fanstatic Resource Manager in CKAN. Instead, the WET resources are served directly from the web server.
ARCHIVED: The templates and static files in this repository are no longer maintained. They have been merged into the ckanext-canada theme extension.
Configuration Settings
WET Resources
Externally Hosted
Set wet_boew.url to the root URL where the WET resources are hosted:
wet_boew.url = http://domain.com/wet-boew/v4.0.23
Internally Hosted
Extract the WET 4.0.x core CDN and desired themes cdn package. Set the extra_public_paths setting to the path where the files are extracted.
Selecting a theme
Add the desired theme to the ckan.plugins configuration:
- wet_boew
- wet_boew_theme_gcweb
- wet_boew_theme_base
- wet_boew_theme_gc_intranet
- wet_boew_theme_ogpl
Additional Configuration
wet_theme.geo_map_type = static
Set this value to indicate what style of WET Geomap widget to use (‘static’ or ‘dynamic’).