collective.manifestjson


Namecollective.manifestjson JSON
Version 1.0b1 PyPI version JSON
download
home_pagehttps://github.com/collective/collective.manifestjson
SummaryAllows to add manifest configuration in control panel and provides a view to render it as manifest.json
upload_time2024-03-06 09:29:04
maintainer
docs_urlNone
authorMaik Derstappen
requires_python>=3.7
licenseGPL version 2
keywords python plone cms
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage
            .. 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.manifestjson/actions/workflows/plone-package.yml/badge.svg
    :target: https://github.com/collective/collective.manifestjson/actions/workflows/plone-package.yml

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

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

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

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

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

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


=======================
collective.manifestjson
=======================

Allows to add manifest configuration in control panel and provides a view to render it as manifest.json

Features
--------

- provides a control panel where one can configure the content of a manifest.json file
- allows enabling/disabling the manifest.json in HTML header



Usage
-----

- Install and enable the addon
- Configure your manifest in the Manifest settings control panel
- Make sure you have the referenced image folder and icons added and published, be default `/images/icons`
- Open the website with you smartphone and select `Add to Home Screen` (Chrome) or `Install` (Firefox) and place the website as an app on your home screen.


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

This product has been translated into

- German (Maik Derstappen - MrTango)


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

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

    [buildout]

    ...

    eggs =
        collective.manifestjson


and then running ``bin/buildout``


Authors
-------

This add-on was build by `Derico <https://derico.de>`_ [MrTango].


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

Put your name here, you deserve it!

- ?


Contribute
----------

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


Support
-------

If you are having issues, please let us know.


License
-------

The project is licensed under the GPLv2.


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

- Maik Derstappen, md@derico.de


Changelog
=========


1.0b1 (2024-03-06)
------------------

- Initial release.
  [MrTango]

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/collective/collective.manifestjson",
    "name": "collective.manifestjson",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "Python Plone CMS",
    "author": "Maik Derstappen",
    "author_email": "md@derico.de",
    "download_url": "https://files.pythonhosted.org/packages/c3/6a/6055a80233a2140e55e7dcac37613d4a3fdfc857e95274e5118c3c17f1af/collective.manifestjson-1.0b1.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.manifestjson/actions/workflows/plone-package.yml/badge.svg\n    :target: https://github.com/collective/collective.manifestjson/actions/workflows/plone-package.yml\n\n.. image:: https://coveralls.io/repos/github/collective/collective.manifestjson/badge.svg?branch=main\n    :target: https://coveralls.io/github/collective/collective.manifestjson?branch=main\n    :alt: Coveralls\n\n.. image:: https://codecov.io/gh/collective/collective.manifestjson/branch/master/graph/badge.svg\n    :target: https://codecov.io/gh/collective/collective.manifestjson\n\n.. image:: https://img.shields.io/pypi/v/collective.manifestjson.svg\n    :target: https://pypi.python.org/pypi/collective.manifestjson/\n    :alt: Latest Version\n\n.. image:: https://img.shields.io/pypi/status/collective.manifestjson.svg\n    :target: https://pypi.python.org/pypi/collective.manifestjson\n    :alt: Egg Status\n\n.. image:: https://img.shields.io/pypi/pyversions/collective.manifestjson.svg?style=plastic   :alt: Supported - Python Versions\n\n.. image:: https://img.shields.io/pypi/l/collective.manifestjson.svg\n    :target: https://pypi.python.org/pypi/collective.manifestjson/\n    :alt: License\n\n\n=======================\ncollective.manifestjson\n=======================\n\nAllows to add manifest configuration in control panel and provides a view to render it as manifest.json\n\nFeatures\n--------\n\n- provides a control panel where one can configure the content of a manifest.json file\n- allows enabling/disabling the manifest.json in HTML header\n\n\n\nUsage\n-----\n\n- Install and enable the addon\n- Configure your manifest in the Manifest settings control panel\n- Make sure you have the referenced image folder and icons added and published, be default `/images/icons`\n- Open the website with you smartphone and select `Add to Home Screen` (Chrome) or `Install` (Firefox) and place the website as an app on your home screen.\n\n\nTranslations\n------------\n\nThis product has been translated into\n\n- German (Maik Derstappen - MrTango)\n\n\nInstallation\n------------\n\nInstall collective.manifestjson by adding it to your buildout::\n\n    [buildout]\n\n    ...\n\n    eggs =\n        collective.manifestjson\n\n\nand then running ``bin/buildout``\n\n\nAuthors\n-------\n\nThis add-on was build by `Derico <https://derico.de>`_ [MrTango].\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.manifestjson/issues\n- Source Code: https://github.com/collective/collective.manifestjson\n\n\nSupport\n-------\n\nIf you are having issues, please let us know.\n\n\nLicense\n-------\n\nThe project is licensed under the GPLv2.\n\n\nContributors\n============\n\n- Maik Derstappen, md@derico.de\n\n\nChangelog\n=========\n\n\n1.0b1 (2024-03-06)\n------------------\n\n- Initial release.\n  [MrTango]\n",
    "bugtrack_url": null,
    "license": "GPL version 2",
    "summary": "Allows to add manifest configuration in control panel and provides a view to render it as manifest.json",
    "version": "1.0b1",
    "project_urls": {
        "Homepage": "https://github.com/collective/collective.manifestjson",
        "PyPI": "https://pypi.org/project/collective.manifestjson/",
        "Source": "https://github.com/collective/collective.manifestjson",
        "Tracker": "https://github.com/collective/collective.manifestjson/issues"
    },
    "split_keywords": [
        "python",
        "plone",
        "cms"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c1a79d8843ef5173446cb8fd12749668c9e2d902242a4359578fd3b5bf6bbcf7",
                "md5": "76094a940fe385cc457e058d505340c4",
                "sha256": "cdcdbe3add38799013b5228411626482a0389bd689b03ad64220a3c2a6f1b440"
            },
            "downloads": -1,
            "filename": "collective.manifestjson-1.0b1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "76094a940fe385cc457e058d505340c4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 33250,
            "upload_time": "2024-03-06T09:29:01",
            "upload_time_iso_8601": "2024-03-06T09:29:01.827929Z",
            "url": "https://files.pythonhosted.org/packages/c1/a7/9d8843ef5173446cb8fd12749668c9e2d902242a4359578fd3b5bf6bbcf7/collective.manifestjson-1.0b1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c36a6055a80233a2140e55e7dcac37613d4a3fdfc857e95274e5118c3c17f1af",
                "md5": "41a71fdffd007b008cbe1d0c7487a8f8",
                "sha256": "2f2582c2eead41d7e46b6a7202268ae1a802bcfe7b8721e84762b32f54b056da"
            },
            "downloads": -1,
            "filename": "collective.manifestjson-1.0b1.tar.gz",
            "has_sig": false,
            "md5_digest": "41a71fdffd007b008cbe1d0c7487a8f8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 26161,
            "upload_time": "2024-03-06T09:29:04",
            "upload_time_iso_8601": "2024-03-06T09:29:04.636560Z",
            "url": "https://files.pythonhosted.org/packages/c3/6a/6055a80233a2140e55e7dcac37613d4a3fdfc857e95274e5118c3c17f1af/collective.manifestjson-1.0b1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-06 09:29:04",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "collective",
    "github_project": "collective.manifestjson",
    "travis_ci": true,
    "coveralls": true,
    "github_actions": true,
    "requirements": [],
    "tox": true,
    "lcname": "collective.manifestjson"
}
        
Elapsed time: 0.20699s