diff options
author | Milo Casagrande <milo@ubuntu.com> | 2009-08-06 05:21:30 +0800 |
---|---|---|
committer | Frédéric Péters <fpeters@0d.be> | 2009-08-13 00:14:39 +0800 |
commit | 5751765ea330898b76ca1e5f1dd62a3e14de2761 (patch) | |
tree | d9cbdb81563c036ffeebafe6488381a541996756 /help/C | |
parent | 25724cfdbcccf201460efc83757c9927c98472d4 (diff) | |
download | gsoc2013-empathy-5751765ea330898b76ca1e5f1dd62a3e14de2761.tar gsoc2013-empathy-5751765ea330898b76ca1e5f1dd62a3e14de2761.tar.gz gsoc2013-empathy-5751765ea330898b76ca1e5f1dd62a3e14de2761.tar.bz2 gsoc2013-empathy-5751765ea330898b76ca1e5f1dd62a3e14de2761.tar.lz gsoc2013-empathy-5751765ea330898b76ca1e5f1dd62a3e14de2761.tar.xz gsoc2013-empathy-5751765ea330898b76ca1e5f1dd62a3e14de2761.tar.zst gsoc2013-empathy-5751765ea330898b76ca1e5f1dd62a3e14de2761.zip |
Modified the audio-call page Written some contents for the audio-call page Reworked a little bit some seealso links
Diffstat (limited to 'help/C')
-rw-r--r-- | help/C/audio-call.page | 41 | ||||
-rw-r--r-- | help/C/audio-video.page | 7 | ||||
-rw-r--r-- | help/C/set-custom-status.page | 7 | ||||
-rw-r--r-- | help/C/status-icons.page | 23 |
4 files changed, 49 insertions, 29 deletions
diff --git a/help/C/audio-call.page b/help/C/audio-call.page index 294cc2016..476941f94 100644 --- a/help/C/audio-call.page +++ b/help/C/audio-call.page @@ -11,6 +11,47 @@ <revision pkgversion="2.28" version="0.1" date="2009-08-02" status="stub"/> </info> + <title>Start an audio conversation</title> + <steps> + <item> + <p> + From the <gui>Contact List</gui> window, perform one of the following: + </p> + <list> + <item> + <p> + Click on the audio call icon next to the name of the contact that you + want to have a conversation with. + </p> + </item> + <item> + <p> + Right-click on the name of the contact you want to have a conversation with, and + select <gui>Audio Call</gui>. + </p> + </item> + <item> + <p> + Select the contact that you want to have a conversation with, and choose + <guiseq><gui>Edit</gui><gui>Contact</gui><gui>Audio Call</gui></guiseq>. + </p> + </item> + </list> + </item> + <item> + <p> + A new window will open. When the connection is established, you will + see written, at the bottom of the window, <gui>Connected</gui> and the total + conversation time. + </p> + </item> + <item> + <p> + To close the conversation, click on <gui>Hang up</gui>. + </p> + </item> + </steps> + </page> diff --git a/help/C/audio-video.page b/help/C/audio-video.page index 14cadd966..e48468347 100644 --- a/help/C/audio-video.page +++ b/help/C/audio-video.page @@ -14,13 +14,10 @@ <title>Audio and video conversations</title> <p> - When your contacts support audio or video conversations, you will see in the - <gui>Contact List</gui> window, next to the contacts name, one or two small icons that + When your contacts support audio or video conversations, you will see, next to + the contacts name in the <gui>Contact List</gui> window, one or two small icons that represent the different conversations you can have. </p> - <p> - The icons are: - </p> <table frame="all" rules="cols" shade="rows"> <thead> diff --git a/help/C/set-custom-status.page b/help/C/set-custom-status.page index 33b766714..cf4fcc098 100644 --- a/help/C/set-custom-status.page +++ b/help/C/set-custom-status.page @@ -3,12 +3,13 @@ id="set-custom-status"> <info> - <link type="guide" xref="index#talk"/> - <link type="seealso" xref="change-status"/> + <link type="guide" xref="index#accounts"/> + <link type="seealso" xref="change-status"/> + <link type="seealso" xref="status-icons"/> <desc> Setting a custom status. </desc> - <revision version="1.0" date="2009-06-30" status="draft"/> + <revision pkgversion="2.28" version="0.1" date="2009-06-30" status="draft"/> <credit type="author"> <name>Jim Campbell</name> diff --git a/help/C/status-icons.page b/help/C/status-icons.page index 3e0278ba2..118af1957 100644 --- a/help/C/status-icons.page +++ b/help/C/status-icons.page @@ -3,13 +3,11 @@ id="status-icons"> <info> - <link type="guide" xref="index#talk"/> - <link type="seealso" xref="set-custom-status"/> <desc> Understanding the various status icons. </desc> - <revision pkgversion="2.28" version="3.0" date="2009-07-18" status="stub"/> - <revision pkgversion="2.28" version="3.1" date="2009-07-21" status="draft"/> + <revision pkgversion="2.28" version="0.1" date="2009-07-18" status="stub"/> + <revision pkgversion="2.28" version="0.2" date="2009-07-21" status="draft"/> <credit type="author"> <name>Milo Casagrande</name> @@ -105,23 +103,6 @@ </p> </td> </tr> - <tr> - <td> - <p> - <media type="image" mime="image/png" src="figures/extended-away.png"> - Extended Away icon - </media> - </p> - </td> - <td> - <p> - This is the default icon for the <em>Extended Away</em> status. - </p> - <p> - This icon is used when the <em>Away</em> status has been set a long time ago. - </p> - </td> - </tr> </table> </page> |