From ec0a6a8db8aa171f6ddbb437bfc8e1d37768f706 Mon Sep 17 00:00:00 2001 From: Paul Colomiets Date: Sat, 4 Aug 2012 02:18:27 +0300 Subject: [PATCH] Couple of README updates --- README.rst | 13 +++++++++---- examples/tabbedchat/README.rst | 2 ++ 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 078acba..8c4a325 100644 --- a/README.rst +++ b/README.rst @@ -25,10 +25,15 @@ Use it for: * Ajax * WebSockets -Don't use it for: - * Serving static - * File uploads - * Huge full-blown web pages (maybe) + +Resources +--------- + +* Home page: http://zerogw.com +* Mailing list: http://groups.google.com/group/zerogw +* Documentation: http://docs.zerogw.com +* Online chat example: http://tabbedchat.zerogw.com + Installing ---------- diff --git a/examples/tabbedchat/README.rst b/examples/tabbedchat/README.rst index 1e8220b..44b7147 100644 --- a/examples/tabbedchat/README.rst +++ b/examples/tabbedchat/README.rst @@ -13,6 +13,8 @@ Which runs multiple processes of python and zerogw, to show how it could be scaled. But you need to turn sockets into tcp ones to scale it to multiple machines, and also fix redis config which is awfully slow for testing purposes. +You can also find this chat online at http://tabbedchat.zerogw.com + Hacking Remarks ---------------