[Freedombox-pkg-team] Bug#833569: plinth: Should explain how to connect to radicale

Petter Reinholdtsen pere at hungry.com
Sat Aug 6 07:38:54 UTC 2016


Package: plinth
Version: 0.9.4-2
Tags: patch

When enabling radicale on your FreedomBox, there is no explanation in
the web interface on how to get access to the radicale service.  I
propose to add it to the service description, perhaps something like
this?  I'm not quite sure how to use radicale yet, so I did not dare to
commit this change directly without reviews.

diff --git a/plinth/modules/radicale/__init__.py b/plinth/modules/radicale/__init__.py
index 7ab5e8f..45d13e7 100644
--- a/plinth/modules/radicale/__init__.py
+++ b/plinth/modules/radicale/__init__.py
@@ -49,6 +49,11 @@ description = [
           '#idcaldav-and-carddav-clients"> supported client application</a> '
           'is needed. Radicale can be accessed by any user with a {box_name} '
           'login.'), box_name=_(cfg.box_name)),
+
+    format_lazy(
+        _('Point the DAV clients to <a href="/radicale">/radicale</a> to get '
+          'access to the calendar and address book data.'),
+        box_name=_(cfg.box_name)),
 ]
 
 
-- 
Happy hacking
Petter Reinholdtsen



More information about the Freedombox-pkg-team mailing list