From 9f0bab2a81129ac5a1f2707c20d52a47b3cf4948 Mon Sep 17 00:00:00 2001 From: Winston Weinert Date: Thu, 10 Jul 2014 11:34:57 -0500 Subject: Update Implementations and make it a csv-table - Original PandoraSharp is XMLRPC - libpandora is XMLRPC - csv-table is easier to use ;) --- json/implementations.rst | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/json/implementations.rst b/json/implementations.rst index 99b07a0..b36ae3a 100644 --- a/json/implementations.rst +++ b/json/implementations.rst @@ -4,23 +4,20 @@ Implementations A list of open source Pandora JSON API implementations. -========================== ========================== ===================== -Name Used in client Language -========================== ========================== ===================== -libpiano_ pianobar_ C -Pandora_ Hermes_ Objective-C -`pithos.pandora`_ Pithos_ Python -PandoraSharp_ Elpis_ C# -libpandora_ `xbmc-pandora`_ Python -========================== ========================== ===================== +.. csv-table:: + :header: Name, Used in client, Language, Remarks + + libpiano_, pianobar_, C,"" + Pandora_, Hermes_, Objective-C,"" + `pithos.pandora`_, Pithos_, Python,"" + PandoraSharp_, Elpis_, C#, Not to be confused with the `original PandoraSharp`_ (uses XMLRPC) .. _libpiano: https://github.com/PromyLOPh/pianobar/tree/master/src/libpiano .. _pianobar: http://6xq.net/projects/pianobar/ -.. _PandoraSharp: http://www.justin-credible.net/Projects/PandoraSharp +.. _PandoraSharp: https://code.google.com/p/elpis-pandora-client/source/browse/#svn%2Ftrunk%2FLibs%2FPandoraSharp .. _Elpis: http://www.adamhaile.net/projects/elpis/ .. _Pandora: https://github.com/HermesApp/Hermes/tree/master/Sources/Pandora .. _Hermes: http://hermesapp.org/ .. _pithos.pandora: https://github.com/pithos/pithos/tree/master/pithos/pandora .. _Pithos: https://pithos.github.io/ -.. _libpandora: https://gitorious.org/xbmc-pandora/xbmc-pandora/source/HEAD:libpandora -.. _xbmc-pandora: https://gitorious.org/xbmc-pandora +.. _`original PandoraSharp`: http://www.justin-credible.net/Projects/PandoraSharp -- cgit v1.2.3