From aee245034111188501fdc2e26f97c6f908d4ee6d Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Tue, 25 Sep 2012 12:26:45 +0200 Subject: [PATCH] Fix a broken footnote. (Caused a 500 on the page.) --- pages/project_description.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/project_description.rst b/pages/project_description.rst index 64796f5c..74f2db7b 100644 --- a/pages/project_description.rst +++ b/pages/project_description.rst @@ -32,7 +32,7 @@ The Radicale Project is mainly a calendar and contact server, giving local and distant access for reading, creating, modifying and deleting multiple calendars through simplified CalDAV and CardDAV protocols. -Data can be encrypted by SSL, and their access can be restricted using +Data can be encrypted by SSL, and their access can be restricted using different authentication methods. @@ -55,8 +55,8 @@ their complexity [#]_, that is why we decided not to implement the whole standard but just enough to understand some of its client-side implementations [#]_. -CalDAV and CardDAV are the best open standards available and they are quite widely -used by both clients and servers[#]_. We decided to use it, and we will not use +CalDAV and CardDAV are the best open standards available and they are quite widely +used by both clients and servers [#]_. We decided to use it, and we will not use another one. .. [#] Try to read :RFC:`4791`. Then try to understand it. Then try to