diff --git a/home.rst b/home.rst index 9d8aa3ae..f320829b 100644 --- a/home.rst +++ b/home.rst @@ -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, diff --git a/news.rst b/news.rst index a285ca63..d818ee4a 100644 --- a/news.rst +++ b/news.rst @@ -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 `_. Of course, it is also available diff --git a/project_description.rst b/project_description.rst index 3df3fae1..39155204 100644 --- a/project_description.rst +++ b/project_description.rst @@ -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 [#]_. diff --git a/technical_choices.rst b/technical_choices.rst index 4f713a9e..7d48b31f 100644 --- a/technical_choices.rst +++ b/technical_choices.rst @@ -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 `_, a - standards-compliant calendar server mainly developped by Apple. + standards-compliant calendar server mainly developed by Apple. .. [#] `Mozilla 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 `_. 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 diff --git a/user_documentation.rst b/user_documentation.rst index 07e306c9..ad512654 100644 --- a/user_documentation.rst +++ b/user_documentation.rst @@ -182,7 +182,7 @@ HTTPS support depends on the ``ssl`` module, only available from Python Moreover, python 2.6 suffers `a bug `_ 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 -------------