Metadata-Version: 2.2
Name: cs.linguacopier
Version: 1.3
Summary: Content-copier useful to copy basic content from one language-tree to another to start working with the whole content-tree
Home-page: https://pypi.python.org/pypi/cs.linguacopier
Author: Mikel Larreategi
Author-email: mlarreategi@codesyntax.com
License: GPL version 2
Keywords: Python Plone
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 6.0
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Requires-Dist: plone.api
Requires-Dist: Products.GenericSetup>=1.8.2
Requires-Dist: setuptools
Requires-Dist: plone.app.multilingual
Provides-Extra: test
Requires-Dist: plone.app.testing; extra == "test"
Requires-Dist: plone.testing; extra == "test"
Requires-Dist: plone.app.contenttypes; extra == "test"
Requires-Dist: plone.app.robotframework[debug]; extra == "test"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: summary

.. 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.3 (unreleased)
----------------

- Repackage.
  [erral]


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]
