Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[UPD]Update screenshots and Sections #2

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified source/images/add-contact.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added source/images/add-group.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added source/images/filter-contact-name.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added source/images/filter-contact-status.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed source/images/homepage.jpg
Binary file not shown.
Binary file added source/images/homepage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed source/images/pending-contact.jpg
Binary file not shown.
Binary file added source/images/pending-contact.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed source/images/register-form.jpg
Binary file not shown.
Binary file added source/images/register-form.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed source/images/register-panel.jpg
Binary file not shown.
Binary file added source/images/register-panel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified source/images/remove-contact.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed source/images/remove_contact.png
Binary file not shown.
Binary file modified source/images/ungrouped-contact.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
59 changes: 55 additions & 4 deletions source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The Converse.js User Manual

<br/>

.. figure:: images/homepage.jpg
.. figure:: images/homepage.png
:align: right
:alt: The converse.js website

Expand All @@ -34,7 +34,7 @@ converse.js chat client.
Registering a new chat account
==============================

.. figure:: images/register-panel.jpg
.. figure:: images/register-panel.png
:align: left
:alt: The registration panel of the converse.js control box.

Expand Down Expand Up @@ -73,7 +73,7 @@ name and click the **Fetch registration form** button.

|br|

.. figure:: images/register-form.jpg
.. figure:: images/register-form.png
:align: left
:alt: The registration form for an XMPP account at conversejs.org

Expand Down Expand Up @@ -143,7 +143,26 @@ Technically, when you add someone as a contact, you're doing two things. Firstly
you are adding the contact to your *roster* (think of it as an address book) and secondly
you are asking to be notified whenever that person comes online.

.. figure:: images/pending-contact.jpg
|br|

.. figure:: images/add-group.png
:align: left
:alt: Add a groupchat in converse.js

The form for adding a new group


Add a groupchat
================
jcbrand marked this conversation as resolved.
Show resolved Hide resolved

To join a group, click the **Add a group** link in the **GroupChats** tab. This will
slide open a new dialog in which you can type the GroupChat adress of the group you'd
like to add.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like you copied this text from other parts of the user manual.

The latest versions of Converse doesn't have tabs and it uses modals, so there's nothing that "slides open", so this text needs to be updated.

Instead of "tabs", we now have "sections", the "Groupchats" section and the "Contacts" section.
And instead of a dialog that slides open, we now have a "modal" that "appears".


Once you've typed the GroupChat adress and clicked **Join**, you will see
the name of the GroupChat you added in your GroupChat list.
jcbrand marked this conversation as resolved.
Show resolved Hide resolved

.. figure:: images/pending-contact.png
:align: left
:alt: A pending contact

Expand Down Expand Up @@ -184,3 +203,35 @@ To remove a contact, hover your mouse over their name and then click on the
trash icon. You will be prompted to confirm, and if you do, the contact will no
longer be visible in your roster.

.. figure:: images/filter-contact-name.png
:align: left
:alt: Filtering a contact by name

Filtering a contact
===================

There are different ways to filter contacts :

.. figure:: images/filter-contact-name.png
:align: left
:alt: Filtering a contact by name

Filtering a contact by name

Filtering a contact by name
===========================

To filter contacts by name, simply click on the first icon in the contact group and enter
the contact's name in the'filter' text box and the list of your contacts will be filtered
according to the data you have entered.

.. figure:: images/filter-contact-status.png
:align: left
:alt: Filtering a contact by status

Filtering a contact by status

Filtering a contact by status
===========================
jcbrand marked this conversation as resolved.
Show resolved Hide resolved

To filter contacts by status, simply click on the last icon in the contact group and select in the list the relevant status and the list of your contacts will be filtered according to the status you have chosen.