diff options
author | Milo Casagrande <milo@ubuntu.com> | 2009-06-15 06:51:33 +0800 |
---|---|---|
committer | Frédéric Péters <fpeters@0d.be> | 2009-08-13 00:13:49 +0800 |
commit | c0f96feb8f7ae82662b950729effac4046ca83cc (patch) | |
tree | 3f0376dd9bd70802447d669922023e48094f44a9 /help/C | |
parent | 1f1a155079ad5f878297e77020c4202134cdc3e3 (diff) | |
download | gsoc2013-empathy-c0f96feb8f7ae82662b950729effac4046ca83cc.tar gsoc2013-empathy-c0f96feb8f7ae82662b950729effac4046ca83cc.tar.gz gsoc2013-empathy-c0f96feb8f7ae82662b950729effac4046ca83cc.tar.bz2 gsoc2013-empathy-c0f96feb8f7ae82662b950729effac4046ca83cc.tar.lz gsoc2013-empathy-c0f96feb8f7ae82662b950729effac4046ca83cc.tar.xz gsoc2013-empathy-c0f96feb8f7ae82662b950729effac4046ca83cc.tar.zst gsoc2013-empathy-c0f96feb8f7ae82662b950729effac4046ca83cc.zip |
Added topic on creating accounts
Diffstat (limited to 'help/C')
-rw-r--r-- | help/C/create-account.page | 119 | ||||
-rw-r--r-- | help/C/index.page | 56 |
2 files changed, 150 insertions, 25 deletions
diff --git a/help/C/create-account.page b/help/C/create-account.page new file mode 100644 index 000000000..d899096ab --- /dev/null +++ b/help/C/create-account.page @@ -0,0 +1,119 @@ +<page xmlns="http://www.gnome.org/~shaunm/mallard" + type="topic" + id="create-account"> + + <info> + <link type="seealso" xref="add-account"/> + <desc>Create an account with one of the supported services.</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 create an account.</p> + </comment> + + + <title>How do I create an account?</title> + + <p> + You can freely create an account on any of the following + services. Follow the instructions reported on each website on + how to register your new account. At the end of the + registration process you should have a <em>user + name</em> (or an <em>account ID</em>) and + a <em>password</em> that you will use to + create the account in Empathy. + </p> + + <p> + Click on the name of the service to visit its website: + </p> + + <section id="im-services"> + <title>Instant Messaging Services</title> + + <list> + <item> + <p> + <link href="..">AIM</link> + </p> + </item> + <item> + <p> + <link href="..">Google Talk</link> + </p> + </item> + <item> + <p> + <link href="..">ICQ</link> + </p> + </item> + <item> + <p> + <link href="..">Jabber</link> + </p> + </item> + <item> + <p> + <link href="..">MSN</link> + </p> + </item> + <item> + <p> + <link href="..">Yahoo!</link> + </p> + </item> + </list> + + <p> + To register a Jabber account you can use the automatic + account creation of <app>Empathy</app>. Not all Jabber service + providers support the automatic creation of accounts, one + service provider known to work with <app>Empathy</app> is <link + href="http://jabber.org">jabber.org</link>. + </p> + <p> + If you already have a Jabber account you can use the Salut service. + </p> + + </section> + + <section id ="sip-services"> + <title>SIP Services</title> + + <list> + <item> + <p> + <link href="..">Ekiga</link> + </p> + </item> + <item> + <p> + <link href="..">FWD</link> + </p> + </item> + <item> + <p> + <link href="..">Sipphone</link> + </p> + </item> + </list> + + </section> + +</page> diff --git a/help/C/index.page b/help/C/index.page index 369814898..b23ba2fe5 100644 --- a/help/C/index.page +++ b/help/C/index.page @@ -2,30 +2,36 @@ type="guide" id="index"> -<info> - <link type="topic" xref="intro"/> - - <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> - + <info> + <link type="topic" xref="create-account"/> + <link type="topic" xref="change_status"/> + <link type="topic" xref="send_file"/> + + + <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> - -<title>Empathy documentation</title> - -<comment> - <cite date="2009-06-14"><name>Milo Casagrande</name></cite> - <p>Documentation for the <app>Empathy</app> instant messaging client.</p> -</comment> - + + <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude" /> + </info> + + <title>Empathy Documentation</title> + + <comment> + <cite date="2009-06-14"><name>Milo Casagrande</name></cite> + <p> + Documentation for the <app>Empathy</app> instant messaging + client. + </p> + </comment> + </page> |