mirror of
https://github.com/Kozea/Radicale.git
synced 2025-07-05 17:08:29 +00:00
Update news and doc about killed twisted dependency.
This commit is contained in:
parent
013d6f476c
commit
efaf0d4595
2 changed files with 16 additions and 19 deletions
7
news.rst
7
news.rst
|
@ -2,6 +2,13 @@
|
|||
News
|
||||
======
|
||||
|
||||
Monday, January 11, 2010
|
||||
========================
|
||||
|
||||
Good news! Radicale 0.1.1 will support Sunbird 1.0, but it has another great
|
||||
feature: it has no external dependency! Twisted is no longer required for the
|
||||
git version, removing about 50 lines of code.
|
||||
|
||||
Thursday, December 31, 2009
|
||||
===========================
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
:Author: Guillaume Ayoub
|
||||
|
||||
:Date: 2009-09-01
|
||||
:Date: 2010-01-11
|
||||
|
||||
:Abstract: This document is a short description for installing and using the
|
||||
Radicale Calendar Server.
|
||||
|
@ -17,23 +17,13 @@ Installation
|
|||
Dependencies
|
||||
------------
|
||||
|
||||
Radicale is written in pure python and depends on the following librabry, that
|
||||
must be installed first:
|
||||
Radicale is written in pure python and does not depend on any librabry. It is
|
||||
known to work on Python 2.6.*.
|
||||
|
||||
- ``python-twisted-web``
|
||||
|
||||
On a Debian-based systems, you can install this packages with the following
|
||||
command, with superuser rights::
|
||||
|
||||
apt-get install python-twisted-web
|
||||
|
||||
Other Linux and \*BSD distributions should provide Twisted packages too.
|
||||
|
||||
For Windows and MacOS users, please install Python [#]_ and Twisted [#]_ thanks
|
||||
to the adequate installers. Version 2.6.\* for Python is a good choice.
|
||||
Linux users certainly have Python already installed. For Windows and MacOS
|
||||
users, please install Python [#]_ thanks to the adequate installer.
|
||||
|
||||
.. [#] `Python download page <http://python.org/download/>`_.
|
||||
.. [#] `Twisted download page <http://twistedmatrix.com/trac/wiki/Downloads>`_.
|
||||
|
||||
Radicale
|
||||
--------
|
||||
|
@ -45,10 +35,10 @@ folder of your choice.
|
|||
CalDAV Clients
|
||||
--------------
|
||||
|
||||
At this time Radicale has been tested and works fine with the latest version of
|
||||
Mozilla Sunbird (version 0.9+). More clients will be supported in the
|
||||
future. However, it may work with any calendar client which implements CalDAV
|
||||
specifications too (luck is highly recommanded).
|
||||
At this time Radicale has been tested and works fine with the latests version
|
||||
of Mozilla Sunbird (versions 0.9 and 1.0). More clients will be supported in
|
||||
the future. However, it may work with any calendar client which implements
|
||||
CalDAV specifications too (luck is highly recommanded).
|
||||
|
||||
To download Sunbird, go to the `Sunbird project website
|
||||
<http://www.mozilla.org/projects/calendar/sunbird/>`_ and choose the latest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue