From 3b7831db286aa14476ea9ba00430f21ff450f5ef Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Wed, 18 Aug 2010 19:06:29 +0200 Subject: [PATCH] Add Zeroconf/Avahi to roadmap --- docs/development/roadmap.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/development/roadmap.rst b/docs/development/roadmap.rst index f9588cb8..dff9a9d7 100644 --- a/docs/development/roadmap.rst +++ b/docs/development/roadmap.rst @@ -57,6 +57,8 @@ Stuff we want to do, but not right now, and maybe never - Frontends: + - Publish the server's presence to the network using `Zeroconf + `_/Avahi. - D-Bus/`MPRIS `_ - REST/JSON web service with a jQuery client as example application. Maybe based upon `Tornado `_ and `jQuery