Metadata-Version: 2.1
Name: ckanext-dcor-theme
Version: 0.3.8
Summary: The DCOR CKAN theme
Home-page: https://github.com/DCOR-dev/ckanext-dcor_theme
Author: Paul Müller
Author-email: dev@craban.de
License: AGPLv3+
Keywords: CKAN,DCOR,RT-DC
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Programming Language :: Python :: 3
Requires-Dist: Babel (>=2.8.0)

ckanext-dcor_theme
==================

The CKAN theme of DCOR. What this plugin does:

- remove the language selection from footer.html
- remove links from footer.html
- set the title of the page to "DCOR"
- insert a custom about text
- hide action buttons (Fullscreen, Embed) in resource view via css
- remove social media buttons
- change colors / icons / logo
- use i18n to change the terms "Organization" -> "Circle",
  "Group" -> "Collection", etc.

  .. code::

     ckan -c /etc/ckan/default/ckan.ini dcor-i18n-hack


Installation
------------

::

    pip install ckanext-dcor_theme

Edit ckan.ini

::

    ckan.plugins = [...] dcor_theme
    ckan.favicon = /base/images/favicon.ico

and run the dcor-i18n-hack command above.

Then, edit ckan.ini again:

::

    ckan.locale_default = en_US


