Metadata-Version: 2.1
Name: invenio-theme-tuw
Version: 2021.9.12
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.


Version 2021.2 (released 2021-07-16)

- Rework caching of result for schemaorg metadata.


Version 2021.3 (released 2021-07-16)

- Fix set of distributed files.


Version 2021.4 (released 2021-07-16)

- Implement new TUW corporate design.


Version 2021.5 (released 2021-07-16)

- Fix set of distributed files.


Version 2021.6 (released 2021-07-18)

- Fixes to corporate design, e.g.
  - login button
  - flipping tiles
  - spacing


Version 2021.6 (released 2021-07-29)

- Fix PDF files not being previewed.
- Fix incorrect sources for images in footer.
- Housekeeping (removing old scripts, ...).


Version 2021.8 (released 2021-07-29, updated 2021-08-12)

- Added hero images.
- Fixed navigation.
- Fix build errors.
- Update module for InvenioRDM 6.0 release.


