Allows Organisation defaults to be set by users who are Organisation administrators
###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 =
Database can be cleaned of all metameta tables using the following command:
paster --plugin=ckanext-metameta clean -c /etc/ckan/default/development.ini
####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 value is false