Metadata-Version: 2.1
Name: pyams-content-themes
Version: 2.1.2
Summary: PyAMS sample themes
Home-page: https://pyams.readthedocs.io
Author: Thierry Florac
Author-email: tflorac@ulthar.net
License: ZPL
Keywords: Pyramid PyAMS
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Framework :: Pyramid
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.7
License-File: LICENSE
Requires-Dist: setuptools
Requires-Dist: fanstatic
Requires-Dist: pyams-content >=2.9.0
Requires-Dist: pyams-form
Requires-Dist: pyams-layer
Requires-Dist: pyams-portal
Requires-Dist: pyams-skin
Requires-Dist: pyams-template
Requires-Dist: pyramid >=2.0.0
Requires-Dist: importlib-resources ; python_version < "3.9"
Provides-Extra: test
Requires-Dist: pyramid-zcml ; extra == 'test'
Requires-Dist: zope.exceptions ; extra == 'test'

============================
PyAMS content themes package
============================

.. contents::


What is PyAMS?
==============

PyAMS (Pyramid Application Management Suite) is a small suite of packages written for applications
and content management with the Pyramid framework.

**PyAMS** is actually mainly used to manage web sites through content management applications (CMS,
see PyAMS_content package), but many features are generic and can be used inside any kind of web
application.

All PyAMS documentation is available on `ReadTheDocs <https://pyams.readthedocs.io>`_; source code
is available on `Gitlab <https://gitlab.com/pyams>`_ and pushed to `Github
<https://github.com/py-ams>`_. Doctests are available in the *doctests* source folder.


What is PyAMS content themes?
=============================

"PyAMS content themes" is a small set of Bootstrap-based themes for PyAMS_content CMS package.

There are actually three packages ("PyAMS Bootstrap", "PyAMS Almond" and "PyAMS Dark Green"),
which can be selected from PyAMS content management interface.


Changelog
=========

2.1.2
-----
 - handle head and top external scripts in page layout

2.1.1
-----
 - renamed global alerts content provider

2.1.0
-----
 - updated dependencies: jsrender, FontAwesome, FullCalendar...

2.0.5
-----
 - updated importlib.resources dependency

2.0.4
-----
 - packaging issue

2.0.3
-----
 - updated packaging

2.0.2
-----
 - updated support for Python 3.12

2.0.1
-----
 - added custom style to avoid inside breaks
 - always set window.PyAMS_search attribute to handle search filters without associated search form

2.0.0
-----
 - first released version
 - updated dependencies
 - added support for FullCalendar and DataTables
 - added support for Python 3.12

1.99.7
------
 - version mismatch

1.99.6
------
 - updated forms padding
 - updated required field marker position inside object widgets

1.99.5
------
 - added top and bottom scripts to main layout

1.99.4
------
 - added rotation transition to search filters switchers
 - updated object widget template
 - updated styles

1.99.3
------
 - update form layout

1.99.2
------
 - updated forms and widgets layouts
 - added aggregated filters support
 - added responsive font sizes
 - updated styles

1.99.1
------
 - added flex wrapper class to form buttons

1.99.0
------
 - first preliminary release
