collective.volto.subsites


Namecollective.volto.subsites JSON
Version 1.5.0 PyPI version JSON
download
home_pagehttps://github.com/collective/collective.volto.subsites
SummaryAdd Subsite content-type for Volto
upload_time2024-05-05 06:33:36
maintainerNone
docs_urlNone
authorRedTurtle Technology
requires_python>=3.6
licenseGPL version 2
keywords python plone
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            
==============
Volto Subsites
==============

This add-on enable a new **Subsite** content-type and provides some utilities for Volto.


Subsite
-------

It's a basic folderish content with some additional fields:

- Header text
- Footer text
- Color
- Image

These fields are useful for Volto theme that will draw some components based on these values.

**Subsite** contents are not searchable.

Accessing Subsite data from restapi
------------------------------------

There is a new expansion slot in restapi response when getting content data: `subsite`.

This expansion works like the standard ones (workflow, breadcrumbs, etc) and returns some metadata of the
parent Subsite if the requested content is inside a Subsite.

Control panel
-------------

There is a control panel that allows to set some settings for Subsites:

- Styles: you can set a predefined list of css classes that will be used in Volto theme to set some custom styles inside the subsite.


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

This product has been translated into

- Italian

- Spanish


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

Install collective.volto.subsites by adding it to your buildout::

    [buildout]

    ...

    eggs =
        collective.volto.subsites


and then running ``bin/buildout``


Contribute
----------

- Issue Tracker: https://github.com/collective/collective.volto.subsites/issues
- Source Code: https://github.com/collective/collective.volto.subsites


License
-------

The project is licensed under the GPLv2.

Authors
=======

This product was developed by **RedTurtle Technology** team.

.. image:: https://avatars1.githubusercontent.com/u/1087171?s=100&v=4
   :alt: RedTurtle Technology Site
   :target: https://www.redturtle.it/


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

- RedTurtle Technology, sviluppo@redturtle.it

- Leonardo J. Caballero G., leonardocaballero@gmail.com


Changelog
=========


1.5.0 (2024-05-05)
------------------

- Added Spanish translations.
  [macagua]

- Add plone.app.caching >= 3.0.0a1 dependency to make it work in Plone 5.2
  [erral]

- Enable versioning.
  [cekk]

1.4.0 (2021-10-10)
------------------

- p.a.caching rules for rest api services.
  [cekk]


1.3.1 (2021-10-02)
------------------

- Add kitconcept.seo behaviour.
  [daniele]


1.3.0 (2021-10-01)
------------------

- Add subsite_logo field.
  [cekk]


1.2.2 (2021-06-07)
------------------

- Enable subsites to be translatables.
  [cekk]


1.2.1 (2021-05-04)
------------------

- Add default value to social links field.
  [cekk]


1.2.0 (2021-05-04)
------------------

- Add additional field for manage social links in subsite.
  [cekk]


1.1.0 (2021-04-30)
------------------

- Disable Subsite from searchable contents.
  [cekk]


1.0.0 (2020-12-15)
------------------

