collective.pintarito


Namecollective.pintarito JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/collective/collective.pintarito
SummaryAn add-on for Plone
upload_time2023-02-07 08:48:42
maintainer
docs_urlNone
authorale-rt
requires_python>=3.7
licenseGPL version 2
keywords python plone cms
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            .. 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.pintarito/actions/workflows/plone-package.yml/badge.svg
    :target: https://github.com/collective/collective.pintarito/actions/workflows/plone-package.yml

.. image:: https://coveralls.io/repos/github/collective/collective.pintarito/badge.svg?branch=main
    :target: https://coveralls.io/github/collective/collective.pintarito?branch=main
    :alt: Coveralls

.. image:: https://codecov.io/gh/collective/collective.pintarito/branch/master/graph/badge.svg
    :target: https://codecov.io/gh/collective/collective.pintarito

.. image:: https://img.shields.io/pypi/v/collective.pintarito.svg
    :target: https://pypi.python.org/pypi/collective.pintarito/
    :alt: Latest Version

.. image:: https://img.shields.io/pypi/status/collective.pintarito.svg
    :target: https://pypi.python.org/pypi/collective.pintarito
    :alt: Egg Status

.. image:: https://img.shields.io/pypi/pyversions/collective.pintarito.svg?style=plastic   :alt: Supported - Python Versions

.. image:: https://img.shields.io/pypi/l/collective.pintarito.svg
    :target: https://pypi.python.org/pypi/collective.pintarito/
    :alt: License


====================
collective.pintarito
====================

An add-on for Plone that changes the color of the default Barceloneta theme.

Features
--------

Installing this product will create a new control panel that allows
you to quickly select a CSS style sheet which controls the barceloneta
CSS color variables.

It provides also an override for the Plone logo to inline the svg image
in order to control its color using CSS.


Should I use it?
----------------

For the time being this is a proof of concept born at the Alpine city sprint 2023.
You are welcome to improve it and make it more useful, but do not rely on its internals.

What the heck is Pintarito?
---------------------------

Pintarito is a word chosen to remind the Catalan word *pintar* (to paint).
I decided to make up that word to avoid stealing some other useful name from the collective namespace.

Possible future plans
---------------------

It *might be* that in the future the possibility to wire up external color schemes will be added.
Also It might be possible that css file uploaded to the site might be picked.


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

This product has been translated into

- Klingon (thanks, K'Plai)


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

Install collective.pintarito by adding it to your buildout::

    [buildout]

    ...

    eggs =
        collective.pintarito


and then running ``bin/buildout``


Authors
-------

Provided by awesome people ;)


Contributors
------------

Put your name here, you deserve it!

- Alessandro Pisa


Contribute
----------

- Issue Tracker: https://github.com/collective/collective.pintarito/issues
- Source Code: https://github.com/collective/collective.pintarito
- 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
============

- ale-rt, alessandro.pisa@gmail.com


Changelog
=========


0.0.1a1 (2023-02-07)
--------------------

- Initial release.
  [ale-rt]

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/collective/collective.pintarito",
    "name": "collective.pintarito",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "Python Plone CMS",
    "author": "ale-rt",
    "author_email": "alessandro.pisa@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/c6/52/0564b3b63d503971203ee8d3046a8d4da9d0f3b09da75a5fd67d89eb286f/collective.pintarito-0.0.1.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.pintarito/actions/workflows/plone-package.yml/badge.svg\n    :target: https://github.com/collective/collective.pintarito/actions/workflows/plone-package.yml\n\n.. image:: https://coveralls.io/repos/github/collective/collective.pintarito/badge.svg?branch=main\n    :target: https://coveralls.io/github/collective/collective.pintarito?branch=main\n    :alt: Coveralls\n\n.. image:: https://codecov.io/gh/collective/collective.pintarito/branch/master/graph/badge.svg\n    :target: https://codecov.io/gh/collective/collective.pintarito\n\n.. image:: https://img.shields.io/pypi/v/collective.pintarito.svg\n    :target: https://pypi.python.org/pypi/collective.pintarito/\n    :alt: Latest Version\n\n.. image:: https://img.shields.io/pypi/status/collective.pintarito.svg\n    :target: https://pypi.python.org/pypi/collective.pintarito\n    :alt: Egg Status\n\n.. image:: https://img.shields.io/pypi/pyversions/collective.pintarito.svg?style=plastic   :alt: Supported - Python Versions\n\n.. image:: https://img.shields.io/pypi/l/collective.pintarito.svg\n    :target: https://pypi.python.org/pypi/collective.pintarito/\n    :alt: License\n\n\n====================\ncollective.pintarito\n====================\n\nAn add-on for Plone that changes the color of the default Barceloneta theme.\n\nFeatures\n--------\n\nInstalling this product will create a new control panel that allows\nyou to quickly select a CSS style sheet which controls the barceloneta\nCSS color variables.\n\nIt provides also an override for the Plone logo to inline the svg image\nin order to control its color using CSS.\n\n\nShould I use it?\n----------------\n\nFor the time being this is a proof of concept born at the Alpine city sprint 2023.\nYou are welcome to improve it and make it more useful, but do not rely on its internals.\n\nWhat the heck is Pintarito?\n---------------------------\n\nPintarito is a word chosen to remind the Catalan word *pintar* (to paint).\nI decided to make up that word to avoid stealing some other useful name from the collective namespace.\n\nPossible future plans\n---------------------\n\nIt *might be* that in the future the possibility to wire up external color schemes will be added.\nAlso It might be possible that css file uploaded to the site might be picked.\n\n\nTranslations\n------------\n\nThis product has been translated into\n\n- Klingon (thanks, K'Plai)\n\n\nInstallation\n------------\n\nInstall collective.pintarito by adding it to your buildout::\n\n    [buildout]\n\n    ...\n\n    eggs =\n        collective.pintarito\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- Alessandro Pisa\n\n\nContribute\n----------\n\n- Issue Tracker: https://github.com/collective/collective.pintarito/issues\n- Source Code: https://github.com/collective/collective.pintarito\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- ale-rt, alessandro.pisa@gmail.com\n\n\nChangelog\n=========\n\n\n0.0.1a1 (2023-02-07)\n--------------------\n\n- Initial release.\n  [ale-rt]\n",
    "bugtrack_url": null,
    "license": "GPL version 2",
    "summary": "An add-on for Plone",
    "version": "0.0.1",
    "split_keywords": [
        "python",
        "plone",
        "cms"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c6520564b3b63d503971203ee8d3046a8d4da9d0f3b09da75a5fd67d89eb286f",
                "md5": "fab1893f4f43e2dc46a113b61d221b76",
                "sha256": "40eb1770376961a0b3ee86ec7cbd13dc64dc78439cc0a5a0cce6aeb07e17d5c4"
            },
            "downloads": -1,
            "filename": "collective.pintarito-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "fab1893f4f43e2dc46a113b61d221b76",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 27842,
            "upload_time": "2023-02-07T08:48:42",
            "upload_time_iso_8601": "2023-02-07T08:48:42.141238Z",
            "url": "https://files.pythonhosted.org/packages/c6/52/0564b3b63d503971203ee8d3046a8d4da9d0f3b09da75a5fd67d89eb286f/collective.pintarito-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-02-07 08:48:42",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "collective",
    "github_project": "collective.pintarito",
    "lcname": "collective.pintarito"
}
        
Elapsed time: 0.03860s