113 lines
6.2 KiB
HTML
113 lines
6.2 KiB
HTML
{HEADING:SECTION:choosing_a_server:Choosing a server}
|
|
|
|
<p>You have to make one decision to get on GNU social: which server to use. If you're technically inclined and want to host your own then <a href="https://git.gnu.io/gnu/gnu-social">you can do that</a>. For everyone else there are many choices available. Many of them are listed on <a href="http://www.skilledtests.com/wiki/List_of_Independent_Statusnet_Instances">this webpage</a>.</p>
|
|
|
|
<p>If you don't want to shop around, these are some popular choices, particularly for English speakers:</p>
|
|
|
|
<ul>
|
|
<li><a href="https://quitter.se/">Quitter.se</a></li>
|
|
<li><a href="https://loadaverage.org/">LoadAverage</a></li>
|
|
<li><a href="https://quitter.no/">Quitter.no</a></li>
|
|
</ul>
|
|
|
|
<p>There is a small advantage in choosing either a local server or a server where you already know people. Every server has a user directory that lists all the accounts registered there. This can make it easier for others to stumble across you.</p>
|
|
|
|
<p>Although there are many GNU social servers not all of them allow members of the public to create new accounts. The administrator of each server can turn this feature on or off.</p>
|
|
|
|
|
|
|
|
{HEADING:SECTION:registering:Registering an account}
|
|
|
|
<p>In this example we will use <a href="https://quitter.no/">Quitter.no</a>, which allows new users to register freely. This server looks very similar to Twitter because it is using a plugin called <a href="https://git.gnu.io/h2p/Qvitter">Qvitter</a>. If you don't like the appearance then you can simply pick a different server.</p>
|
|
|
|
<p>It has a Sign Up section on the bottom-left of the home page. Enter your basic information and click <i>Sign up to Quitter.no</i>:</p>
|
|
|
|
<a href="{RES:qno_signup.jpg}">
|
|
<img src="{RES:qno_signup_small.jpg}" alt="Sign Up section of quitter.no" class="figure" />
|
|
</a>
|
|
|
|
<p>You will be prompted for extra information:<p>
|
|
|
|
<a href="{RES:qno_signup_details.png}">
|
|
<img src="{RES:qno_signup_details_small.png}" alt="Sign Up Details section of quitter.no" class="figure" />
|
|
</a>
|
|
|
|
<p>Your nickname is the main name for your account. You won't be able to change it so choose carefully. You can also set a "Full Name" that appears on your profile and alongside your notices. Don't feel obligated to use any real information—anonymous and pseudonymous users are very welcome on GNU social.</p>
|
|
|
|
<p>A working email address is normally required for account verification. You can use it to receive email notifications too.</p>
|
|
|
|
<p>Choose a good password. As always it is a good idea to use a password that you don't use anywhere else. Free software like <a href="https://www.keepassx.org/">KeePassX</a> can help you generate and remember your passwords.</p>
|
|
|
|
<p>Press the <i>Sign up to Quitter.no</i> button. You can start using your account right away but you should confirm your email address when the email comes through.</p>
|
|
|
|
<p>Congratulations! You're on GNU social!</p>
|
|
|
|
|
|
|
|
{HEADING:SECTION:publishing:Publishing a notice}
|
|
|
|
<p>Depending on which server you're using you might see something different once you log in. Here are two examples:</p>
|
|
|
|
<a href="{RES:send_example_1.png}">
|
|
<img src="{RES:send_example_1_small.png}" alt="Publishing a notice on a standard server" class="figure" />
|
|
</a>
|
|
<a href="{RES:send_example_2.png}">
|
|
<img src="{RES:send_example_2_small.png}" alt="Publishing a notice on a Qvitter server" class="figure" />
|
|
</a>
|
|
|
|
<p>In both cases you have a text box to type a message. Click inside it, type a notice, then click <i>Send</i> to publish it to your followers.</p>
|
|
|
|
|
|
|
|
{HEADING:SECTION:account_names:Referring to your account}
|
|
|
|
<p>For somebody else to find you on GNU social you need to give them two pieces of information:</p>
|
|
|
|
<ol>
|
|
<li>What server you're on—for example, <i>quitter.no</i></li>
|
|
<li>Your account name. That's the one starting with an <i>@</i>—for example, <i>@fred</i>
|
|
</ol>
|
|
|
|
<p>There are three different ways of referring to your account and they're useful at different times.</p>
|
|
|
|
{HEADING:SUBSECTION:account_profile_url:Your profile URL}
|
|
|
|
<p>If you want someone to check out your account the easiest thing is to give them a link to your profile. They don't need a GNU social account of their own. If they have one and they want to follow you they will be able to do that easily from this page.</p>
|
|
|
|
<p>To access your profile click on your name. On quitter.no it's in the top-left and looks vaguely like this:</p>
|
|
|
|
<img src="{RES:qno_profile_link.png}" alt="Link to your profile on quitter.no" class="figure" />
|
|
|
|
<p>On a more standard server you can look for something in the menu called <i>Profile</i>:</p>
|
|
|
|
<img src="{RES:taslug_profile_link.png}" alt="Link to your profile on a standard GNU social server" class="figure" />
|
|
|
|
<p>Either way once you get there your browser will be at a URL that looks similar to this:</p>
|
|
|
|
<p><tt>https://quitter.no/fred</tt></p>
|
|
|
|
<p>Take that URL and give it to the person who wants to see your account.</p>
|
|
|
|
|
|
{HEADING:SUBSECTION:account_email_format:Doing a remote follow}
|
|
|
|
<p>Another way to describe your account is like an email address. You write your username, move the @ from the start to the end, then write the server without any <i>http</i>s or slashes:</p>
|
|
|
|
<p><tt>fred@quitter.no</tt></p>
|
|
|
|
<p>This is what you need to type in if you are doing a Remote Follow—that is, following someone on a different server from you. More about that in a later section: {LINK:remote_follow}.</p>
|
|
|
|
|
|
|
|
{HEADING:SUBSECTION:account_at_format:Writing notices}
|
|
|
|
<p>If you're writing a notice and want to mention another user simply tag their account with an @ like this: <i>@fred - Have you met @sandra? She's a colleague of mine.</i></p>
|
|
|
|
<p>You might be thinking that the server part is missing. You're right! But GNU social is clever. If you use an @ tag in a notice it assumes you must be talking about someone you follow. It looks through its database to find which account has that name and fills out the server part behind the scenes.</p>
|
|
|
|
|
|
{HEADING:SECTION:getting_started_next_steps:Next steps}
|
|
|
|
<p>In this part you signed up for GNU social and sent your first notice. This will quickly get boring unless you find some other people to follow. The next part describes the different ways you can explore the GNU social network and see what everyone else is saying.</p>
|
|
|