1
0
Fork 0
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:
Guillaume Ayoub 2010-05-17 22:18:00 +02:00
parent 80966e769a
commit e1d3f217d9
5 changed files with 9 additions and 9 deletions

View file

@ -15,7 +15,7 @@ General description
===================
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.
The Radicale Project runs on most of the UNIX-like platforms (Linux, \*BSD,

View file

@ -37,7 +37,7 @@ First of all, we would like to thank Roger Wenham for his bugfixes and his
supercool words.
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
<http://pypi.python.org/pypi/Radicale/0.2>`_. Of course, it is also available

View file

@ -80,7 +80,7 @@ Original Calendar Store Implementation
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
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.
Radicale has no idea of most of the iCal semantics. No joke! Dates, timezones,
@ -92,7 +92,7 @@ Radicale.
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
just enough to understand some of its client-side implementations [#]_.

View file

@ -19,7 +19,7 @@ General Description
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 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,
\*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.
.. [#] `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/>`_,
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,
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
out-of-the-box, as a normal user, is often the only step to have a simple remote
calendar access.
@ -111,7 +111,7 @@ Documentation <http://www.radicale.org/user_documentation>`_.
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.
The CalDAV RFC defines what must be done, what can be done and what cannot be

View file

@ -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>`_
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
-------------