From 7c8fb0a2e6911583034fdb077902c9d9bc7b77b3 Mon Sep 17 00:00:00 2001 From: Matthieu Lalonde Date: Fri, 9 Nov 2012 16:59:02 -0500 Subject: [PATCH] Added fixes in README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a936ccf..61d17a8 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,10 @@ # About DAAPr3 **DAAPr**, in its cubic iteration, is a web client for the [DAAP][] media sharing protocol. It is 100% client side javascript built using [Backbone.js][], [jQuery][] and [Bootstrap][]. + In order to expose a DAAP server, one must proxy it in front of nginx/lighttpd/apache in order to inject the CORS headers (Access-Control-Allow-Origin and the like). + # Licensing This software is [Copyleft][] 2012 [Matthieu Lalonde][] under [LGPL][], no guarantees whatsoever.