2012-12-04 16:35:39 +01:00
{% extends "zephyr/portico.html" %}
{# New user tutorial standin. #}
{% block portico_content %}
< div class = "row-fluid" >
< div class = "span8" style = "font-size: 110%" >
2013-04-11 19:39:54 +02:00
< h1 > Hello, and welcome!< / h1 >
< ul class = "breadcrumb" >
< li > < a href = "/" > Home< / a > < span class = "divider" > /< / span > < / li >
< li class = "active" > New user guide< / li >
< / ul >
2012-12-04 16:35:39 +01:00
2012-12-04 18:59:17 +01:00
< p > Humbug is a little different than some chat systems you may have already
2012-12-04 16:35:39 +01:00
used.< br / >
Here's what you need to know:< / p >
< ul >
< li > Every message has a < b > stream< / b > and a < b > subject< / b > < / li >
< li > A stream is kind of like a mailing list -- it represents a group of people -- and anyone can < i > subscribe< / i > to a stream and start getting traffic there< / li >
< li > A subject, on the other hand, is what the message is < i > actually about< / i > < / li >
< li > (You can, of course, send private messages.)< / li >
< li > All of these are displayed simultaneously, in an interleaved way, chronologically< / li >
2013-04-23 00:23:27 +02:00
< li > Time flows down< / li >
2012-12-04 16:35:39 +01:00
< / ul >
< p > This means we can have a conversation about git, jQuery,
fundraising, where to go to lunch, and a message from your commit bot
all simultaneously--without it getting unmanageable.< / p >
2012-12-04 18:59:17 +01:00
< h3 > Let's take a look< / h3 >
< p >
2013-01-30 21:44:52 +01:00
< img class = "screenshot" src = "/static/images/streams-example.png" >
2012-12-04 16:35:39 +01:00
< / p >
< p > Here, we have three conversations occurring simultaneously:< / p >
< ul >
< li > One on stream "humbug" with subject "Lunch", about where to go to lunch< / li >
< li > One on stream "humbug" with subject "Humbug testers", about early beta testers< / li >
< li > One automated notification on stream "commits", about a commit made to the repository< / li >
< / ul >
< h3 > Some things to know< / h3 >
< ul >
< li > "Enter" will start a reply to the message with the blue line by it (in the example above, the one with subject "Humbug testers")< / li >
< li > When you send the reply, it will appear at the very bottom of the stream (not directly below the message you reply to)< / li >
2013-04-23 00:23:27 +02:00
< li > We have mobile apps, an API, and integrations with many popular services< / li >
2012-12-04 16:35:39 +01:00
< / ul >
2013-02-07 20:58:49 +01:00
< h3 > You're ready to go!< / h3 >
< p > If you have any feedback, please, < a href = "mailto:support@humbughq.com" > send it our way< / a > !< / p >
2012-12-04 16:35:39 +01:00
< / div >
{% endblock %}