plonetheme.tokyo


Nameplonetheme.tokyo JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://pypi.python.org/pypi/plonetheme.tokyo
SummaryAn add-on for Plone
upload_time2023-02-07 13:09:22
maintainer
docs_urlNone
authorStefan Antonelli
requires_python
licenseGPL version 2
keywords python plone theme tokyo
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.


========================================
Tokyo Theme for Plone (plonetheme.tokyo)
========================================

Tokyo Theme for Plone implements Bootstrap 4 into Plone, with an emphasis on keeping things as close to "default" as possible.


Mostly Harmless
---------------

.. build status

.. image:: https://img.shields.io/github/workflow/status/collective/plonetheme.tokyo/Build/1.x?label=Build
   :target: https://github.com/collective/plonetheme.tokyo/actions/workflows/build.yml
   :alt: Build Status

.. coverage

.. image:: https://coveralls.io/repos/github/collective/plonetheme.tokyo/badge.svg?branch=1.x
    :target: https://coveralls.io/github/collective/plonetheme.tokyo?branch=1.x
    :alt: Code Coverage

.. pypi version

.. image:: https://img.shields.io/pypi/v/plonetheme.tokyo.svg?label=PyPI
    :target: https://pypi.python.org/pypi/plonetheme.tokyo/
    :alt: Latest Version

.. supported python versions

.. image:: https://img.shields.io/pypi/pyversions/plonetheme.tokyo.svg?label=Python
    :target: https://pypi.python.org/pypi/plonetheme.tokyo/
    :alt: Supported Python Versions

.. licence

.. image:: https://img.shields.io/pypi/l/plonetheme.tokyo.svg?label=Licence
    :target: https://pypi.python.org/pypi/plonetheme.tokyo/
    :alt: License


Frontpage
---------

.. image:: https://raw.githubusercontent.com/collective/plonetheme.tokyo/1.x/docs/frontpage.png
    :target: https://raw.githubusercontent.com/collective/plonetheme.tokyo/1.x/docs/frontpage.png


Sidebar
-------

.. image:: https://raw.githubusercontent.com/collective/plonetheme.tokyo/1.x/docs/sidebar.png
    :target: https://raw.githubusercontent.com/collective/plonetheme.tokyo/1.x/docs/sidebar.png


Mobile
------

.. image:: https://raw.githubusercontent.com/collective/plonetheme.tokyo/1.x/docs/mobile.png
    :target: https://raw.githubusercontent.com/collective/plonetheme.tokyo/1.x/docs/mobile.png


Demo
----

- https://plonetheme.tokyo/


Features
--------

- Responsive mobile first theme for Plone
- No Dependencies to Barceloneta
- No Diazo Rules
- No Toolbar
- No Portlets
- Plone patterns still persistent
- Default Bootstrap 5 for form fields and views
- Bootstrap 5 components and JavaScript
- Bootstrap Icons are available 
- Uses https://github.com/collective/collective.sidebar


Documentation
-------------

Full documentation for end users can be found in the "docs" folder.


Credits
-------

This theme is developed and maintained by `operun Digital Solutions <https://www.operun.de>`_. Check out other `projects <https://www.operun.de/projekte>`_ we developed based on the `Enterprise Content Management System <https://www.operun.de/produkte/enterprise-content-management-system>`_ Plone.


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

This product has been translated into:

- English (thanks, Netroxen)
- German (thanks, santonelli)
- Czech (thanks, olda-a)


Known Issues
------------

- Some missing view overrides
- Some unstyled form widgets and fields

Some views implement custom forms that do not use `z3c.form`. In these cases it's possible the form fields may be styled incorrectly. We encourage users to report missing, broken or incomplete views (see below).


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

Install plonetheme.tokyo by adding it to your buildout::

    [buildout]

    ...

    eggs =
        plonetheme.tokyo


and then running ``bin/buildout``...


Versions
--------

- Version 0.x and 1.x works with Plone 5.2
- Version 2.x works with Plone 6


Contribute
----------

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


Support
-------

If you are having issues, please let us know. We have a issue tracker located at: https://github.com/collective/plonetheme.tokyo/issues


License
-------

The project is licensed under the GPLv2.


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


- Stefan Antonelli, stefan.antonelli@operun.de
- Jesse Stippel, jesse.stippel@operun.de
- Stefan Arnold, stefan.arnold@operun.de
- Olda Auda, o.auda@icloud.com


Changelog
=========


1.0.0 (2023-02-07)
------------------

Changed:

- Update buildout to Plone 5.2.11
  [santonelli]

- Drop jQuery dependency
  [santonelli]

- Update Bootstrap to 5.2.3
  [olda-a]

- Added Czech translation
  [olda-a]

Fixed:

- Fix postion of plone.header in @@manage-viewlets
  [santonelli]


0.7.0 (2021-05-06)
------------------

Changed:

- Added jQuery 3.5 required by Bootstrap
  [santonelli]

- Added scripts viewlet and moved Bootstrap JS to footer
  [santonelli]

Fixed:

- Removed non existent custom.css from theme manifest.
  [santonelli]

- Added missing map files.
  [santonelli]


0.6.0 (2021-04-15)
------------------

Added:

- Re-added version pins for development packages.
  [santonelli]

- Add required marker via CSS.
  [santonelli]

- Add translations to fix file upload translations.
  [santonelli]

Changed:

- Cleanup search result page.
  [santonelli]

- Move logo viewlet logic to viewlet code.
  [santonelli]

- Update buildout to Plone 5.2.4
  [santonelli]

Fixed:

- Update markup from p.a.z3cform. Fix checkbox/radio field widget.
  [santonelli]

- Fix navbar padding on mobile devices.
  [santonelli]

- Added styling fixes for folder_contents structure pattern.
  [santonelli]


0.5.0 (2020-10-06)
------------------

Added:

- Added Bootstrap icons and make them available via bi-icon classes.
  [santonelli]

- Added templates for Plone's default content types.
  [santonelli]

Changed:

- Changed container structure in main template.
  [santonelli]

- Changed pagination to use arrows instead of text.
  [santonelli]

- Update Bootstrap icons to 1.0.0.
  [santonelli]

- Bump version of collective.sidebar to 1.4.0.
  [santonelli]


0.4.0 (2020-04-20)
------------------

Added:

- Nothing added yet
  [santonelli]

Changed:

- Cleanup, remove paddings, add wrapper in main template
  [santonelli]

- Rename resources
  [santonelli]

- Removed CSS overrides for Bootstrap styling
  [santonelli]

- Update config for npm / yarn
  [santonelli]

- Convert Less to Sass
  [santonelli]

Fixed:

- Remove custom error message to fix redirection tool
  [santonelli]


0.3.0 (2019-12-06)
------------------

Added:

- Added Event View and Listing
  [santonelli]

Changed:

- Update package for Plone 5.2 and Python 3.7
  [ale-rt, santonelli]

Fixed:

