.. 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/collective.volto.sitesettings/actions/workflows/plone-package.yml/badge.svg
:target: https://github.com/collective/collective.volto.sitesettings/actions/workflows/plone-package.yml
.. image:: https://coveralls.io/repos/github/collective/collective.volto.sitesettings/badge.svg?branch=main
:target: https://coveralls.io/github/collective/collective.volto.sitesettings?branch=main
:alt: Coveralls
.. image:: https://codecov.io/gh/collective/collective.volto.sitesettings/branch/master/graph/badge.svg
:target: https://codecov.io/gh/collective/collective.volto.sitesettings
.. image:: https://img.shields.io/pypi/v/collective.volto.sitesettings.svg
:target: https://pypi.python.org/pypi/collective.volto.sitesettings/
:alt: Latest Version
.. image:: https://img.shields.io/pypi/status/collective.volto.sitesettings.svg
:target: https://pypi.python.org/pypi/collective.volto.sitesettings
:alt: Egg Status
.. image:: https://img.shields.io/pypi/pyversions/collective.volto.sitesettings.svg?style=plastic :alt: Supported - Python Versions
.. image:: https://img.shields.io/pypi/l/collective.volto.sitesettings.svg
:target: https://pypi.python.org/pypi/collective.volto.sitesettings/
:alt: License
=============================
collective.volto.sitesettings
=============================
Plone addon that extends @site controlpanel by adding new fields.
This product is the backend part of volto-site-settings_.
.. _volto-site-settings: https://github.com/collective/volto-site-settings
Features
--------
- Can set site title in different languages
- Can set a subtitle in different languages
- Can add a logo footer
It overrides `@site` endpoint to expose these new data.
Translations
------------
This product has been translated into
- Italian
Installation
------------
Install collective.volto.sitesettings by adding it to your buildout::
[buildout]
...
eggs =
collective.volto.sitesettings
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/collective.volto.sitesettings/issues
- Source Code: https://github.com/collective/collective.volto.sitesettings
- 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
============
- RedTurtle Technology, sviluppo@redturtle.it
Changelog
=========
1.0.3 (2024-10-04)
------------------
- Better handle default value before run 1001 upgrade-step.
[cekk]
1.0.2 (2024-10-04)
------------------
- Do not override site_title in schema: we use site_title_translated and then keep it in sync with site_title.
[cekk]
1.0.1 (2024-07-10)
------------------
- Add compatibility with Plone52.
[cekk]
1.0.0 (2024-07-10)
------------------
- Initial release.
[cekk]
Raw data
{
"_id": null,
"home_page": "https://github.com/collective/collective.volto.sitesettings",
"name": "collective.volto.sitesettings",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": null,
"keywords": "Python Plone CMS",
"author": "RedTurtle Technology",
"author_email": "sviluppo@redturtle.it",
"download_url": "https://files.pythonhosted.org/packages/3e/f3/ff75b924da809a6734798c99f5005f94638d240983486330132761b2c34e/collective.volto.sitesettings-1.0.3.tar.gz",
"platform": null,
"description": ".. This README is meant for consumption by humans and PyPI. PyPI can render rst files so please do not use Sphinx features.\n If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide.html\n This text does not appear on PyPI or github. It is a comment.\n\n.. image:: https://github.com/collective/collective.volto.sitesettings/actions/workflows/plone-package.yml/badge.svg\n :target: https://github.com/collective/collective.volto.sitesettings/actions/workflows/plone-package.yml\n\n.. image:: https://coveralls.io/repos/github/collective/collective.volto.sitesettings/badge.svg?branch=main\n :target: https://coveralls.io/github/collective/collective.volto.sitesettings?branch=main\n :alt: Coveralls\n\n.. image:: https://codecov.io/gh/collective/collective.volto.sitesettings/branch/master/graph/badge.svg\n :target: https://codecov.io/gh/collective/collective.volto.sitesettings\n\n.. image:: https://img.shields.io/pypi/v/collective.volto.sitesettings.svg\n :target: https://pypi.python.org/pypi/collective.volto.sitesettings/\n :alt: Latest Version\n\n.. image:: https://img.shields.io/pypi/status/collective.volto.sitesettings.svg\n :target: https://pypi.python.org/pypi/collective.volto.sitesettings\n :alt: Egg Status\n\n.. image:: https://img.shields.io/pypi/pyversions/collective.volto.sitesettings.svg?style=plastic :alt: Supported - Python Versions\n\n.. image:: https://img.shields.io/pypi/l/collective.volto.sitesettings.svg\n :target: https://pypi.python.org/pypi/collective.volto.sitesettings/\n :alt: License\n\n\n=============================\ncollective.volto.sitesettings\n=============================\n\nPlone addon that extends @site controlpanel by adding new fields.\n\nThis product is the backend part of volto-site-settings_.\n\n.. _volto-site-settings: https://github.com/collective/volto-site-settings\n\nFeatures\n--------\n\n- Can set site title in different languages\n- Can set a subtitle in different languages\n- Can add a logo footer\n\nIt overrides `@site` endpoint to expose these new data.\n\n\nTranslations\n------------\n\nThis product has been translated into\n\n- Italian\n\n\nInstallation\n------------\n\nInstall collective.volto.sitesettings by adding it to your buildout::\n\n [buildout]\n\n ...\n\n eggs =\n collective.volto.sitesettings\n\n\nand then running ``bin/buildout``\n\n\nAuthors\n-------\n\nProvided by awesome people ;)\n\n\nContributors\n------------\n\nPut your name here, you deserve it!\n\n- ?\n\n\nContribute\n----------\n\n- Issue Tracker: https://github.com/collective/collective.volto.sitesettings/issues\n- Source Code: https://github.com/collective/collective.volto.sitesettings\n- Documentation: https://docs.plone.org/foo/bar\n\n\nSupport\n-------\n\nIf you are having issues, please let us know.\nWe have a mailing list located at: project@example.com\n\n\nLicense\n-------\n\nThe project is licensed under the GPLv2.\n\n\nContributors\n============\n\n- RedTurtle Technology, sviluppo@redturtle.it\n\n\nChangelog\n=========\n\n\n1.0.3 (2024-10-04)\n------------------\n\n- Better handle default value before run 1001 upgrade-step.\n [cekk]\n\n\n1.0.2 (2024-10-04)\n------------------\n\n- Do not override site_title in schema: we use site_title_translated and then keep it in sync with site_title.\n [cekk]\n\n\n1.0.1 (2024-07-10)\n------------------\n\n- Add compatibility with Plone52.\n [cekk]\n\n\n1.0.0 (2024-07-10)\n------------------\n\n- Initial release.\n [cekk]\n",
"bugtrack_url": null,
"license": "GPL version 2",
"summary": "Plone addon to allow to extend @site controlpanel",
"version": "1.0.3",
"project_urls": {
"Homepage": "https://github.com/collective/collective.volto.sitesettings",
"PyPI": "https://pypi.org/project/collective.volto.sitesettings/",
"Source": "https://github.com/collective/collective.volto.sitesettings",
"Tracker": "https://github.com/collective/collective.volto.sitesettings/issues"
},
"split_keywords": [
"python",
"plone",
"cms"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "14058beb38fa1b1c6f8d7c40084b61f5fb8ce94a0f7bfdf886be8b9d462334a1",
"md5": "a5b98525295e9572e40e40ca86fa3058",
"sha256": "c539dc2708f80bc66b5ee5d77b08d3d78ffd2ec8a91a184758e009ece361daee"
},
"downloads": -1,
"filename": "collective.volto.sitesettings-1.0.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "a5b98525295e9572e40e40ca86fa3058",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 49502,
"upload_time": "2024-10-04T12:42:28",
"upload_time_iso_8601": "2024-10-04T12:42:28.193365Z",
"url": "https://files.pythonhosted.org/packages/14/05/8beb38fa1b1c6f8d7c40084b61f5fb8ce94a0f7bfdf886be8b9d462334a1/collective.volto.sitesettings-1.0.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3ef3ff75b924da809a6734798c99f5005f94638d240983486330132761b2c34e",
"md5": "a9bae3159d4892a8da23b710b6e8309e",
"sha256": "d4aa340d92edb6021f1a18ab752d62fdf43f05eec07ac9ae6066ce7a312bd14e"
},
"downloads": -1,
"filename": "collective.volto.sitesettings-1.0.3.tar.gz",
"has_sig": false,
"md5_digest": "a9bae3159d4892a8da23b710b6e8309e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 39144,
"upload_time": "2024-10-04T12:42:29",
"upload_time_iso_8601": "2024-10-04T12:42:29.609065Z",
"url": "https://files.pythonhosted.org/packages/3e/f3/ff75b924da809a6734798c99f5005f94638d240983486330132761b2c34e/collective.volto.sitesettings-1.0.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-04 12:42:29",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "collective",
"github_project": "collective.volto.sitesettings",
"travis_ci": true,
"coveralls": true,
"github_actions": true,
"requirements": [],
"tox": true,
"lcname": "collective.volto.sitesettings"
}