Metadata-Version: 2.1
Name: invenio-theme
Version: 1.3.0a17
Summary: Invenio standard theme.
Home-page: https://github.com/inveniosoftware/invenio-theme
Author: Invenio Collaboration
Author-email: info@inveniosoftware.org
License: MIT
Keywords: invenio
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 :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Development Status :: 5 - Production/Stable
Requires-Dist: Flask-Breadcrumbs (>=0.4.0)
Requires-Dist: Flask-Menu (>=0.5.0)
Requires-Dist: invenio-assets (>=1.2.2)
Requires-Dist: invenio-base (>=1.2.3)
Requires-Dist: invenio-i18n (>=1.2.0)
Requires-Dist: jsmin (>=2.1.6)
Provides-Extra: all
Requires-Dist: Sphinx (>=1.5.1) ; extra == 'all'
Requires-Dist: pytest-invenio (>=1.4.0) ; extra == 'all'
Provides-Extra: docs
Requires-Dist: Sphinx (>=1.5.1) ; extra == 'docs'
Provides-Extra: tests
Requires-Dist: pytest-invenio (>=1.4.0) ; extra == 'tests'

..
    This file is part of Invenio.
    Copyright (C) 2015-2018 CERN.

    Invenio 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
===============

.. image:: https://img.shields.io/github/license/inveniosoftware/invenio-theme.svg
        :target: https://github.com/inveniosoftware/invenio-theme/blob/master/LICENSE

.. image:: https://github.com/inveniosoftware/invenio-theme/workflows/CI/badge.svg
        :target: https://github.com/inveniosoftware/invenio-theme/actions

.. image:: https://img.shields.io/coveralls/inveniosoftware/invenio-theme.svg
        :target: https://coveralls.io/r/inveniosoftware/invenio-theme

.. image:: https://img.shields.io/pypi/v/invenio-theme.svg
        :target: https://pypi.org/pypi/invenio-theme


Invenio standard theme.

Features:

* Default templates for displaying the page cover, settings, admin settings, breadcrumbs.

* Different templates for error codes.

* Jinja2 macro for displaying flashed messages.

Further documentation available at https://invenio-theme.readthedocs.io/


..
    This file is part of Invenio.
    Copyright (C) 2015-2020 CERN.

    Invenio 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 1.3.0a17 (released 2020-12-07)

- Added Turkish translation
- Marked strings for translation
- Includes various Semantic-UI styling fixes
- Parametrizes search button's color
- Fixes header login button height issue in Semantic UI.
- Fixes issues in Semantic UI `header_login` and `header` templates.
- Alignes the searchbar styling across the theme
- Fixes invenio theme styling
- Integrates Semantic-UI templates and assets.
- Removes webassets-based bundles.
- Adds ``@templates`` Webpack alias for JSX templates folder
- Adds JS utilities for dynamicaly loading templates for ``react-overridable``

Version 1.2.0 (released 2020-03-20)

- Replaces Flask dependency with ``invenio-base``.

Version 1.1.4 (released 2019-07-22)

- Introduce handling of the error 429.

Version 1.1.3 (released 2019-03-13)

- Restructure SCSS files, in order to allow easier customization and extension
  in overlays.

Version 1.1.2 (released 2019-02-15)

- Upgraded moment to 2.23.0

Version 1.1.1 (released 2018-12-05)

- Fixes issues with webpack and the AdminLTE theme.

Version 1.1.0 (released 2018-11-06)

- Introduce webpack support.

Version 1.0.0 (released 2018-03-23)

- Initial public release.


