pyams-content


Namepyams-content JSON
Version 2.4.0 PyPI version JSON
download
home_pagehttps://pyams.readthedocs.io
SummaryPyAMS content management package
upload_time2025-01-30 13:16:11
maintainerNone
docs_urlNone
authorThierry Florac
requires_pythonNone
licenseZPL
keywords pyramid pyams cms
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            =====================
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.4.0
-----
 - added logos shared tool
 - added support for optional inner year and month folders inside shared tools
 - added shared content reverse links view
 - added content specificities paragraph type
 - added on/off pictograms support to thesaurus terms
 - updated renderers label
 - updated method call in configuration tools and tables checker
 - updated shared tools themes support
 - small improvements after Sonarqube analysis...
 - added warning messages in management interface
 - added argument to paragraphs container method to be able to exclude paragraphs types
 - allow exclusion of paragraphs types in paragraphs portlets settings
 - use illustration renderer settings in verbatim paragraph default renderer

2.3.0
-----
 - added site summary portlet
 - added resource shared content
 - updated QRCode action position and marker view
 - updated form title for unversioned contents
 - updated search folders interfaces, settings, filters and results portlets renderers
 - updated thesaurus filters types and parameters names
 - updated panels and cards renderers
 - updated scheduler tasks (require PyAMS_scheduler >= 2.6.0)

2.2.0
-----
 - added verbatim paragraph and portlet
 - added paragraphs group paragraph type
 - added redirections manager
 - added QRCodes generator
 - removed all attributes of invalid internal links in HTML renderer
 - updated glossary alert rendering
 - updated thesaurus-based filters sorting
 - updated paragraph title refresh handler
 - updated cards renderers
 - updated search results portlet renderers templates

2.1.0
-----
 - added location map paragraph and portlet
 - added contact card paragraph and portlet

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/0a/4a/5e55141601a562972352dc8a686bc4234538309d9a9cc37ad7ef911e3f88/pyams_content-2.4.0.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.4.0\n-----\n - added logos shared tool\n - added support for optional inner year and month folders inside shared tools\n - added shared content reverse links view\n - added content specificities paragraph type\n - added on/off pictograms support to thesaurus terms\n - updated renderers label\n - updated method call in configuration tools and tables checker\n - updated shared tools themes support\n - small improvements after Sonarqube analysis...\n - added warning messages in management interface\n - added argument to paragraphs container method to be able to exclude paragraphs types\n - allow exclusion of paragraphs types in paragraphs portlets settings\n - use illustration renderer settings in verbatim paragraph default renderer\n\n2.3.0\n-----\n - added site summary portlet\n - added resource shared content\n - updated QRCode action position and marker view\n - updated form title for unversioned contents\n - updated search folders interfaces, settings, filters and results portlets renderers\n - updated thesaurus filters types and parameters names\n - updated panels and cards renderers\n - updated scheduler tasks (require PyAMS_scheduler >= 2.6.0)\n\n2.2.0\n-----\n - added verbatim paragraph and portlet\n - added paragraphs group paragraph type\n - added redirections manager\n - added QRCodes generator\n - removed all attributes of invalid internal links in HTML renderer\n - updated glossary alert rendering\n - updated thesaurus-based filters sorting\n - updated paragraph title refresh handler\n - updated cards renderers\n - updated search results portlet renderers templates\n\n2.1.0\n-----\n - added location map paragraph and portlet\n - added contact card paragraph and portlet\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.4.0",
    "project_urls": {
        "Homepage": "https://pyams.readthedocs.io"
    },
    "split_keywords": [
        "pyramid",
        "pyams",
        "cms"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "96cc8ade2cf4741442af4a1844c10ff85f1151ffa33364708bde8a39610077f5",
                "md5": "1aede954fcd772bd7785ff1dca7064a6",
                "sha256": "f176db2d9750fbcd691d5760f6f8502689a165985fd376dfd4f798d9fff0bd58"
            },
            "downloads": -1,
            "filename": "pyams_content-2.4.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1aede954fcd772bd7785ff1dca7064a6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 936888,
            "upload_time": "2025-01-30T13:16:09",
            "upload_time_iso_8601": "2025-01-30T13:16:09.409734Z",
            "url": "https://files.pythonhosted.org/packages/96/cc/8ade2cf4741442af4a1844c10ff85f1151ffa33364708bde8a39610077f5/pyams_content-2.4.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0a4a5e55141601a562972352dc8a686bc4234538309d9a9cc37ad7ef911e3f88",
                "md5": "ae3755898ea9cbf29ddfed74e8356dbc",
                "sha256": "f0fd0adf638a8d15a59b9a35bdf46c59b6da07b321cc9ff9ba4cd58bf6ed0db1"
            },
            "downloads": -1,
            "filename": "pyams_content-2.4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "ae3755898ea9cbf29ddfed74e8356dbc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 486796,
            "upload_time": "2025-01-30T13:16:11",
            "upload_time_iso_8601": "2025-01-30T13:16:11.613319Z",
            "url": "https://files.pythonhosted.org/packages/0a/4a/5e55141601a562972352dc8a686bc4234538309d9a9cc37ad7ef911e3f88/pyams_content-2.4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-30 13:16:11",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pyams-content"
}
        
Elapsed time: 0.43889s