collective.linguatags


Namecollective.linguatags JSON
Version 2.0.1 PyPI version JSON
download
home_pagehttps://pypi.python.org/pypi/collective.linguatags
SummaryMultilingual Keywords for Plone
upload_time2023-06-14 07:52:48
maintainer
docs_urlNone
authorJens W. Klein
requires_python
licenseGPL version 2
keywords python plone
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.

==============================================================================
collective.linguatags
==============================================================================

Multilingual Tags for Plone

Features
--------

- tags are entered in one canonical language
- a tag is turned into a message id
- collective.linguatags provide an own i18n domain 'linguatags'
- all messages in this domain are translatable ttw with a controlpanel
- view/viewlets showing tags are overridden to show the translated tag


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

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

    [buildout]

    ...

    eggs =
        collective.linguatags


and then running ``bin/buildout``


Contribute
----------

.. image:: https://travis-ci.org/collective/collective.linguatags.svg?branch=master
    :target: https://travis-ci.org/collective/collective.linguatags

.. image:: https://coveralls.io/repos/github/collective/collective.linguatags/badge.svg?branch=master
    :target: https://coveralls.io/github/collective/collective.linguatags?branch=master


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


We'd be happy to see many commits, forks and pull-requests to make collective.linguatags even better.

If you are having issues, please let us know. `Open an issue <http://github.com/collective/collective.linguatags/issues>`_ or send us an e-mail to dev@bluedynamics.com.


License
-------

The project is licensed under the GPLv2.


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

- Jens W. Klein, jk@kleinundpartner.at
- Peter Holzer
- Kim Paulissen



Changelog
=========

2.0.1 (2023-06-14)
------------------

- Remove unneeded `autoinclude` from `configure.zcml` and prevent from random namesapce declaration error.
  [jensens, gogobd]


2.0 (2021-11-17)
----------------

- Fixes for Plone 6 support with BS5 [jensens]
- Drop Plone 5.2 support. [jensens]
- Drop Python 2 support. [jensens]
- Move CI to GitHub Actions. [jensens]


1.1 (2019-09-16)
----------------

- Signature fix for latest zope.i18n 4.6.2
  [agitator]
- Add support for Plone 5.2 and Python 3.
  [spereverde]
- Fix: Usage of non unicode msgids in tests.
  [jensens]

1.0 (2016-08-03)
----------------

- Initial release.
  [jensens]
            

Raw data

            {
    "_id": null,
    "home_page": "https://pypi.python.org/pypi/collective.linguatags",
    "name": "collective.linguatags",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "Python Plone",
    "author": "Jens W. Klein",
    "author_email": "jk@kleinundpartner.at",
    "download_url": "https://files.pythonhosted.org/packages/e8/a0/881982043c316211e4761fc83ad3290fef3201a021aa51302825e0cb3dfa/collective.linguatags-2.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==============================================================================\ncollective.linguatags\n==============================================================================\n\nMultilingual Tags for Plone\n\nFeatures\n--------\n\n- tags are entered in one canonical language\n- a tag is turned into a message id\n- collective.linguatags provide an own i18n domain 'linguatags'\n- all messages in this domain are translatable ttw with a controlpanel\n- view/viewlets showing tags are overridden to show the translated tag\n\n\nInstallation\n------------\n\nInstall collective.linguatags by adding it to your buildout::\n\n    [buildout]\n\n    ...\n\n    eggs =\n        collective.linguatags\n\n\nand then running ``bin/buildout``\n\n\nContribute\n----------\n\n.. image:: https://travis-ci.org/collective/collective.linguatags.svg?branch=master\n    :target: https://travis-ci.org/collective/collective.linguatags\n\n.. image:: https://coveralls.io/repos/github/collective/collective.linguatags/badge.svg?branch=master\n    :target: https://coveralls.io/github/collective/collective.linguatags?branch=master\n\n\n- Issue Tracker: https://github.com/collective/collective.linguatags/issues\n- Source Code: https://github.com/collective/collective.linguatags\n\n\nWe'd be happy to see many commits, forks and pull-requests to make collective.linguatags even better.\n\nIf you are having issues, please let us know. `Open an issue <http://github.com/collective/collective.linguatags/issues>`_ or send us an e-mail to dev@bluedynamics.com.\n\n\nLicense\n-------\n\nThe project is licensed under the GPLv2.\n\n\nContributors\n============\n\n- Jens W. Klein, jk@kleinundpartner.at\n- Peter Holzer\n- Kim Paulissen\n\n\n\nChangelog\n=========\n\n2.0.1 (2023-06-14)\n------------------\n\n- Remove unneeded `autoinclude` from `configure.zcml` and prevent from random namesapce declaration error.\n  [jensens, gogobd]\n\n\n2.0 (2021-11-17)\n----------------\n\n- Fixes for Plone 6 support with BS5 [jensens]\n- Drop Plone 5.2 support. [jensens]\n- Drop Python 2 support. [jensens]\n- Move CI to GitHub Actions. [jensens]\n\n\n1.1 (2019-09-16)\n----------------\n\n- Signature fix for latest zope.i18n 4.6.2\n  [agitator]\n- Add support for Plone 5.2 and Python 3.\n  [spereverde]\n- Fix: Usage of non unicode msgids in tests.\n  [jensens]\n\n1.0 (2016-08-03)\n----------------\n\n- Initial release.\n  [jensens]",
    "bugtrack_url": null,
    "license": "GPL version 2",
    "summary": "Multilingual Keywords for Plone",
    "version": "2.0.1",
    "project_urls": {
        "Homepage": "https://pypi.python.org/pypi/collective.linguatags"
    },
    "split_keywords": [
        "python",
        "plone"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e8a0881982043c316211e4761fc83ad3290fef3201a021aa51302825e0cb3dfa",
                "md5": "b42b197b64e514e0ed6f54466c7aa516",
                "sha256": "ac22cb7ccb829f85c681f7e74ecf828b5af8d9ba848427a45b0fcc348f5bbafb"
            },
            "downloads": -1,
            "filename": "collective.linguatags-2.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "b42b197b64e514e0ed6f54466c7aa516",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 18291,
            "upload_time": "2023-06-14T07:52:48",
            "upload_time_iso_8601": "2023-06-14T07:52:48.460796Z",
            "url": "https://files.pythonhosted.org/packages/e8/a0/881982043c316211e4761fc83ad3290fef3201a021aa51302825e0cb3dfa/collective.linguatags-2.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-14 07:52:48",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "collective.linguatags"
}
        
Elapsed time: 0.07659s