diff options
-rw-r--r-- | help/C/audio-call.page | 18 | ||||
-rw-r--r-- | help/C/create-account.page | 4 | ||||
-rw-r--r-- | help/C/irc-join-pwd.page | 27 | ||||
-rw-r--r-- | help/C/video-call.page | 43 |
4 files changed, 83 insertions, 9 deletions
diff --git a/help/C/audio-call.page b/help/C/audio-call.page index 476941f94..1b1d3e040 100644 --- a/help/C/audio-call.page +++ b/help/C/audio-call.page @@ -9,6 +9,7 @@ Start an audio conversation with one of your contacts. </desc> <revision pkgversion="2.28" version="0.1" date="2009-08-02" status="stub"/> + <revision pkgversion="2.28" version="0.2" date="2009-08-07" status="review"/> </info> @@ -22,8 +23,8 @@ <list> <item> <p> - Click on the audio call icon next to the name of the contact that you - want to have a conversation with. + Select the contact you want to have a conversation with, and click + on the audio call icon next to their name. </p> </item> <item> @@ -32,12 +33,6 @@ 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> @@ -53,5 +48,12 @@ </p> </item> </steps> + <note> + <p> + To turn an audio conversation into a video one, from the call window select + <guiseq><gui>Call</gui><gui>Send video</gui></guiseq>, + or click on the video call icon. + </p> + </note> </page> diff --git a/help/C/create-account.page b/help/C/create-account.page index 2d3211d1a..d57f5cca1 100644 --- a/help/C/create-account.page +++ b/help/C/create-account.page @@ -4,10 +4,12 @@ <info> <link type="guide" xref="index#accounts"/> <link type="seealso" xref="add-account"/> + <link type="seealso" xref="irc-account"/> <desc> Register an account with one of the supported messaging services. </desc> - <revision version="3.0" date="2009-06-21" status="draft"/> + <revision pkgversion="2.28" version="0.1" date="2009-06-21" status="draft"/> + <revision pkgversion="2.28" version="0.2" date="2009-08-07" status="review"/> <credit type="author"> <name>Milo Casagrande</name> diff --git a/help/C/irc-join-pwd.page b/help/C/irc-join-pwd.page new file mode 100644 index 000000000..3dcd95d14 --- /dev/null +++ b/help/C/irc-join-pwd.page @@ -0,0 +1,27 @@ +<page xmlns="http://projectmallard.org/1.0/" + type="topic" + id="irc-join-pwd"> + + <info> + <link type="guide" xref="irc-manage#manage"/> + <link type="seealso" xref="irc-join-room"/> + <desc>Join a password protected room.</desc> + <revision pkgversion="2.28" version="0.1" date="2009-08-07" status="draft"/> + + <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 3.0</license> + + <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/> + </info> + + <title>Join a protected room</title> + +</page> diff --git a/help/C/video-call.page b/help/C/video-call.page index a6e0a356d..b9d60358e 100644 --- a/help/C/video-call.page +++ b/help/C/video-call.page @@ -13,4 +13,47 @@ </info> <title>Start a video conversation</title> + <steps> + <item> + <p> + From the <gui>Contact List</gui> window, perform one of the following: + </p> + <list> + <item> + <p> + Select the contact you want to have a conversation with, and click + on the video call icon next to their name. + </p> + </item> + <item> + <p> + Right-click on the name of the contact you want to have a conversation with, and + select <gui>Video Call</gui>. + </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> + <note> + <p> + To turn a video conversation into an audio one, from the call window deselect + <guiseq><gui>Call</gui><gui>Send video</gui></guiseq>, + or click on the video call icon. + </p> + </note> + + + </page> |