From d89186a76bd682b4d885e66e85f2e2a944a57958 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mar 12 2016 08:15:47 +0000 Subject: Adjust documentation based on the feedback from Ralph --- diff --git a/doc/first_steps.rst b/doc/first_steps.rst index d1fe76e..cdb42e4 100644 --- a/doc/first_steps.rst +++ b/doc/first_steps.rst @@ -9,7 +9,7 @@ Login to pagure or create your account Pagure has its own user account system. -For instances of pagure such as the one in `pagure.io `_ +For instances of pagure such as the one at `pagure.io `_ where the authentication is delegated to a third party (in the case of pagure.io, the Fedora Account System) via OpenID, the local user account is created upon login. @@ -39,7 +39,7 @@ If you have never generated a ssh key, you can do so by running: ssh-keygen -or for example on GNOME using the application ``seahorse``. +or alternatively on GNOME using the application ``seahorse``. This will create two files in ``~/.ssh/`` (``~`` is the symbol for your home folder). diff --git a/doc/overview.rst b/doc/overview.rst index bc14f8b..cc4e06b 100644 --- a/doc/overview.rst +++ b/doc/overview.rst @@ -83,6 +83,11 @@ someone is viewing it. For example, while you are reading a ticket if someone comments on it, the comment will automatically show up on the page without the need for you to reload the entire page. +The flow is: the main pagure server does an action, sends a message over +redis, the eventsource server picks it up and send it to the browsers waiting +for it, then javascript code is executed to refresh the page based on the +information received. + Pagure web-hook Server ------------------------- @@ -93,3 +98,7 @@ This is the second notifications system in pagure with `fedmsg