mirror of
https://github.com/Kozea/Radicale.git
synced 2025-07-05 17:08:29 +00:00
Fix typos, thank you Sven!
This commit is contained in:
parent
80966e769a
commit
e1d3f217d9
5 changed files with 9 additions and 9 deletions
2
home.rst
2
home.rst
|
@ -15,7 +15,7 @@ General description
|
||||||
===================
|
===================
|
||||||
|
|
||||||
The Radicale Project aims to be a light solution, easy to use, easy to install,
|
The Radicale Project aims to be a light solution, easy to use, easy to install,
|
||||||
easy to configure. As a consequence, it requires few software dependances and
|
easy to configure. As a consequence, it requires few software dependencies and
|
||||||
is pre-configured to work out-of-the-box.
|
is pre-configured to work out-of-the-box.
|
||||||
|
|
||||||
The Radicale Project runs on most of the UNIX-like platforms (Linux, \*BSD,
|
The Radicale Project runs on most of the UNIX-like platforms (Linux, \*BSD,
|
||||||
|
|
2
news.rst
2
news.rst
|
@ -37,7 +37,7 @@ First of all, we would like to thank Roger Wenham for his bugfixes and his
|
||||||
supercool words.
|
supercool words.
|
||||||
|
|
||||||
You may have noticed that Sunbird 1.0 has not been released, but according to
|
You may have noticed that Sunbird 1.0 has not been released, but according to
|
||||||
the Mozilla developpers, 1.0pre is something like a final version.
|
the Mozilla developers, 1.0pre is something like a final version.
|
||||||
|
|
||||||
You may have noticed too that Radicale can be `downloaded from PyPI
|
You may have noticed too that Radicale can be `downloaded from PyPI
|
||||||
<http://pypi.python.org/pypi/Radicale/0.2>`_. Of course, it is also available
|
<http://pypi.python.org/pypi/Radicale/0.2>`_. Of course, it is also available
|
||||||
|
|
|
@ -80,7 +80,7 @@ Original Calendar Store Implementation
|
||||||
|
|
||||||
Radicale stores iCal files, and nothing else. No easy way to store anything
|
Radicale stores iCal files, and nothing else. No easy way to store anything
|
||||||
else, as our iCal library does not know anything of the iCal norm: it just
|
else, as our iCal library does not know anything of the iCal norm: it just
|
||||||
recieves iCal strings from the client and stores it after a really minimal
|
receives iCal strings from the client and stores it after a really minimal
|
||||||
parsing.
|
parsing.
|
||||||
|
|
||||||
Radicale has no idea of most of the iCal semantics. No joke! Dates, timezones,
|
Radicale has no idea of most of the iCal semantics. No joke! Dates, timezones,
|
||||||
|
@ -92,7 +92,7 @@ Radicale.
|
||||||
Original Calendar Access Protocol
|
Original Calendar Access Protocol
|
||||||
---------------------------------
|
---------------------------------
|
||||||
|
|
||||||
CalDAV is not a perfect protocol. We think that its main default is its
|
CalDAV is not a perfect protocol. We think that its main problem is its
|
||||||
complexity [#]_, that is why we decided not to implement the whole standard but
|
complexity [#]_, that is why we decided not to implement the whole standard but
|
||||||
just enough to understand some of its client-side implementations [#]_.
|
just enough to understand some of its client-side implementations [#]_.
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@ General Description
|
||||||
|
|
||||||
The Radicale Project aims to be a light solution, easy to use, easy to
|
The Radicale Project aims to be a light solution, easy to use, easy to
|
||||||
install, easy to configure. As a consequence, it requires few software
|
install, easy to configure. As a consequence, it requires few software
|
||||||
dependances and is pre-configured to work out-of-the-box.
|
dependencies and is pre-configured to work out-of-the-box.
|
||||||
|
|
||||||
The Radicale Project runs on most of the UNIX-like platforms (Linux,
|
The Radicale Project runs on most of the UNIX-like platforms (Linux,
|
||||||
\*BSD, MacOS X) and Windows. It is free and open-source software.
|
\*BSD, MacOS X) and Windows. It is free and open-source software.
|
||||||
|
@ -81,7 +81,7 @@ supports the CalDAV implementation of different clients (only Sunbird 0.9+
|
||||||
contents and calendars sharing server build to support the Chandler Project.
|
contents and calendars sharing server build to support the Chandler Project.
|
||||||
|
|
||||||
.. [#] `Darwin Calendar Server <http://trac.calendarserver.org/>`_, a
|
.. [#] `Darwin Calendar Server <http://trac.calendarserver.org/>`_, a
|
||||||
standards-compliant calendar server mainly developped by Apple.
|
standards-compliant calendar server mainly developed by Apple.
|
||||||
|
|
||||||
.. [#] `Mozilla Sunbird <http://www.mozilla.org/projects/calendar/sunbird/>`_,
|
.. [#] `Mozilla Sunbird <http://www.mozilla.org/projects/calendar/sunbird/>`_,
|
||||||
a cross-platform calendar client built upon Mozilla Toolkit.
|
a cross-platform calendar client built upon Mozilla Toolkit.
|
||||||
|
@ -98,7 +98,7 @@ Simple
|
||||||
The Radicale Server is designed to be simple to install, simple to configure,
|
The Radicale Server is designed to be simple to install, simple to configure,
|
||||||
simple to use.
|
simple to use.
|
||||||
|
|
||||||
The installation is very easy, particularly with Linux: no dependances, no
|
The installation is very easy, particularly with Linux: no dependencies, no
|
||||||
superuser rights needed, no configuration required. Launching the main script
|
superuser rights needed, no configuration required. Launching the main script
|
||||||
out-of-the-box, as a normal user, is often the only step to have a simple remote
|
out-of-the-box, as a normal user, is often the only step to have a simple remote
|
||||||
calendar access.
|
calendar access.
|
||||||
|
@ -111,7 +111,7 @@ Documentation <http://www.radicale.org/user_documentation>`_.
|
||||||
Lazy
|
Lazy
|
||||||
~~~~
|
~~~~
|
||||||
|
|
||||||
We, Radicale Project developpers, are lazy. That is why we have chosen Python:
|
We, Radicale Project developers, are lazy. That is why we have chosen Python:
|
||||||
no more ``;`` or ``{}`` [#]_. This is also why our server is lazy.
|
no more ``;`` or ``{}`` [#]_. This is also why our server is lazy.
|
||||||
|
|
||||||
The CalDAV RFC defines what must be done, what can be done and what cannot be
|
The CalDAV RFC defines what must be done, what can be done and what cannot be
|
||||||
|
|
|
@ -182,7 +182,7 @@ HTTPS support depends on the ``ssl`` module, only available from Python
|
||||||
|
|
||||||
Moreover, python 2.6 suffers `a bug <http://bugs.python.org/issue5103>`_
|
Moreover, python 2.6 suffers `a bug <http://bugs.python.org/issue5103>`_
|
||||||
causing huge timeout problems with SSL. No workaround will be added in
|
causing huge timeout problems with SSL. No workaround will be added in
|
||||||
Radicale, please ask the Python developpers for a fix or use Python 3.x.
|
Radicale, please ask the Python developers for a fix or use Python 3.x.
|
||||||
|
|
||||||
Crypt Support
|
Crypt Support
|
||||||
-------------
|
-------------
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue