From 7a3dd511bbb10370dcc54d22fae17ad417d24c28 Mon Sep 17 00:00:00 2001 From: Matthieu Lalonde Date: Fri, 9 Nov 2012 16:54:56 -0500 Subject: [PATCH] Added content to README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index e69de29..f4ee79e 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,11 @@ +# 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. + +Feedback is appreciated. + +Currently it is only functional in Chrome. + +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. \ No newline at end of file