From fc2ddfe46b286cb93aaf1cfccd1d4bf507b75ccf Mon Sep 17 00:00:00 2001 From: Roy Hyunjin Han Date: Thu, 18 Apr 2013 09:25:37 -0700 Subject: [PATCH] Updated README --- README.rst | 35 +++++++++++++++++++++-------------- 1 file changed, 21 insertions(+), 14 deletions(-) diff --git a/README.rst b/README.rst index 02080ca..8f7bc34 100644 --- a/README.rst +++ b/README.rst @@ -2,12 +2,6 @@ socketIO-client =============== Here is a socket.io_ client library for Python. You can use it to write test code for your socket.io_ server. -Thanks to rod_ for the `StackOverflow question and answer`__ on which this code is based. - -Thanks to `Hiroki Ohtani`_ for websocket-client_, `Guillermo Rauch`_ for the `socket.io specification`_ and `Alexandre Bourget`_ for gevent-socketio_. - -Thanks to `Paul Kienzle`_, `Zac Lee`_, `Josh VanderLinden`_, `Ian Fitzpatrick`_, `Lucas Klein`_ for submitting code to expand support of the socket.io protocol. - Installation ------------ @@ -135,18 +129,31 @@ License This software is available under the MIT License. +Credits +------- +- `Guillermo Rauch`_ wrote the `socket.io specification`_. +- `Hiroki Ohtani`_ wrote websocket-client_. +- rod_ wrote a `prototype for a python client to a socket.io server`_ on StackOverflow. +- `Alexandre Bourget`_ wrote gevent-socketio_, which is a socket.io server written in python. +- `Paul Kienzle`_, `Zac Lee`_, `Josh VanderLinden`_, `Ian Fitzpatrick`_, `Lucas Klein`_ submitted code to expand support of the socket.io protocol. + + .. _socket.io: http://socket.io -.. _rod: http://stackoverflow.com/users/370115/rod -.. _StackOverflowQA: http://stackoverflow.com/questions/6692908/formatting-messages-to-send-to-socket-io-node-js-server-from-python-client -__ StackOverflowQA_ -.. _websocket-client: https://github.com/liris/websocket-client -.. _socket.io specification: https://github.com/LearnBoost/socket.io-spec -.. _gevent-socketio: https://github.com/abourget/gevent-socketio -.. _Hiroki Ohtani: https://github.com/liris + .. _Guillermo Rauch: https://github.com/guille +.. _socket.io specification: https://github.com/LearnBoost/socket.io-spec + +.. _Hiroki Ohtani: https://github.com/liris +.. _websocket-client: https://github.com/liris/websocket-client + +.. _rod: http://stackoverflow.com/users/370115/rod +.. _prototype for a python client to a socket.io server: http://stackoverflow.com/questions/6692908/formatting-messages-to-send-to-socket-io-node-js-server-from-python-client + .. _Alexandre Bourget: https://github.com/abourget +.. _gevent-socketio: https://github.com/abourget/gevent-socketio + .. _Paul Kienzle: https://github.com/pkienzle +.. _Zac Lee: https://github.com/zratic .. _Josh VanderLinden: https://github.com/codekoala .. _Ian Fitzpatrick: https://github.com/GraphEffect -.. _Zac Lee: https://github.com/zratic .. _Lucas Klein: https://github.com/lukashed