cs.linguacopier


Namecs.linguacopier JSON
Version 1.2 PyPI version JSON
download
home_pagehttps://pypi.python.org/pypi/cs.linguacopier
SummaryContent-copier useful to copy basic content from one language-tree to another to start working with the whole content-tree
upload_time2024-07-23 06:51:00
maintainerNone
docs_urlNone
authorMikel Larreategi
requires_pythonNone
licenseGPL version 2
keywords python plone
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            .. image:: https://secure.travis-ci.org/codesyntax/cs.linguacopier.png?branch=master
 :target: http://travis-ci.org/codesyntax/cs.linguacopier

.. image:: https://coveralls.io/repos/github/codesyntax/cs.linguacopier/badge.svg?branch=master
 :target: https://coveralls.io/github/codesyntax/cs.linguacopier?branch=master

.. image:: https://landscape.io/github/codesyntax/cs.linguacopier/master/landscape.svg?style=flat
  :target: https://landscape.io/github/codesyntax/cs.linguacopier/master
  :alt: Code Health

.. image:: https://readthedocs.org/projects/cslinguacopier/badge/?version=latest
  :target: https://cslinguacopier.readthedocs.io/en/latest/?badge=latest

==============================================================================
cs.linguacopier
==============================================================================

This products adds an action to copy contents to a selected language.

We have faced many times the work to create the contents of a site in one language and then recreate
it in another language to let the customer or translators translate it.

This products provides an action with several options, which allows the content editor to recreate the contents of one section of the site in one or more languages, easing the work of the content editor.

Disclaimer: this product does not effectively translate the contents (does not translate "House" to "Casa"), it just copies the actual content in the other language

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

Install cs.linguacopier by adding it to your buildout::

    [buildout]

    ...

    eggs =
        cs.linguacopier


and then running ``bin/buildout``


Contribute
----------

- Issue Tracker: https://github.com/codesyntax/cs.linguacopier/issues
- Source Code: https://github.com/codesyntax/cs.linguacopier
- Use case: https://erral.github.io/ploneconf2017-multi-plone/


Support
-------

If you are having issues, please let us know using the Github Issue Tracker: https://github.com/codesyntax/cs.linguacopier/issues


License
-------

The project is licensed under the GPLv2.


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

- Mikel Larreategi, mlarreategi@codesyntax.com


Changelog
=========




1.2 (2024-07-23)
----------------

- Remove includeDependencies for Plone 6 compatibility.
  [erral]


1.1 (2021-03-22)
----------------

- add my name [Lur Ibargutxi <libargutxi@codesyntax.com>]

- RelationList [Lur Ibargutxi <libargutxi@codesyntax.com>]

- RelationList fields [Lur Ibargutxi <libargutxi@codesyntax.com>]

-  [Mikel Larreategi <mlarreategi@codesyntax.com>]

- [ci skip] [Mikel Larreategi <mlarreategi@codesyntax.com>]

  [libargutxi]


1.0 (2019-07-11)
----------------

- Initial release.
  [erral]

            

