Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (12.0%) to scientific vocabulary
Keywords
plone
Last synced: 9 months ago
·
JSON representation
Repository
Cusy CMS policy
Basic Info
Statistics
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
plone
Created almost 5 years ago
· Last pushed over 2 years ago
Metadata Files
Readme
Changelog
License
README.rst
.. 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.
.. image:: https://github.com/cusyio/cusy.cms/workflows/ci/badge.svg
:target: https://github.com/cusyio/cusy.cms/actions
:alt: CI Status
.. image:: https://codecov.io/gh/cusyio/cusy.cms/branch/main/graph/badge.svg?token=KL4QL32DJR
:target: https://codecov.io/gh/cusyio/cusy.cms
:alt: Coverage Status
.. image:: https://img.shields.io/pypi/v/cusy.cms.svg
:target: https://pypi.python.org/pypi/cusy.cms/
:alt: Latest Version
.. image:: https://img.shields.io/pypi/status/cusy.cms.svg
:target: https://pypi.python.org/pypi/cusy.cms
:alt: Egg Status
.. image:: https://img.shields.io/pypi/pyversions/cusy.cms.svg?style=plastic :alt: Supported - Python Versions
.. image:: https://img.shields.io/pypi/l/cusy.cms.svg
:target: https://pypi.python.org/pypi/cusy.cms/
:alt: License
========
cusy.cms
========
The main policy package to install the Cusy CMS.
Features
--------
Dependencies
------------
``cusy.cms`` depends on and installs the following add-ons:
- `collective.behavior.banner `_:
Add banners and create slider/carousel from banners.
- `collective.easyform `_:
Form Builder for Plone.
- `cusy.exportimport `_:
Extensions and patches for collective.exportimport.
- `cusy.restapi.easyform `_:
EasyForm integration for plone.restapi.
- `cusy.restapi.info `_:
Site and content info for plone.restapi.
- `cusy.restapi.patches `_:
Patches and fixes for plone.restapi which are not yet released.
- `plone.restapi `_:
RESTful hypermedia API for Plone.
``cusy.cms`` also depends on the following add-ons, but does not install them by default:
- `collective.lineage `_:
Turns subfolders of a Plone site to appear as autonomous Plone sites.
Installation
------------
Install ``cusy.cms`` by adding it to your buildout::
[buildout]
...
eggs =
cusy.cms
and then running ``bin/buildout``
Contribute
----------
- Issue Tracker: https://github.com/cusyio/cusy.cms/issues
- Source Code: https://github.com/cusyio/cusy.cms
Support
-------
If you are having issues, please let us know by adding a new ticket.
License
-------
The project is licensed under the GPLv2.
Owner
- Name: cusy GmbH
- Login: cusyio
- Kind: organization
- Email: info@cusy.io
- Location: Berlin, Germany
- Website: info@cusy.io
- Twitter: cusyio
- Repositories: 7
- Profile: https://github.com/cusyio
Software consultancy solving complex problems, connecting strategy and execution, helping clients to strengthen their core competencies and flexible scaling.
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: over 1 year ago
All Time
- Total issues: 1
- Total pull requests: 1
- Average time to close issues: 1 day
- Average time to close pull requests: about 6 hours
- Total issue authors: 1
- Total pull request authors: 1
- Average comments per issue: 0.0
- Average comments per pull request: 1.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- thomasmassmann (1)
Pull Request Authors
- thomasmassmann (1)
Top Labels
Issue Labels
enhancement (1)
Pull Request Labels
enhancement (1)
Dependencies
requirements.txt
pypi
- setuptools *
- zc.buildout *
setup.py
pypi
- collective.behavior.banner *
- collective.easyform *
- collective.lineage *
- cusy.exportimport *
- cusy.patches.cmfplone *
- cusy.restapi.easyform *
- cusy.restapi.info *
- cusy.restapi.patches *
- lineage.controlpanels *
- lineage.registry *
- lineage.themeselection *
- plone.restapi *
- setuptools *
- z3c.jbot *
.github/workflows/ci.yml
actions
- actions/cache v2 composite
- actions/checkout v2 composite
- actions/setup-python v2 composite
- codecov/codecov-action v1 composite