From 952b5098cd84cb022acd02ce361b0e35638cc57a Mon Sep 17 00:00:00 2001 From: JC Brand Date: Mon, 22 Jun 2015 14:47:53 +0200 Subject: [PATCH] Small improvements to quickstart text. --- docs/source/quickstart.rst | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/source/quickstart.rst b/docs/source/quickstart.rst index 5d313a281..c2857a200 100644 --- a/docs/source/quickstart.rst +++ b/docs/source/quickstart.rst @@ -22,14 +22,14 @@ tags: You need to initialize Converse.js with configuration settings according to your requirements. -Please refer to the :ref:`configuration-variables` section further below for info on -all the available configuration settings. +Please refer to the :ref:`configuration-variables` section for info on all the available configuration settings. -To configure Converse.js, put the following inline Javascript code at the +To configure and initialize Converse.js, put the following inline Javascript code at the bottom of your page (after the closing ** element). .. code-block:: javascript + The `index.html `_ file inside the Converse.js repository may serve as a nice usable example. -These minified files provide the same demo-like functionality as is available +These minified `.js` and `.css` files provide the same demo-like functionality as is available on the `conversejs.org `_ website. Useful for testing or demoing. -You'll most likely want to implement some kind of single persistent session solution for +You'll most likely want to implement some kind of persistent single-session solution for your website, where users authenticate once in your website and then stay logged in to their XMPP session upon the next page reload.