https://github.com/kitconcept/kitconcept.timeline
Plone Add-on to display a timeline
https://github.com/kitconcept/kitconcept.timeline
Last synced: 6 months ago
JSON representation
Plone Add-on to display a timeline
- Host: GitHub
- URL: https://github.com/kitconcept/kitconcept.timeline
- Owner: kitconcept
- Created: 2019-04-09T05:44:23.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-24T14:23:47.000Z (almost 7 years ago)
- Last Synced: 2025-03-09T23:32:09.242Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 127 KB
- Stars: 2
- Watchers: 5
- 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.timeline
==============================================================================
.. image:: https://secure.travis-ci.org/kitconcept/kitconcept.timeline.svg?branch=master
:target: http://travis-ci.org/kitconcept/kitconcept.timeline
.. image:: https://img.shields.io/pypi/status/kitconcept.timeline.svg
:target: https://pypi.python.org/pypi/kitconcept.timeline/
:alt: Egg Status
.. image:: https://img.shields.io/pypi/v/kitconcept.timeline.svg
:target: https://pypi.python.org/pypi/kitconcept.timeline
:alt: Latest Version
.. image:: https://img.shields.io/pypi/l/kitconcept.timeline.svg
:target: https://pypi.python.org/pypi/kitconcept.timeline
:alt: License
|
.. image:: https://raw.githubusercontent.com/kitconcept/kitconcept.timeline/master/kitconcept.png
:alt: kitconcept
:target: https://kitconcept.com/
kitconcept.timeline allows to create a timeline in Plone.
Features
--------
- Adds Timeline and TimeLineEntry content types (Dexterity based)
- Displays a timeline overview
Examples
--------
This add-on can be seen in action at the following sites:
- Is there a page on the internet where everybody can see the features?
Translations
------------
This product has been translated into
- German
Installation
------------
Install kitconcept.timeline by adding it to your buildout::
[buildout]
...
eggs =
kitconcept.timeline
and then running ``bin/buildout``
Contribute
----------
- Issue Tracker: https://github.com/kitconcept/kitconcept.timeline/issues
- Source Code: https://github.com/kitconcept/kitconcept.timeline
Support
-------
If you are having issues,
`please let us know `_.
If you require professional support, feel free to drop us a note at info@kitconcept.com.
Credits
-------
.. image:: https://raw.githubusercontent.com/kitconcept/kitconcept.timeline/master/dpg.png
:alt: Deutsche Physikalische Gesellschaft
:target: https://www.dpg-physik.de/
|
The development of this plugin has been kindly financed by the `Deutsche Physikalische Gesellschaft`_.
|
.. image:: https://raw.githubusercontent.com/kitconcept/kitconcept.timeline/master/kitconcept.png
:alt: kitconcept
:target: https://kitconcept.com/
Developed by `kitconcept`_.
License
-------
The project is licensed under the GPLv2.
.. _Deutsche Physikalische Gesellschaft: https://www.dpg-physik.de
.. _kitconcept: http://www.kitconcept.com/
Development
-----------
Requirements:
- Python 2.7
- Virtualenv
Setup::
make
Run Static Code Analysis::
make code-Analysis
Run Unit / Integration Tests::
make test
Run Robot Framework based acceptance tests::
make test-acceptance