]> git.0d.be Git - empathy.git/commitdiff
Added remove and disable account topics Added link to the add-account topic
authorMilo Casagrande <milo@ubuntu.com>
Mon, 15 Jun 2009 01:49:20 +0000 (21:49 -0400)
committerFrédéric Péters <fpeters@0d.be>
Wed, 12 Aug 2009 16:13:50 +0000 (18:13 +0200)
help/C/add-account.page
help/C/disable-account.page [new file with mode: 0644]
help/C/remove-account.page [new file with mode: 0644]

index 3d7a3d13b2752dcab582a63f29b56529e2c168f3..59db36934fa274d2e2d0fe6c572c63ca170ee64c 100644 (file)
@@ -4,6 +4,7 @@
   
   <info>
     <link type="guide" xref="index"/>
+    <link type="seealso" xref="remove-account"/>
     <desc>Add a new account to <app>Empathy</app>.</desc>
     <revision version="3.0" date="2009-06-14" status="stub"/>
     
diff --git a/help/C/disable-account.page b/help/C/disable-account.page
new file mode 100644 (file)
index 0000000..e17b90c
--- /dev/null
@@ -0,0 +1,78 @@
+<page xmlns="http://www.gnome.org/~shaunm/mallard"
+  type="topic"
+  id="disable-account">
+  
+  <info>
+    <link type="guide" xref="index"/>
+    <link type="seealso" xref="remove-account"/>
+    <desc>Remove an account from <app>Empathy</app>.</desc>
+    <revision version="3.0" date="2009-06-14" status="stub"/>
+    
+    <credit type="author">
+      <name>Milo Casagrande</name>
+      <email>milo@ubuntu.com</email>
+    </credit>
+    <copyright>
+      <year>2009</year>
+      <name>GNOME Documentation Project</name>
+    </copyright>
+    
+    <license>Creative Commons Share Alike</license>
+    
+    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"
+      />
+  </info>
+  
+  <comment>
+    <cite date="2009-06-14"><name>Milo Casagrande</name></cite>
+    <p>Section about how to disable an account from <app>Empathy</app>.</p>
+  </comment>
+  
+  <title>How can I disable an account?</title>
+
+  <p>
+    Disabling an account means to deactivete it, temporaly or
+    permanently. All the conversations you had will be kept in your computer.
+  </p>
+  <p>
+    After disabling an account, you will be able to enable it again.
+  </p>
+
+  <steps>
+    <item>
+      <p>
+       From the <gui>Contact List</gui> window, perform one of the following:
+      </p>
+      <list>
+       <item>
+         <p>
+           Press <key>F4</key>
+         </p>
+       </item>
+       <item>
+         <p>
+           Choose <guiseq><gui>Edit</gui><gui>Accounts</gui></guiseq>
+         </p>
+       </item>
+      </list>
+    </item>
+    <item>
+      <p>
+       Select the account you wish to disable in the box on the
+       left of the dialog.
+      </p>
+    </item>
+    <item>
+      <p>
+       Deselect the <gui>Enabled</gui> check-box.
+      </p>
+    </item>
+  </steps>
+  
+  <note>
+    <p>
+      If you want to remove an account, see <link xref="remove-account"/>.
+    </p>
+  </note>
+
+</page>
\ No newline at end of file
diff --git a/help/C/remove-account.page b/help/C/remove-account.page
new file mode 100644 (file)
index 0000000..efa06e5
--- /dev/null
@@ -0,0 +1,85 @@
+<page xmlns="http://www.gnome.org/~shaunm/mallard"
+  type="topic"
+  id="remove-account">
+  
+  <info>
+    <link type="guide" xref="index"/>
+    <desc>Remove an account from <app>Empathy</app>.</desc>
+    <revision version="3.0" date="2009-06-14" status="stub"/>
+    
+    <credit type="author">
+      <name>Milo Casagrande</name>
+      <email>milo@ubuntu.com</email>
+    </credit>
+    <copyright>
+      <year>2009</year>
+      <name>GNOME Documentation Project</name>
+    </copyright>
+    
+    <license>Creative Commons Share Alike</license>
+    
+    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"
+      />
+  </info>
+  
+  <comment>
+    <cite date="2009-06-14"><name>Milo Casagrande</name></cite>
+    <p>Section about how to remove an account from <app>Empathy</app>.</p>
+  </comment>
+  
+  <title>How can I remove an account?</title>
+
+  <p>
+    Removing an account means to delete it from your computer with all
+    the conversations you had with other people.
+  </p>
+  <p>
+    After removing an account you will not be able to recover it or
+    the conversations you had.
+  </p>
+
+  <steps>
+    <item>
+      <p>
+       From the <gui>Contact List</gui> window, perform one of the following:
+      </p>
+      <list>
+       <item>
+         <p>
+           Press <key>F4</key>
+         </p>
+       </item>
+       <item>
+         <p>
+           Choose <guiseq><gui>Edit</gui><gui>Accounts</gui></guiseq>
+         </p>
+       </item>
+      </list>
+    </item>
+    <item>
+      <p>
+       Select the account you wish to remove in the box on the
+       left of the dialog.
+      </p>
+    </item>
+    <item>
+      <p>
+       Click on the <gui>Remove</gui> button.
+      </p>
+    </item>
+    <item>
+      <p>
+       A dialog will be shown asking for confirmation. Click on
+       the <gui>Remove</gui> button to permanently remove the
+       account.
+      </p>
+    </item>
+  </steps>
+  
+  <note>
+    <p>
+      If you only want to disable an account, see <link xref="disable-account"/>.
+    </p>
+  </note>
+
+</page>
\ No newline at end of file