summaryrefslogtreecommitdiff
path: root/json
diff options
context:
space:
mode:
authorWinston Weinert <winston@ml1.net>2014-07-10 11:34:57 -0500
committerWinston Weinert <winston@ml1.net>2014-07-10 11:34:57 -0500
commit9f0bab2a81129ac5a1f2707c20d52a47b3cf4948 (patch)
tree3d4d5695a28b6e9c7fbb88eacd69235f7fa5b855 /json
parentf870fa7088b1a317cb0cf3c3c2a0cc6a22a3cc47 (diff)
downloadpandora-apidoc-9f0bab2a81129ac5a1f2707c20d52a47b3cf4948.tar.gz
pandora-apidoc-9f0bab2a81129ac5a1f2707c20d52a47b3cf4948.tar.bz2
pandora-apidoc-9f0bab2a81129ac5a1f2707c20d52a47b3cf4948.zip
Update Implementations and make it a csv-table
- Original PandoraSharp is XMLRPC - libpandora is XMLRPC - csv-table is easier to use ;)
Diffstat (limited to 'json')
-rw-r--r--json/implementations.rst21
1 files 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