From fee76da64568cfa787ee608953aaf10d541e1ca4 Mon Sep 17 00:00:00 2001 From: Matthieu Lalonde Date: Fri, 9 Nov 2012 16:57:34 -0500 Subject: [PATCH] Added content formatting in README --- README.md | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f4ee79e..653d06d 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,23 @@ # 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. +**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. +[Feedback][] is appreciated. -Currently it is only functional in Chrome. +This software is [Copyleft][] 2012 [Matthieu Lalonde][] under [LGPL][], +no guarantees whatsoever. 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 +This software is Copyleft 2012 [Matthieu Lalonde][] under [LGPL][], no guarantees whatsoever. + + + [DAAP]: http://en.wikipedia.org/wiki/Digital_Audio_Access_Protocol + "Digital Audio Access Protocol" + [Backbone.js]: http://backbonejs.org "Backbone.js" + [jQuery]: http://jquery.com + [Bootstrap]: http://twitter.github.com/bootstrap/ "Twitter Bootstrap" + [Feedback]: https://matth.lalonde.me/contact/ + [Copyleft]: http://en.wikipedia.org/wiki/Copyleft + [Matthieu Lalonde]: https://matth.lalonde.me + [LGPL]: http://www.gnu.org/copyleft/lesser.html \ No newline at end of file