]> git.0d.be Git - empathy.git/blob - help/C/add-account.page
[help] Completed review of some pages
[empathy.git] / help / C / add-account.page
1 <page xmlns="http://projectmallard.org/1.0/"
2       xmlns:e="http://projectmallard.org/experimental/"
3       type="topic" style="task"
4       id="add-account">
5
6   <info>
7     <link type="guide" xref="index#accounts"/>
8     <link type="seealso" xref="remove-account"/>
9     <desc>Add a new account to <app>Empathy</app>.</desc>
10     <revision pkgversion="2.28" version="0.1" date="2009-06-24" status="draft"/>
11     <revision pkgversion="2.28" version="0.1" date="2009-08-10" status="review"/>
12     <revision pkgversion="2.28" version="0.2" date="2009-08-27" status="review">
13       <e:review by="shaunm@gnome.org" date="2009-08-31" status="done"/>
14     </revision>
15     <credit type="author">
16       <name>Milo Casagrande</name>
17       <email>milo@ubuntu.com</email>
18     </credit>
19     <credit type="author">
20       <name>Shaun McCance</name>
21       <email>shaunm@gnome.org</email>
22     </credit>
23     <copyright>
24       <year>2009</year>
25       <name>GNOME Documentation Project</name>
26     </copyright>
27     <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
28   </info>
29
30   <title>Add a new account</title>
31
32   <p>You can add instant messaging accounts from any supported service to communicate
33   with all of your contacts in <app>Empathy</app>.  For some account providers,
34   these steps will also allow you to register for a new account.  For more details,
35   see <link xref="create-account"/>.</p>
36
37   <steps>
38     <item>
39       <p>From the <gui>Contact List</gui> window, choose <guiseq><gui>Edit</gui>
40       <gui>Accounts</gui></guiseq>, or press <key>F4</key>.</p>
41     </item>
42     <item>
43       <p>Click the <gui style="button">Add</gui> button.</p>
44     </item>
45     <item>
46       <p>From the <gui>Add new</gui> drop-down list, select the type of account you wish
47       to add.</p>
48     </item>
49     <item>
50       <p>If you do not already have a registered account, select <gui>Create a new account</gui>.
51       This feature is not available for all account types, and may not work with some account
52       providers.  See <link xref="create-account"/> for more information.</p>
53     </item>
54     <item>
55       <p>Click <gui>Create</gui>.</p>
56     </item>
57     <item>
58       <p>Enter the required information.  For most accounts, you will only need
59       a login ID and a password.  Some accounts may require additional information.
60       See <link xref="accounts-window#details"/> for more information.</p>
61     </item>
62     <item>
63       <p>Click <gui style="button">Connect</gui> to enable the new account.</p>
64
65       <!-- TODO: check if it's a bug or what. In case, this part needs to
66       be removed or we must signal it as a bug! -->
67
68       <note style="warning">
69         <p>If you close the <gui>Accounts</gui> window without clicking
70         <gui>Connect</gui>, the entire account will be lost, and you will
71         need to create it again.</p>
72         <p>If you select another account without clicking <gui>Connect</gui>,
73         any information you have entered will be lost.</p>
74       </note>
75     </item>
76   </steps>
77
78   <note style="tip">
79     <p>To change the name the identifies the account in the <gui>Accounts</gui>
80     window, select the account from the list on the left and either click on the
81     name or press the space bar.  Edit the account name and press <key>Enter</key>
82     when you’re finished.</p>
83   </note>
84
85 </page>