]> git.0d.be Git - empathy.git/commitdiff
Added stub topic for password protected IRC channels Wrote the audio call topic Some...
authorMilo Casagrande <milo@ubuntu.com>
Sat, 8 Aug 2009 16:33:58 +0000 (18:33 +0200)
committerFrédéric Péters <fpeters@0d.be>
Wed, 12 Aug 2009 16:14:39 +0000 (18:14 +0200)
help/C/audio-call.page
help/C/create-account.page
help/C/irc-join-pwd.page [new file with mode: 0644]
help/C/video-call.page

index 476941f9411d4d210f1eed0c526694f0d58a3051..1b1d3e040d79629afa1963fb76a9ac938661de9e 100644 (file)
@@ -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>
             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>
     </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>
index 2d3211d1a02784538615b2ab11a3d50b8fa0acd3..d57f5cca103707eedd88af1c04e95b90b99593a6 100644 (file)
@@ -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 (file)
index 0000000..3dcd95d
--- /dev/null
@@ -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>
index a6e0a356db112e054859efefdba759482f48e830..b9d60358e1bf536f236d6016f8345d73f86c0d1b 100644 (file)
   </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>