2016-12-08 05:01:48 +01:00
|
|
|
|
# Glossary
|
|
|
|
|
Several terms will be used in Zulip conversation. Here are some common terms that you should know.
|
|
|
|
|
|
|
|
|
|
### administrator
|
2017-01-05 23:04:06 +01:00
|
|
|
|
|
|
|
|
|
**Administrators** have special privileges that allow them to control
|
|
|
|
|
the settings and customizations of the realms that they own, including
|
|
|
|
|
the ability to deactivate and reactivate other human and bot users,
|
|
|
|
|
delete streams, add/remove administrator privileges, as well as change
|
|
|
|
|
configuration for the overall realm (e.g. whether an invitation is
|
|
|
|
|
required to join the realm).
|
|
|
|
|
|
2016-12-08 05:01:48 +01:00
|
|
|
|
### bot
|
2017-01-05 23:04:06 +01:00
|
|
|
|
|
|
|
|
|
Zulip **bots** are often used for integrations to send automated
|
|
|
|
|
messages to users and can do everything a normal user in the realm can
|
|
|
|
|
do with a few exceptions (e.g. a bot cannot login to the web
|
|
|
|
|
application or create other bots).
|
|
|
|
|
|
2016-12-08 05:01:48 +01:00
|
|
|
|
### chevron
|
2017-01-05 23:04:06 +01:00
|
|
|
|
|
|
|
|
|
A **chevron** is a small downward-facing arrow
|
2017-01-06 01:06:27 +01:00
|
|
|
|
(<i class="icon-vector-chevron-down"></i>) icon next to a
|
2017-01-05 23:04:06 +01:00
|
|
|
|
message’s timestamp that appears upon hover, offering contextual
|
|
|
|
|
options when clicked on, such as **View Source**, **Reply**,
|
|
|
|
|
**Collapse**, **Mute [this topic]**, and **Link to this
|
|
|
|
|
conversation**.
|
|
|
|
|
|
2016-12-08 05:01:48 +01:00
|
|
|
|
### compose box
|
2017-01-05 23:04:06 +01:00
|
|
|
|
|
|
|
|
|
The **compose box** is the area where you input the content of your
|
|
|
|
|
message when you send stream or private messages. The compose box
|
|
|
|
|
features several features that can help you compose your message, such
|
|
|
|
|
as the **Emojis**, **Attach files**, **Formatting**, and **Preview**
|
|
|
|
|
features.
|
|
|
|
|
|
2016-12-08 05:01:48 +01:00
|
|
|
|
### customization
|
2017-01-05 23:04:06 +01:00
|
|
|
|
|
|
|
|
|
**Customization** is the process of modifying Zulip's settings to fit
|
|
|
|
|
a user's set of personal preferences. Users can customize their Zulip
|
2017-01-06 01:06:27 +01:00
|
|
|
|
settings by clicking the cog (<i class="icon-vector-cog"></i>) in
|
2017-01-05 23:04:06 +01:00
|
|
|
|
the upper right corner of the right sidebar and choose **Settings**
|
|
|
|
|
from the dropdown menu.
|
|
|
|
|
|
2016-12-08 05:01:48 +01:00
|
|
|
|
### emoji
|
2017-01-05 23:04:06 +01:00
|
|
|
|
|
|
|
|
|
An **emoji** is a small image used to express an idea or emotion in a
|
|
|
|
|
conversation. Emojis can be included in Zulip messages by enclosing an
|
|
|
|
|
emoji phrase (a complete list of emojis can be found
|
|
|
|
|
[here](http://www.webpagefx.com/tools/emoji-cheat-sheet/)) in colons
|
|
|
|
|
or clicking the **smiley face**
|
2017-01-06 01:06:27 +01:00
|
|
|
|
(<i class="icon-vector-smile"></i>) icon below the
|
2017-01-05 23:04:06 +01:00
|
|
|
|
compose box.
|
|
|
|
|
|
2016-12-08 05:01:48 +01:00
|
|
|
|
### home
|
2017-01-05 23:04:06 +01:00
|
|
|
|
|
|
|
|
|
**Home** is a specific view (or filter) that shows all messages to the
|
|
|
|
|
user's subscribed streams and all of the user's private messages in
|
|
|
|
|
chronological order. This view is accessible by clicking the **Home**
|
|
|
|
|
link or Zulip icon in the upper left sidebar or pressing the escape
|
|
|
|
|
key.
|
|
|
|
|
|
2016-12-08 05:01:48 +01:00
|
|
|
|
### integration
|
2017-01-05 23:04:06 +01:00
|
|
|
|
|
|
|
|
|
An **integration** is a tool that combines Zulip with another service
|
|
|
|
|
or application. Zulip offers a variety of integrations for version
|
|
|
|
|
control, issue tracker, CI system, monitoring tools, and other tools
|
|
|
|
|
used for development. The three types of integrations that Zulip
|
|
|
|
|
supports are webhook integrations, Python script integrations, and
|
|
|
|
|
plugin integrations.
|
|
|
|
|
|
2016-12-08 05:01:48 +01:00
|
|
|
|
### mention
|
2017-01-05 23:04:06 +01:00
|
|
|
|
|
|
|
|
|
To **mention** users in Zulip, you have to type `@` and their email
|
|
|
|
|
addresses or usernames for auto-completions in your compose box. The
|
|
|
|
|
users will be mentioned in your message as `@**username**`, and they
|
|
|
|
|
will be notified of your message. Users can see all messages they've
|
|
|
|
|
been mentioned in through the **@-mentions** link in the left sidebar
|
|
|
|
|
or by using **is:mentioned** as a narrow or a search constraint.
|
|
|
|
|
|
2016-12-08 05:01:48 +01:00
|
|
|
|
### message editing
|
2017-01-05 23:04:06 +01:00
|
|
|
|
|
|
|
|
|
If enabled by an administrator, users can utilize **message editing**
|
|
|
|
|
for a few minutes after posting a message to edit the content of their
|
|
|
|
|
recently-posted message by hovering to the right of their message's
|
|
|
|
|
timestamp and clicking the pencil
|
2017-01-06 01:06:27 +01:00
|
|
|
|
(<i class="icon-vector-pencil"></i>) icon that appears. Zulip
|
2017-01-05 23:04:06 +01:00
|
|
|
|
labels edited messages with **(EDITED)** next to the username of the
|
|
|
|
|
message writer.
|
|
|
|
|
|
2016-12-08 05:01:48 +01:00
|
|
|
|
### muting
|
2017-01-05 23:04:06 +01:00
|
|
|
|
|
|
|
|
|
**Muting** a topic or stream allows a user to stop being notified of
|
|
|
|
|
messages sent to the specified topic or stream. This can be
|
|
|
|
|
activated by clicking the corresponding chevron of the stream or
|
|
|
|
|
topic and selecting **Mute the [stream/topic] [stream/topic name]**
|
|
|
|
|
from the dropdown that appears.
|
|
|
|
|
|
2016-12-08 05:01:48 +01:00
|
|
|
|
### narrowing
|
2017-01-05 23:04:06 +01:00
|
|
|
|
|
|
|
|
|
**Narrowing** a topic or stream will cause you to only see the
|
|
|
|
|
messages of that particular stream or topic. This can be activated by
|
|
|
|
|
clicking the corresponding chevron of the stream or topic and
|
|
|
|
|
selecting **Narrow to [stream/topic] [stream/topic name]** from the
|
|
|
|
|
dropdown that appears or clicking the stream or topic of a set of
|
|
|
|
|
messages.
|
|
|
|
|
|
2016-12-08 05:01:48 +01:00
|
|
|
|
### notification
|
2017-01-05 23:04:06 +01:00
|
|
|
|
|
|
|
|
|
**Notifications** are messages that appear notifying Zulip users about
|
|
|
|
|
important events in the realm, such as being mentioned in another
|
|
|
|
|
user's message or the creation of a stream. Notifications can be sent
|
|
|
|
|
as emails or browser/desktop notifications, often accompanied by an
|
|
|
|
|
alert sound.
|
|
|
|
|
|
2016-12-08 05:01:48 +01:00
|
|
|
|
### pinning
|
2017-01-05 23:04:06 +01:00
|
|
|
|
|
|
|
|
|
**Pinning** a stream will move that particular stream above other
|
|
|
|
|
streams in the Streams section in the left sidebar. You can pin a
|
|
|
|
|
stream by clicking the chevron of the corresponding stream and
|
|
|
|
|
clicking **Pin stream [stream] to top** from the dropdown the appears.
|
|
|
|
|
|
2016-12-08 05:01:48 +01:00
|
|
|
|
### private message
|
2017-01-05 23:04:06 +01:00
|
|
|
|
|
|
|
|
|
**Private messages** are either **one-on-one** or **group**
|
|
|
|
|
conversations. They can only be seen by users participating in the
|
|
|
|
|
message. To send a private messages to a user, users can search for
|
|
|
|
|
the username or email address.
|
|
|
|
|
|
2016-12-08 05:01:48 +01:00
|
|
|
|
### private stream
|
2017-01-05 23:04:06 +01:00
|
|
|
|
|
|
|
|
|
**Private streams** are for confidential discussions and are only
|
|
|
|
|
visible to users who've been invited to subscribe to them.
|
|
|
|
|
|
2016-12-08 05:01:48 +01:00
|
|
|
|
### public stream
|
2017-01-05 23:04:06 +01:00
|
|
|
|
|
|
|
|
|
**Public streams** are for open discussions. All users can subscribe
|
|
|
|
|
to public streams and discuss there.
|
|
|
|
|
|
2016-12-08 05:01:48 +01:00
|
|
|
|
### realm
|
2017-01-05 23:04:06 +01:00
|
|
|
|
|
|
|
|
|
A **realm** is a Zulip organization hosted on a domain. Each realm is
|
|
|
|
|
a private chamber with its own users, streams, customizations,
|
|
|
|
|
etc. Administrators manage the realm, controlling the specific
|
|
|
|
|
settings of the realms that they own.
|
|
|
|
|
|
2016-12-08 05:01:48 +01:00
|
|
|
|
### recipient bar
|
2017-01-05 23:04:06 +01:00
|
|
|
|
|
|
|
|
|
The **recipient bar** is a visual indication of the context of a
|
|
|
|
|
message or group of messages, displaying the stream and topic or
|
|
|
|
|
private message recipient list, at the top of a group of messages.
|
|
|
|
|
|
2016-12-08 05:01:48 +01:00
|
|
|
|
### starring
|
2017-01-05 23:04:06 +01:00
|
|
|
|
|
|
|
|
|
Zulip allows users to mark any important messages they receive as
|
|
|
|
|
**starred** by hovering over the area next to the message's timestamp
|
2017-01-06 01:06:27 +01:00
|
|
|
|
and clicking the star (<i class="icon-vector-star-empty"></i>) icon
|
2017-01-05 23:04:06 +01:00
|
|
|
|
that appears. A user can easily access messages they’ve starred
|
|
|
|
|
through the **Starred messages** link in the left sidebar or use
|
|
|
|
|
**is:starred** as a narrow or a search constraint.
|
|
|
|
|
|
2016-12-08 05:01:48 +01:00
|
|
|
|
### stream
|
2017-01-05 23:04:06 +01:00
|
|
|
|
|
|
|
|
|
A **stream** is a channel of topics expected to fall within a certain
|
|
|
|
|
scope of content. Streams are located on the left sidebar. Streams are
|
|
|
|
|
either **public** (used for open discussions) or **private**
|
|
|
|
|
(invite-only).
|
|
|
|
|
|
2016-12-08 05:01:48 +01:00
|
|
|
|
### subscribing
|
2017-01-05 23:04:06 +01:00
|
|
|
|
|
|
|
|
|
When a user **subscribes** to a stream, the user is choosing to
|
|
|
|
|
receive all messages from the stream that they subscribed to.
|
|
|
|
|
|
2016-12-08 05:01:48 +01:00
|
|
|
|
### timestamp
|
2017-01-05 23:04:06 +01:00
|
|
|
|
|
|
|
|
|
A **timestamp** shows you the exact time when a message was posted. It
|
|
|
|
|
is located to the right of a message.
|
|
|
|
|
|
2016-12-08 05:01:48 +01:00
|
|
|
|
### topic
|
2017-01-05 23:04:06 +01:00
|
|
|
|
|
|
|
|
|
**Topics** are similar to conversation threads. Topics are used to
|
|
|
|
|
describe the general subject of the messages a user sends. Topics
|
|
|
|
|
effectively ensure sequential messages about the same thing are
|
|
|
|
|
threaded together, allowing for better consumption by users. The
|
|
|
|
|
topics of messages can be edited as well as the content of the
|
|
|
|
|
message.
|
|
|
|
|
|
2016-12-08 05:01:48 +01:00
|
|
|
|
### unsubscribing
|
2017-01-05 23:04:06 +01:00
|
|
|
|
|
|
|
|
|
When a user **unsubscribes** to a stream, the user is choosing to stop
|
|
|
|
|
receiving all messages from the stream that they unsubscribed from.
|
|
|
|
|
|
2016-12-08 05:01:48 +01:00
|
|
|
|
### view
|
2017-01-05 23:04:06 +01:00
|
|
|
|
|
|
|
|
|
A **view** is an option for viewing different kinds of messages,
|
|
|
|
|
listed in the upper left sidebar, including sections **Home**,
|
|
|
|
|
**Private messages**, **Starred messages**, and **@-mentions**. Also
|
|
|
|
|
known as **filter**.
|