icalendar/README.rst

34 wiersze
1.1 KiB
ReStructuredText
Czysty Zwykły widok Historia

2011-08-17 21:40:23 +00:00
==========================================================
Internet Calendaring and Scheduling (iCalendar) for Python
==========================================================
The `icalendar`_ package is a parser/generator of iCalendar files for use
with Python.
----
:Code: http://github.com/collective/icalendar
2011-08-24 21:18:36 +00:00
:Mailing list: http://github.com/collective/icalendar/issues
:Dependencies: There are no other dependencies.
:Tested with: Python 2.4 - 2.7
:License: ???
----
2011-08-17 21:40:23 +00:00
2011-08-24 21:18:36 +00:00
About this fork which is not a fork anymore
===========================================
2011-08-17 21:45:55 +00:00
2011-08-24 21:18:36 +00:00
Aim of this fork was to bring this package up to date with latest icalendar
`RFC`_ specification as part of `plone.app.event`_ project which goal is to
bring recurrent evens to `Plone`_.
2011-08-17 21:40:23 +00:00
2011-08-24 21:18:36 +00:00
After some thoughts we (Plone developers involved with `plone.app.event`_) send
a suggestion to icalendar-dev@codespeak.net to take owner the maintanancea.
2011-08-17 21:40:23 +00:00
.. _`icalendar`: http://pypi.python.org/pypi/icalendar
.. _`plone.app.event`: http://github.com/collective/plone.app.event
.. _`Plone`: http://plone.org
2011-08-24 21:18:36 +00:00
.. _`RFC`: http://www.ietf.org/rfc/rfc5545.txt