Raw data

            {
    "_id": null,
    "home_page": "https://pypi.python.org/pypi/cs.linguacopier",
    "name": "cs.linguacopier",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "Python Plone",
    "author": "Mikel Larreategi",
    "author_email": "mlarreategi@codesyntax.com",
    "download_url": "https://files.pythonhosted.org/packages/aa/e2/64ade98c26dcc75fbd9cdbf1f05e40fb6c21b260c6ab130b6f83a500f584/cs_linguacopier-1.2.tar.gz",
    "platform": null,
    "description": ".. image:: https://secure.travis-ci.org/codesyntax/cs.linguacopier.png?branch=master\n :target: http://travis-ci.org/codesyntax/cs.linguacopier\n\n.. image:: https://coveralls.io/repos/github/codesyntax/cs.linguacopier/badge.svg?branch=master\n :target: https://coveralls.io/github/codesyntax/cs.linguacopier?branch=master\n\n.. image:: https://landscape.io/github/codesyntax/cs.linguacopier/master/landscape.svg?style=flat\n  :target: https://landscape.io/github/codesyntax/cs.linguacopier/master\n  :alt: Code Health\n\n.. image:: https://readthedocs.org/projects/cslinguacopier/badge/?version=latest\n  :target: https://cslinguacopier.readthedocs.io/en/latest/?badge=latest\n\n==============================================================================\ncs.linguacopier\n==============================================================================\n\nThis products adds an action to copy contents to a selected language.\n\nWe have faced many times the work to create the contents of a site in one language and then recreate\nit in another language to let the customer or translators translate it.\n\nThis products provides an action with several options, which allows the content editor to recreate the contents of one section of the site in one or more languages, easing the work of the content editor.\n\nDisclaimer: this product does not effectively translate the contents (does not translate \"House\" to \"Casa\"), it just copies the actual content in the other language\n\nInstallation\n------------\n\nInstall cs.linguacopier by adding it to your buildout::\n\n    [buildout]\n\n    ...\n\n    eggs =\n        cs.linguacopier\n\n\nand then running ``bin/buildout``\n\n\nContribute\n----------\n\n- Issue Tracker: https://github.com/codesyntax/cs.linguacopier/issues\n- Source Code: https://github.com/codesyntax/cs.linguacopier\n- Use case: https://erral.github.io/ploneconf2017-multi-plone/\n\n\nSupport\n-------\n\nIf you are having issues, please let us know using the Github Issue Tracker: https://github.com/codesyntax/cs.linguacopier/issues\n\n\nLicense\n-------\n\nThe project is licensed under the GPLv2.\n\n\nContributors\n============\n\n- Mikel Larreategi, mlarreategi@codesyntax.com\n\n\nChangelog\n=========\n\n\n\n\n1.2 (2024-07-23)\n----------------\n\n- Remove includeDependencies for Plone 6 compatibility.\n  [erral]\n\n\n1.1 (2021-03-22)\n----------------\n\n- add my name [Lur Ibargutxi <libargutxi@codesyntax.com>]\n\n- RelationList [Lur Ibargutxi <libargutxi@codesyntax.com>]\n\n- RelationList fields [Lur Ibargutxi <libargutxi@codesyntax.com>]\n\n-  [Mikel Larreategi <mlarreategi@codesyntax.com>]\n\n- [ci skip] [Mikel Larreategi <mlarreategi@codesyntax.com>]\n\n  [libargutxi]\n\n\n1.0 (2019-07-11)\n----------------\n\n- Initial release.\n  [erral]\n",
    "bugtrack_url": null,
    "license": "GPL version 2",
    "summary": "Content-copier useful to copy basic content from one language-tree to another to start working with the whole content-tree",
    "version": "1.2",
    "project_urls": {
        "Homepage": "https://pypi.python.org/pypi/cs.linguacopier"
    },
    "split_keywords": [
        "python",
        "plone"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1c1337fb422ad4d014f0455d8f1f93d875b192faf7e84c2d08aee726eb5307b1",
                "md5": "697af33a4c35db2360d6fd25d223f019",
                "sha256": "de0955cedd39feaebcb2505bd3a2a255a7c5ffc1f5c4725f69f08980884d80e8"
            },
            "downloads": -1,
            "filename": "cs.linguacopier-1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "697af33a4c35db2360d6fd25d223f019",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 13289,
            "upload_time": "2024-07-23T06:50:58",
            "upload_time_iso_8601": "2024-07-23T06:50:58.603000Z",
            "url": "https://files.pythonhosted.org/packages/1c/13/37fb422ad4d014f0455d8f1f93d875b192faf7e84c2d08aee726eb5307b1/cs.linguacopier-1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "aae264ade98c26dcc75fbd9cdbf1f05e40fb6c21b260c6ab130b6f83a500f584",
                "md5": "9af6617bc17cb4a1813e7ab9b8b8ff0e",
                "sha256": "e99b0c36e37d5c7dc2ce7534b6bf7dd1334216bf234dde9dc7cc3129ba209f14"
            },
            "downloads": -1,
            "filename": "cs_linguacopier-1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "9af6617bc17cb4a1813e7ab9b8b8ff0e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 18455,
            "upload_time": "2024-07-23T06:51:00",
            "upload_time_iso_8601": "2024-07-23T06:51:00.135412Z",
            "url": "https://files.pythonhosted.org/packages/aa/e2/64ade98c26dcc75fbd9cdbf1f05e40fb6c21b260c6ab130b6f83a500f584/cs_linguacopier-1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-23 06:51:00",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "cs.linguacopier"
}
        
Elapsed time: 0.31875s