- Initial release.
  [cekk]

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/collective/collective.volto.subsites",
    "name": "collective.volto.subsites",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "Python Plone",
    "author": "RedTurtle Technology",
    "author_email": "sviluppo@redturtle.it",
    "download_url": "https://files.pythonhosted.org/packages/84/f1/6906b6e548abc9d2b0f3cbe031352844c7f9556aeeaf72dd9018dd896462/collective.volto.subsites-1.5.0.tar.gz",
    "platform": null,
    "description": "\n==============\nVolto Subsites\n==============\n\nThis add-on enable a new **Subsite** content-type and provides some utilities for Volto.\n\n\nSubsite\n-------\n\nIt's a basic folderish content with some additional fields:\n\n- Header text\n- Footer text\n- Color\n- Image\n\nThese fields are useful for Volto theme that will draw some components based on these values.\n\n**Subsite** contents are not searchable.\n\nAccessing Subsite data from restapi\n------------------------------------\n\nThere is a new expansion slot in restapi response when getting content data: `subsite`.\n\nThis expansion works like the standard ones (workflow, breadcrumbs, etc) and returns some metadata of the\nparent Subsite if the requested content is inside a Subsite.\n\nControl panel\n-------------\n\nThere is a control panel that allows to set some settings for Subsites:\n\n- Styles: you can set a predefined list of css classes that will be used in Volto theme to set some custom styles inside the subsite.\n\n\nTranslations\n------------\n\nThis product has been translated into\n\n- Italian\n\n- Spanish\n\n\nInstallation\n------------\n\nInstall collective.volto.subsites by adding it to your buildout::\n\n    [buildout]\n\n    ...\n\n    eggs =\n        collective.volto.subsites\n\n\nand then running ``bin/buildout``\n\n\nContribute\n----------\n\n- Issue Tracker: https://github.com/collective/collective.volto.subsites/issues\n- Source Code: https://github.com/collective/collective.volto.subsites\n\n\nLicense\n-------\n\nThe project is licensed under the GPLv2.\n\nAuthors\n=======\n\nThis product was developed by **RedTurtle Technology** team.\n\n.. image:: https://avatars1.githubusercontent.com/u/1087171?s=100&v=4\n   :alt: RedTurtle Technology Site\n   :target: https://www.redturtle.it/\n\n\nContributors\n============\n\n- RedTurtle Technology, sviluppo@redturtle.it\n\n- Leonardo J. Caballero G., leonardocaballero@gmail.com\n\n\nChangelog\n=========\n\n\n1.5.0 (2024-05-05)\n------------------\n\n- Added Spanish translations.\n  [macagua]\n\n- Add plone.app.caching >= 3.0.0a1 dependency to make it work in Plone 5.2\n  [erral]\n\n- Enable versioning.\n  [cekk]\n\n1.4.0 (2021-10-10)\n------------------\n\n- p.a.caching rules for rest api services.\n  [cekk]\n\n\n1.3.1 (2021-10-02)\n------------------\n\n- Add kitconcept.seo behaviour.\n  [daniele]\n\n\n1.3.0 (2021-10-01)\n------------------\n\n- Add subsite_logo field.\n  [cekk]\n\n\n1.2.2 (2021-06-07)\n------------------\n\n- Enable subsites to be translatables.\n  [cekk]\n\n\n1.2.1 (2021-05-04)\n------------------\n\n- Add default value to social links field.\n  [cekk]\n\n\n1.2.0 (2021-05-04)\n------------------\n\n- Add additional field for manage social links in subsite.\n  [cekk]\n\n\n1.1.0 (2021-04-30)\n------------------\n\n- Disable Subsite from searchable contents.\n  [cekk]\n\n\n1.0.0 (2020-12-15)\n------------------\n\n- Initial release.\n  [cekk]\n",
    "bugtrack_url": null,
    "license": "GPL version 2",
    "summary": "Add Subsite content-type for Volto",
    "version": "1.5.0",
    "project_urls": {
        "Homepage": "https://github.com/collective/collective.volto.subsites",
        "PyPI": "https://pypi.python.org/pypi/collective.volto.subsites",
        "Source": "https://github.com/collective/collective.volto.subsites",
        "Tracker": "https://github.com/collective/collective.volto.subsites/issues"
    },
    "split_keywords": [
        "python",
        "plone"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ab03f1e3bcc30c1112b4f76cafcc283b035ef4f25b4ccc6126d61e3d5d89891e",
                "md5": "1ddf66f52d798cf29f74da6bdae23951",
                "sha256": "e5d7682217be6c84e61beb7fecbd3d07c6e86a2e50c11ff2c34d87f63bec05c1"
            },
            "downloads": -1,
            "filename": "collective.volto.subsites-1.5.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1ddf66f52d798cf29f74da6bdae23951",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 44081,
            "upload_time": "2024-05-05T06:33:34",
            "upload_time_iso_8601": "2024-05-05T06:33:34.804939Z",
            "url": "https://files.pythonhosted.org/packages/ab/03/f1e3bcc30c1112b4f76cafcc283b035ef4f25b4ccc6126d61e3d5d89891e/collective.volto.subsites-1.5.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "84f16906b6e548abc9d2b0f3cbe031352844c7f9556aeeaf72dd9018dd896462",
                "md5": "c01263f95362b1e4bc98b88a16f12e16",
                "sha256": "330b7dce5406cb2f2a8167971fdb190c386579258d5646d00c4ddc6471c90c0b"
            },
            "downloads": -1,
            "filename": "collective.volto.subsites-1.5.0.tar.gz",
            "has_sig": false,
            "md5_digest": "c01263f95362b1e4bc98b88a16f12e16",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 31848,
            "upload_time": "2024-05-05T06:33:36",
            "upload_time_iso_8601": "2024-05-05T06:33:36.824412Z",
            "url": "https://files.pythonhosted.org/packages/84/f1/6906b6e548abc9d2b0f3cbe031352844c7f9556aeeaf72dd9018dd896462/collective.volto.subsites-1.5.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-05 06:33:36",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "collective",
    "github_project": "collective.volto.subsites",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [],
    "lcname": "collective.volto.subsites"
}
        
Elapsed time: 9.31339s