ckanext-metameta
Allows Organisation defaults to be set by users who are Organisation administrators
Installation
Download
cd /usr/lib/ckan/default/src/
git clone https://github.com/XVTSolutions/ckanext-metameta.git
Make sure your python virtualenv is activated
. /usr/lib/ckan/default/bin/activate
Install ckanext-metameta into python
cd /usr/lib/ckan/default/src/ckanext-metameta
python setup.py develop
Add to plugin in .ini file
sudo emacs /etc/ckan/default/development.ini <–or production.ini for apache
plugins = metameta
How it works
configuration for optional function
ckan.oneline_textarea = False #if True, then all custom text area data are saved, after removing carriage return. Default value is false.
ckan.maintainer_notification = False #if True, then assigned maintainer is notified. Default v