social-doc/html/user/exploring.html

68 lines
3.9 KiB
HTML

{HEADING:SECTION:exploring:Exploring the network}
<p>To get the most out of GNU social you need to find your way around the various servers.</p>
{HEADING:SUBSECTION:exploring_timelines:The different timelines}
<p>If you've used Twitter before you're used to the <em>Home</em> timeline. This shows messages posted by people you follow. Because GNU social consists of separate servers you can browse three different timelines:</p>
<dl>
<dt>Home</dt> <dd>People you follow</dd>
<dt>Public / Public Timeline</dt> <dd>Everybody on this server</dd>
<dt>Network / The Whole Known Network</dt> <dd>Everybody that this server knows about</dd>
</dl>
<p>This is how it would look if you followed two people on the same server as you, plus two people from different servers:</p>
<a href="{RES:home-vs-public.png}">
<img src="{RES:home-vs-public.png}" alt="Difference between home and public timelines" class="figure" />
</a>
{HEADING:SECTION:following:Following}
<p>Thanks to federation it is easy to follow both people on the same server as you and on different servers. However, following someone on a different server requires a couple of extra clicks.</p>
{HEADING:SUBSECTION:local_follow:Following people on the same server}
<p>Click on their username to go to their user page. There you will find a button to follow them. It will look like one of these:</p>
<img src="{RES:subscribe-button.png}" alt="Stock GNU social subscribe button" class="figure" />
<img src="{RES:follow-button.png}" alt="Qvitter follow button" class="figure" />
<p>Click the button. Their notices will now appear in your Home timeline.</p>
{HEADING:SUBSECTION:remote_follow:Following people on other servers}
<p>First go to their user page. You can always get there by clicking on their username. This will take you to the server where that person has their account.</p>
<p>Suppose your account is on <em>quitter.no</em> and you clicked on a user who is on <em>quitter.se</em>. Your browser will now be at an address like <tt>https://quitter.se/some_user</tt>. You will not be logged in on the remote server&mdash;you're just a public visitor. Don't try to log in or create an account; it's not necessary.</p>
<p>The page might look completely different from what you're used to! Every server can have its own custom style. What you need to look for is the remote follow button. Here are three examples:</p>
<img src="{RES:remote-follow-button.png}" alt="Qvitter remote follow button" class="figure" />
<img src="{RES:subscribe-button.png}" alt="Stock GNU social subscribe button (same as for local)" class="figure" />
<img src="{RES:subscribe-loadaverage.png}" alt="LoadAverage subscribe button" class="figure" />
<p>Click on it. A box will pop up asking what your account is, in email address format. If your username is <tt>fido</tt> and your server is <tt>quitter.no</tt> you would type <tt>fido@quitter.no</tt>. Then click <em>Subscribe</em> or <em>Remote follow</em> as appropriate.</p>
<a href="{RES:remote-part-2.png}">
<img src="{RES:remote-part-2.png}" alt="Entering your address" class="figure" />
</a>
<p>You might (or might not) be taken to an intermediate screen like this one. Check the details are correct and click <em>Subscribe</em> again.</p>
<a href="{RES:remote-part-3.png}">
<img src="{RES:remote-part-3.png}" alt="Remote follow, next step" class="figure" />
</a>
<p>You will now be taken back your own server where you're logged in. You will be shown profile information about the user you are about to follow. To complete the process click the <em>Confirm</em> button. It will look something like this:</p>
<img src="{RES:confirm-stock.png}" alt="Stock confirm button" class="figure" />
<img src="{RES:confirm-qvitter.png}" alt="Quitter.no confirm button (I guess qvitter hasn't styled it)" class="figure" />
<p>You are now following that person. Notices that they post from now on will now appear in your Home timeline. If someone else on your server was already following them you might get some older ones as well.</p>