- Restore barceloneta after the theme has been uninstalled (Refs. #32)
  [ale-rt]

- Improve reference widget styling
  [santonelli]


0.2.1 (2019-08-20)
------------------

Fixed:

- Fixed KeyError in @@prefs_install_products_form.
  [sarn0ld]


0.1.0 (2019-08-14)
------------------

Added:

- Add Event Listing and View. #19
  [santonelli]

- Updated password reset & recovery views with Bootstrap 4 markup.
  [Netroxen]

- Updated @@prefs_install_products_form view with Bootstrap 4 markup.
  [Netroxen]

- Updated @@edit view and form fields with Bootstrap 4 markup.
  [Netroxen]

- Update @@login views for Plone 5.1 and 5.2.
  [Netroxen]
            

Raw data

            {
    "_id": null,
    "home_page": "https://pypi.python.org/pypi/plonetheme.tokyo",
    "name": "plonetheme.tokyo",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "Python Plone Theme Tokyo",
    "author": "Stefan Antonelli",
    "author_email": "stefan.antonelli@operun.de",
    "download_url": "https://files.pythonhosted.org/packages/16/3c/79de048488b29aba2806027dabe8cb1f3a21a0b72b5daca0a4d5a2900b42/plonetheme.tokyo-1.0.0.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\n========================================\nTokyo Theme for Plone (plonetheme.tokyo)\n========================================\n\nTokyo Theme for Plone implements Bootstrap 4 into Plone, with an emphasis on keeping things as close to \"default\" as possible.\n\n\nMostly Harmless\n---------------\n\n.. build status\n\n.. image:: https://img.shields.io/github/workflow/status/collective/plonetheme.tokyo/Build/1.x?label=Build\n   :target: https://github.com/collective/plonetheme.tokyo/actions/workflows/build.yml\n   :alt: Build Status\n\n.. coverage\n\n.. image:: https://coveralls.io/repos/github/collective/plonetheme.tokyo/badge.svg?branch=1.x\n    :target: https://coveralls.io/github/collective/plonetheme.tokyo?branch=1.x\n    :alt: Code Coverage\n\n.. pypi version\n\n.. image:: https://img.shields.io/pypi/v/plonetheme.tokyo.svg?label=PyPI\n    :target: https://pypi.python.org/pypi/plonetheme.tokyo/\n    :alt: Latest Version\n\n.. supported python versions\n\n.. image:: https://img.shields.io/pypi/pyversions/plonetheme.tokyo.svg?label=Python\n    :target: https://pypi.python.org/pypi/plonetheme.tokyo/\n    :alt: Supported Python Versions\n\n.. licence\n\n.. image:: https://img.shields.io/pypi/l/plonetheme.tokyo.svg?label=Licence\n    :target: https://pypi.python.org/pypi/plonetheme.tokyo/\n    :alt: License\n\n\nFrontpage\n---------\n\n.. image:: https://raw.githubusercontent.com/collective/plonetheme.tokyo/1.x/docs/frontpage.png\n    :target: https://raw.githubusercontent.com/collective/plonetheme.tokyo/1.x/docs/frontpage.png\n\n\nSidebar\n-------\n\n.. image:: https://raw.githubusercontent.com/collective/plonetheme.tokyo/1.x/docs/sidebar.png\n    :target: https://raw.githubusercontent.com/collective/plonetheme.tokyo/1.x/docs/sidebar.png\n\n\nMobile\n------\n\n.. image:: https://raw.githubusercontent.com/collective/plonetheme.tokyo/1.x/docs/mobile.png\n    :target: https://raw.githubusercontent.com/collective/plonetheme.tokyo/1.x/docs/mobile.png\n\n\nDemo\n----\n\n- https://plonetheme.tokyo/\n\n\nFeatures\n--------\n\n- Responsive mobile first theme for Plone\n- No Dependencies to Barceloneta\n- No Diazo Rules\n- No Toolbar\n- No Portlets\n- Plone patterns still persistent\n- Default Bootstrap 5 for form fields and views\n- Bootstrap 5 components and JavaScript\n- Bootstrap Icons are available \n- Uses https://github.com/collective/collective.sidebar\n\n\nDocumentation\n-------------\n\nFull documentation for end users can be found in the \"docs\" folder.\n\n\nCredits\n-------\n\nThis theme is developed and maintained by `operun Digital Solutions <https://www.operun.de>`_. Check out other `projects <https://www.operun.de/projekte>`_ we developed based on the `Enterprise Content Management System <https://www.operun.de/produkte/enterprise-content-management-system>`_ Plone.\n\n\nTranslations\n------------\n\nThis product has been translated into:\n\n- English (thanks, Netroxen)\n- German (thanks, santonelli)\n- Czech (thanks, olda-a)\n\n\nKnown Issues\n------------\n\n- Some missing view overrides\n- Some unstyled form widgets and fields\n\nSome views implement custom forms that do not use `z3c.form`. In these cases it's possible the form fields may be styled incorrectly. We encourage users to report missing, broken or incomplete views (see below).\n\n\nInstallation\n------------\n\nInstall plonetheme.tokyo by adding it to your buildout::\n\n    [buildout]\n\n    ...\n\n    eggs =\n        plonetheme.tokyo\n\n\nand then running ``bin/buildout``...\n\n\nVersions\n--------\n\n- Version 0.x and 1.x works with Plone 5.2\n- Version 2.x works with Plone 6\n\n\nContribute\n----------\n\n- Issue Tracker: https://github.com/collective/plonetheme.tokyo/issues\n- Source Code: https://github.com/collective/plonetheme.tokyo\n\n\nSupport\n-------\n\nIf you are having issues, please let us know. We have a issue tracker located at: https://github.com/collective/plonetheme.tokyo/issues\n\n\nLicense\n-------\n\nThe project is licensed under the GPLv2.\n\n\nContributors\n============\n\n\n- Stefan Antonelli, stefan.antonelli@operun.de\n- Jesse Stippel, jesse.stippel@operun.de\n- Stefan Arnold, stefan.arnold@operun.de\n- Olda Auda, o.auda@icloud.com\n\n\nChangelog\n=========\n\n\n1.0.0 (2023-02-07)\n------------------\n\nChanged:\n\n- Update buildout to Plone 5.2.11\n  [santonelli]\n\n- Drop jQuery dependency\n  [santonelli]\n\n- Update Bootstrap to 5.2.3\n  [olda-a]\n\n- Added Czech translation\n  [olda-a]\n\nFixed:\n\n- Fix postion of plone.header in @@manage-viewlets\n  [santonelli]\n\n\n0.7.0 (2021-05-06)\n------------------\n\nChanged:\n\n- Added jQuery 3.5 required by Bootstrap\n  [santonelli]\n\n- Added scripts viewlet and moved Bootstrap JS to footer\n  [santonelli]\n\nFixed:\n\n- Removed non existent custom.css from theme manifest.\n  [santonelli]\n\n- Added missing map files.\n  [santonelli]\n\n\n0.6.0 (2021-04-15)\n------------------\n\nAdded:\n\n- Re-added version pins for development packages.\n  [santonelli]\n\n- Add required marker via CSS.\n  [santonelli]\n\n- Add translations to fix file upload translations.\n  [santonelli]\n\nChanged:\n\n- Cleanup search result page.\n  [santonelli]\n\n- Move logo viewlet logic to viewlet code.\n  [santonelli]\n\n- Update buildout to Plone 5.2.4\n  [santonelli]\n\nFixed:\n\n- Update markup from p.a.z3cform. Fix checkbox/radio field widget.\n  [santonelli]\n\n- Fix navbar padding on mobile devices.\n  [santonelli]\n\n- Added styling fixes for folder_contents structure pattern.\n  [santonelli]\n\n\n0.5.0 (2020-10-06)\n------------------\n\nAdded:\n\n- Added Bootstrap icons and make them available via bi-icon classes.\n  [santonelli]\n\n- Added templates for Plone's default content types.\n  [santonelli]\n\nChanged:\n\n- Changed container structure in main template.\n  [santonelli]\n\n- Changed pagination to use arrows instead of text.\n  [santonelli]\n\n- Update Bootstrap icons to 1.0.0.\n  [santonelli]\n\n- Bump version of collective.sidebar to 1.4.0.\n  [santonelli]\n\n\n0.4.0 (2020-04-20)\n------------------\n\nAdded:\n\n- Nothing added yet\n  [santonelli]\n\nChanged:\n\n- Cleanup, remove paddings, add wrapper in main template\n  [santonelli]\n\n- Rename resources\n  [santonelli]\n\n- Removed CSS overrides for Bootstrap styling\n  [santonelli]\n\n- Update config for npm / yarn\n  [santonelli]\n\n- Convert Less to Sass\n  [santonelli]\n\nFixed:\n\n- Remove custom error message to fix redirection tool\n  [santonelli]\n\n\n0.3.0 (2019-12-06)\n------------------\n\nAdded:\n\n- Added Event View and Listing\n  [santonelli]\n\nChanged:\n\n- Update package for Plone 5.2 and Python 3.7\n  [ale-rt, santonelli]\n\nFixed:\n\n- Restore barceloneta after the theme has been uninstalled (Refs. #32)\n  [ale-rt]\n\n- Improve reference widget styling\n  [santonelli]\n\n\n0.2.1 (2019-08-20)\n------------------\n\nFixed:\n\n- Fixed KeyError in @@prefs_install_products_form.\n  [sarn0ld]\n\n\n0.1.0 (2019-08-14)\n------------------\n\nAdded:\n\n- Add Event Listing and View. #19\n  [santonelli]\n\n- Updated password reset & recovery views with Bootstrap 4 markup.\n  [Netroxen]\n\n- Updated @@prefs_install_products_form view with Bootstrap 4 markup.\n  [Netroxen]\n\n- Updated @@edit view and form fields with Bootstrap 4 markup.\n  [Netroxen]\n\n- Update @@login views for Plone 5.1 and 5.2.\n  [Netroxen]",
    "bugtrack_url": null,
    "license": "GPL version 2",
    "summary": "An add-on for Plone",
    "version": "1.0.0",
    "split_keywords": [
        "python",
        "plone",
        "theme",
        "tokyo"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "163c79de048488b29aba2806027dabe8cb1f3a21a0b72b5daca0a4d5a2900b42",
                "md5": "5656f87b39e4a1cdc5d81064cb88e90b",
                "sha256": "d6fb05d5109b5281514e531c436080df0da2bd8983b0287a7d989f270f533e9b"
            },
            "downloads": -1,
            "filename": "plonetheme.tokyo-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "5656f87b39e4a1cdc5d81064cb88e90b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2588723,
            "upload_time": "2023-02-07T13:09:22",
            "upload_time_iso_8601": "2023-02-07T13:09:22.835925Z",
            "url": "https://files.pythonhosted.org/packages/16/3c/79de048488b29aba2806027dabe8cb1f3a21a0b72b5daca0a4d5a2900b42/plonetheme.tokyo-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-02-07 13:09:22",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "plonetheme.tokyo"
}
        
Elapsed time: 0.05001s