diff -r f53281280c23 -r b394108019cd docs/README.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docs/README.txt Thu Jun 02 15:57:23 2016 +0200 @@ -0,0 +1,10 @@ +.. contents:: + + +Introduction +============ + +pyams_notify is a Pyramid/PyAMS extension package used to handle users notifications. + +It relies on a separate WebSockets server running in a distinct process (based on "pyams_notify_ws" package), +which receives users connections and subscriptions and relays server notifications.