https://github.com/kitconcept/kitconcept.workingcopy
Working copy support for Volto
https://github.com/kitconcept/kitconcept.workingcopy
Last synced: about 2 months ago
JSON representation
Working copy support for Volto
- Host: GitHub
- URL: https://github.com/kitconcept/kitconcept.workingcopy
- Owner: kitconcept
- Created: 2021-04-14T13:44:02.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-15T06:38:51.000Z (about 5 years ago)
- Last Synced: 2026-02-17T11:31:36.203Z (4 months ago)
- Language: Python
- Homepage:
- Size: 39.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
Awesome Lists containing this project
README
.. 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.
==============================================================================
kitconcept.workingcopy
==============================================================================
.. image:: https://kitconcept.com/logo.svg
:alt: kitconcept
:target: https://kitconcept.com/
.. image:: https://github.com/kitconcept/kitconcept.workingcopy/actions/workflows/ci.yml/badge.svg
:target: https://github.com/kitconcept/kitconcept.workingcopy/actions/workflows/ci.yml
Installation
------------
Install kitconcept.workingcopy by adding it to your buildout:
```
[buildout]
...
eggs =
...
kitconcept.workingcopy
```
and then running bin/buildout
Contribute
----------
Issue Tracker: https://github.com/kitconcept/kitconcept.workingcopy/issues
Source Code: https://github.com/kitconcept/kitconcept.workingcopy
Development
-----------
Requirements:
- Python 3.8
- Plone 5.2
- Volto
Setup::
make
Run Static Code Analysis::
make code-Analysis
Run Unit / Integration Tests::
make test
Run Robot Framework based acceptance tests::
make test-acceptance