Metadata-Version: 2.1
Name: invenio-theme-tuw
Version: 2021.8
Summary: TU Wien theme for Invenio (RDM).
Home-page: https://gitlab.tuwien.ac.at/fairdata/invenio-theme-tuw
Author: TU Wien
Author-email: tudata@tuwien.ac.at
License: MIT
Keywords: invenio theme tuw
Platform: any
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Development Status :: 4 - Beta
Provides-Extra: docs
Provides-Extra: tests
Provides-Extra: all
License-File: LICENSE
License-File: AUTHORS.rst

..
    Copyright (C) 2020 - 2021 TU Wien.

    Invenio-Theme-TUW is free software; you can redistribute it and/or
    modify it under the terms of the MIT License; see LICENSE file for more
    details.

===================
 Invenio-Theme-TUW
===================

This module provides templates and assets to bring a TU Wien look and feel to InvenioRDM.


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

After installing Invenio-Theme-TUW via `pip`, Invenio's assets have to be updated:

.. code-block:: console

   $ pip install invenio-theme-tuw
   $ invenio-cli assets update

Also, theming-related configuration items (e.g. `THEME_LOGO`) have to be removed from `invenio.cfg` to prevent them
from overriding the values set in `Invenio-Theme-TUW`.


Components
----------

* `views.py`: provides a `Blueprint` that registers both the `static/` and `templates/` folders to be usable by Invenio
* `webpack.py`: registers the front-end assets (in the `assets/` folder) to webpack
* `config.py`: overrides several configuration items related to theming Invenio



..
    Copyright (C) 2020 TU Wien.

    Invenio-Theme-TUW is free software; you can redistribute it and/or
    modify it under the terms of the MIT License; see LICENSE file for more
    details.

Changes
=======

Version 2021.1 (released 2021-07-15)

- Initial public release.


