=====================
PyAMS content 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 websites 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?
======================
PyAMS_content is the main "content management" package. It provides sites, blogs and content
types which allows you to manage a whole website. It relies on several packages like
PyAMS_workflow for workflow management, PyAMS_portal to handle presentation templates, or
PyAMS_elastic to handle Elasticsearch integration.
Please note that PyAMS_content only provide a basic Bootstrap based skin, so you will have to
include other extension packages (like PyAMS_content_themes) to get more advanced graphical themes.
Changelog
=========
2.0.2
-----
- updated PIP version in Gitlab CI
2.0.1
-----
- updated CI for GDAL support
- added support for Python 3.12
2.0.0
-----
- first production release!
- added support for views alphabetical ordering
- added PyAMS_gis package dependency
1.99.12
-------
- updated associations paragraph default rendered
1.99.11
-------
- added H3 and H3 title levels to frames HTML editors
- added and updated HTML title and metas headers
1.99.10
-------
- added external scripts feature
1.99.9
------
- added view name and query to base view items URL getter arguments list
1.99.8
------
- added framed text paragraph and portlet
- added simple navigation portlet renderer
- added rich text paragraph "alert" renderer
- added "news" shared content
- added site settings to check host-based external links restrictions
- added display options to search filters options labels
- updated illustration side renderers
1.99.7
------
- updated paragraph add form renderer
- updated header logo getter
- updated content publication support views
- added property to search filters to hide results count
- extended sitemap, SEO settings and "robots.txt" view
- added OpenGraph metas support
- updated internal and external links pictograms to match TinyMCE editor
- updated canonical URL support in navigation menus and internal sites links
1.99.6
------
- added filter add and edit forms title adapters
- updated viewlet manager interface in tables views
- updated deprecated Python imports
- updated filters add menus labels
1.99.5.1
--------
- corrected error in I18n translation domain
1.99.5
------
- added aggregated filters support
- many internal updates
1.99.4
------
- removed arguments override in thesaurus handlers components
1.99.3
------
- updated shared content header viewlet to add button to go back to dashboard
- added status to scheduler tasks execution result
- added support for direct content retiring or archiving for managers
- added support for custom modal content class
1.99.2
------
- added permission and role to manage references tables
- disable cache when using aggregated search results portlet renderer
- always open switcher in associations paragraph
- added method to paragraphs container to get iterator over paragraphs matching a given set of factories
- removed required flag on gallery files author
- updated menus order
- formatting and other minor updates
1.99.1
------
- added edit forms content getters
- added alerts types
- added vocabulary to handle shared contents which can be used by views and search folders
- minor updates
1.99.0
------
- first preliminary release
Raw data
{
"_id": null,
"home_page": "https://pyams.readthedocs.io",
"name": "pyams-content",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "Pyramid PyAMS CMS",
"author": "Thierry Florac",
"author_email": "tflorac@ulthar.net",
"download_url": "https://files.pythonhosted.org/packages/c8/62/64efd698c98ee064e5f20a14385ba92a02ecf0c6664a9c725f6219087a0f/pyams_content-2.0.2.tar.gz",
"platform": null,
"description": "=====================\nPyAMS content package\n=====================\n\n.. contents::\n\n\nWhat is PyAMS?\n==============\n\nPyAMS (Pyramid Application Management Suite) is a small suite of packages written for applications\nand content management with the Pyramid framework.\n\n**PyAMS** is actually mainly used to manage websites through content management applications (CMS,\nsee PyAMS_content package), but many features are generic and can be used inside any kind of web\napplication.\n\nAll PyAMS documentation is available on `ReadTheDocs <https://pyams.readthedocs.io>`_; source code\nis available on `Gitlab <https://gitlab.com/pyams>`_ and pushed to `Github\n<https://github.com/py-ams>`_. Doctests are available in the *doctests* source folder.\n\n\nWhat is PyAMS content?\n======================\n\nPyAMS_content is the main \"content management\" package. It provides sites, blogs and content\ntypes which allows you to manage a whole website. It relies on several packages like\nPyAMS_workflow for workflow management, PyAMS_portal to handle presentation templates, or\nPyAMS_elastic to handle Elasticsearch integration.\n\nPlease note that PyAMS_content only provide a basic Bootstrap based skin, so you will have to\ninclude other extension packages (like PyAMS_content_themes) to get more advanced graphical themes.\n\n\nChangelog\n=========\n\n2.0.2\n-----\n - updated PIP version in Gitlab CI\n\n2.0.1\n-----\n - updated CI for GDAL support\n - added support for Python 3.12\n\n2.0.0\n-----\n - first production release!\n - added support for views alphabetical ordering\n - added PyAMS_gis package dependency\n\n1.99.12\n-------\n - updated associations paragraph default rendered\n\n1.99.11\n-------\n - added H3 and H3 title levels to frames HTML editors\n - added and updated HTML title and metas headers\n\n1.99.10\n-------\n - added external scripts feature\n\n1.99.9\n------\n - added view name and query to base view items URL getter arguments list\n\n1.99.8\n------\n - added framed text paragraph and portlet\n - added simple navigation portlet renderer\n - added rich text paragraph \"alert\" renderer\n - added \"news\" shared content\n - added site settings to check host-based external links restrictions\n - added display options to search filters options labels\n - updated illustration side renderers\n\n1.99.7\n------\n - updated paragraph add form renderer\n - updated header logo getter\n - updated content publication support views\n - added property to search filters to hide results count\n - extended sitemap, SEO settings and \"robots.txt\" view\n - added OpenGraph metas support\n - updated internal and external links pictograms to match TinyMCE editor\n - updated canonical URL support in navigation menus and internal sites links\n\n1.99.6\n------\n - added filter add and edit forms title adapters\n - updated viewlet manager interface in tables views\n - updated deprecated Python imports\n - updated filters add menus labels\n\n1.99.5.1\n--------\n - corrected error in I18n translation domain\n\n1.99.5\n------\n - added aggregated filters support\n - many internal updates\n\n1.99.4\n------\n - removed arguments override in thesaurus handlers components\n\n1.99.3\n------\n - updated shared content header viewlet to add button to go back to dashboard\n - added status to scheduler tasks execution result\n - added support for direct content retiring or archiving for managers\n - added support for custom modal content class\n\n1.99.2\n------\n - added permission and role to manage references tables\n - disable cache when using aggregated search results portlet renderer\n - always open switcher in associations paragraph\n - added method to paragraphs container to get iterator over paragraphs matching a given set of factories\n - removed required flag on gallery files author\n - updated menus order\n - formatting and other minor updates\n\n1.99.1\n------\n - added edit forms content getters\n - added alerts types\n - added vocabulary to handle shared contents which can be used by views and search folders\n - minor updates\n\n1.99.0\n------\n - first preliminary release\n",
"bugtrack_url": null,
"license": "ZPL",
"summary": "PyAMS content management package",
"version": "2.0.2",
"project_urls": {
"Homepage": "https://pyams.readthedocs.io"
},
"split_keywords": [
"pyramid",
"pyams",
"cms"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "54e08657ed6f62fd797b97934bb1e2b925d3c50744f9defce040281b6d4ab83d",
"md5": "fe17ccba9be58878796a355ea6e9064f",
"sha256": "5f48ce63b0d3142c4de0bdf0808d0d5a653ae5d8009231d1fca5820bdf15085f"
},
"downloads": -1,
"filename": "pyams_content-2.0.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "fe17ccba9be58878796a355ea6e9064f",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 767655,
"upload_time": "2024-10-26T12:32:05",
"upload_time_iso_8601": "2024-10-26T12:32:05.011830Z",
"url": "https://files.pythonhosted.org/packages/54/e0/8657ed6f62fd797b97934bb1e2b925d3c50744f9defce040281b6d4ab83d/pyams_content-2.0.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c86264efd698c98ee064e5f20a14385ba92a02ecf0c6664a9c725f6219087a0f",
"md5": "328998023d4a367afae25aefbd9a6215",
"sha256": "a380c27caa9b5da2e3554e987a5debfc86ab192a251a8730b5ac4efeb41220d1"
},
"downloads": -1,
"filename": "pyams_content-2.0.2.tar.gz",
"has_sig": false,
"md5_digest": "328998023d4a367afae25aefbd9a6215",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 409308,
"upload_time": "2024-10-26T12:32:06",
"upload_time_iso_8601": "2024-10-26T12:32:06.657487Z",
"url": "https://files.pythonhosted.org/packages/c8/62/64efd698c98ee064e5f20a14385ba92a02ecf0c6664a9c725f6219087a0f/pyams_content-2.0.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-26 12:32:06",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "pyams-content"
}