Metadata-Version: 2.4
Name: plonetheme.deliberations
Version: 1.9
Summary: An add-on for Plone
Home-page: https://github.com/collective/plonetheme.deliberations
Author: Antoine Duchêne
Author-email: antoine.duchene@imio.be
Project-URL: PyPI, https://pypi.python.org/pypi/plonetheme.deliberations
Project-URL: Source, https://github.com/collective/plonetheme.deliberations
Project-URL: Tracker, https://github.com/collective/plonetheme.deliberations/issues
Keywords: Python Plone CMS
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: Addon
Classifier: Framework :: Plone :: 6.0
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Requires-Python: >=3.7
License-File: LICENSE.GPL
License-File: LICENSE.rst
Requires-Dist: setuptools
Requires-Dist: z3c.jbot
Requires-Dist: plone.api>=1.8.4
Requires-Dist: plone.app.dexterity
Provides-Extra: test
Requires-Dist: plone.app.testing; extra == "test"
Requires-Dist: plone.testing>=5.0.0; extra == "test"
Requires-Dist: plone.app.contenttypes; extra == "test"
Requires-Dist: plone.app.robotframework[debug]; extra == "test"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license-file
Dynamic: project-url
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

.. This README is meant for consumption by humans and pypi. Pypi can render rst files so please do not use Sphinx features.
   If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide.html
   This text does not appear on pypi or github. It is a comment.

.. image:: https://github.com/collective/plonetheme.deliberations/actions/workflows/plone-package.yml/badge.svg
    :target: https://github.com/collective/plonetheme.deliberations/actions/workflows/plone-package.yml

.. image:: https://coveralls.io/repos/github/collective/plonetheme.deliberations/badge.svg?branch=main
    :target: https://coveralls.io/github/collective/plonetheme.deliberations?branch=main
    :alt: Coveralls

.. image:: https://codecov.io/gh/collective/plonetheme.deliberations/branch/master/graph/badge.svg
    :target: https://codecov.io/gh/collective/plonetheme.deliberations

.. image:: https://img.shields.io/pypi/v/plonetheme.deliberations.svg
    :target: https://pypi.python.org/pypi/plonetheme.deliberations/
    :alt: Latest Version

.. image:: https://img.shields.io/pypi/status/plonetheme.deliberations.svg
    :target: https://pypi.python.org/pypi/plonetheme.deliberations
    :alt: Egg Status

.. image:: https://img.shields.io/pypi/pyversions/plonetheme.deliberations.svg?style=plastic   :alt: Supported - Python Versions

.. image:: https://img.shields.io/pypi/l/plonetheme.deliberations.svg
    :target: https://pypi.python.org/pypi/plonetheme.deliberations/
    :alt: License


========================
plonetheme.deliberations
========================

An add-on for Plone

Features
--------

- Can be bullet points


Examples
--------

This add-on can be seen in action at the following sites:
- Is there a page on the internet where everybody can see the features?


Documentation
-------------

Full documentation for end users can be found in the "docs" folder, and is also available online at http://docs.plone.org/foo/bar


Translations
------------

This product has been translated into

- Klingon (thanks, K'Plai)


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

Install plonetheme.deliberations by adding it to your buildout::

    [buildout]

    ...

    eggs =
        plonetheme.deliberations


and then running ``bin/buildout``


Authors
-------

Provided by awesome people ;)


Contributors
------------

Put your name here, you deserve it!

- ?


Contribute
----------

- Issue Tracker: https://github.com/collective/plonetheme.deliberations/issues
- Source Code: https://github.com/collective/plonetheme.deliberations
- Documentation: https://docs.plone.org/foo/bar


Support
-------

If you are having issues, please let us know.
We have a mailing list located at: project@example.com


License
-------

The project is licensed under the GPLv2.


Contributors
============

- Antoine Duchêne, antoine.duchene@imio.be


Changelog
=========


1.9 (2026-06-16)
----------------

- On mobile (<768px), pin the fixed PDF viewer toolbar to the top of the
  viewport (``top: 0``) since the navbar is now fixed at the bottom.
  [aduchene]


1.8 (2026-06-15)
----------------

- Style the ``website-url`` navigation item (return link to the
  institution's own website): pushed to the far right on desktop and
  flagged with an outbound-link icon. [DELIBE-112]
  [aduchene]
- Brand the edit toolbar: iMio header with the institution logo (linking
  to the site root) and the navigation-root title (linking to the
  navigation root).
  [aduchene]
- On mobile and tablet (<992px), replace the cramped collapsed toolbar
  with a floating action button that slides the toolbar in as an
  off-canvas left icon-rail.
  [aduchene]
- Host the toolbar template override
  (``plone.app.layout.viewlets.toolbar``) in the theme instead of
  plonemeeting.portal.core.
  [aduchene]
- Give the ``#portal-globalnav`` a top gradient border matching the
  footer.
  [aduchene]
- Style the "Flux RSS" document action as a centered pill button using
  the institution colour.
  [aduchene]
- On mobile and tablet (<992px), replace the offcanvas hamburger menu
  with a fixed bottom tab bar (a Preact component built from the global
  navigation): up to three primary section tabs plus a "Plus" overflow
  popover, the active tab using the per-institution accent colour.
  [aduchene]
- Compact the mobile/tablet header: cap the institution logo height and
  trim the surrounding padding so page content is no longer pushed
  below the fold.
  [aduchene]
- Align the Plausible statistics dashboard (``@@statistics`` /
  ``@@plausible-statistics``) with the site's content container: oversize
  the embed iframe by the dashboard's internal side padding (the
  dashboard's own max-width is lifted through Plausible's embed styles
  injection, see plonemeeting.portal.core). [DELIBE-307]
  [aduchene]


1.7 (2026-01-28)
----------------

- Minor changes regarding some z-index issues.
  [aduchene]


1.6 (2025-12-10)
----------------

- Minor tweaks.
  [aduchene]

1.5 (2025-12-09)
----------------

- Theming for login page, publication timeline, publication related items.
  [aduchene]

1.4 (2025-09-08)
----------------

- Re-release.
  [aduchene]

1.3 (2025-09-08)
----------------

- Floating buttons in forms.
  [aduchene]
- Theming about timestamping form.
  [aduchene]

1.2 (2025-04-30)
----------------

- Manage institution theming.
  [aduchene]

1.1 (2025-03-04)
----------------

- Misc. fixes and tweaks.
  [aduchene]

1.0 (2024-09-23)
----------------

- Misc. fixes and tweaks.
  [aduchene]

1.0b1 (2024-09-17)
------------------

- Plone 6 ready.
  [aduchene]
- publications theming.
  [aduchene]

0.1a6 (2024-07-29)
------------------

- Work in progress on the homepage.
  [aduchene]

0.1a5 (2024-07-01)
------------------

- Work in progress.
  [aduchene]

0.1a4 (2024-04-17)
------------------

- Fix bad release.
  [aduchene]

0.1a3 (2024-04-17)
------------------

-Work in progress.
 [aduchene]

0.1a2 (2024-04-16)
------------------

- Change setup.py.
  [aduchene]

0.1a1 (2024-04-16)
------------------

- Initial release.
  [aduchene]
