]> git.0d.be Git - empathy.git/commitdiff
Added an Overview help page to Empathy, bug 604975
authorAruna <aruna.evam@gmail.com>
Wed, 28 Nov 2012 08:39:48 +0000 (14:09 +0530)
committerEkaterina Gerasimova <kittykat3756@gmail.com>
Sat, 1 Dec 2012 19:15:49 +0000 (19:15 +0000)
Created an overview page which briefs a new user on IM and adds a few pictures.

help/C/figures/conf_overview.png [new file with mode: 0644]
help/C/figures/croom_overview.png [new file with mode: 0644]
help/C/figures/video_overview.png [new file with mode: 0644]
help/C/overview.page [new file with mode: 0644]
help/Makefile.am

diff --git a/help/C/figures/conf_overview.png b/help/C/figures/conf_overview.png
new file mode 100644 (file)
index 0000000..7b9c0d8
Binary files /dev/null and b/help/C/figures/conf_overview.png differ
diff --git a/help/C/figures/croom_overview.png b/help/C/figures/croom_overview.png
new file mode 100644 (file)
index 0000000..7407963
Binary files /dev/null and b/help/C/figures/croom_overview.png differ
diff --git a/help/C/figures/video_overview.png b/help/C/figures/video_overview.png
new file mode 100644 (file)
index 0000000..71332bf
Binary files /dev/null and b/help/C/figures/video_overview.png differ
diff --git a/help/C/overview.page b/help/C/overview.page
new file mode 100644 (file)
index 0000000..daa67b8
--- /dev/null
@@ -0,0 +1,59 @@
+<page  xmlns="http://projectmallard.org/1.0/"
+      type="topic"
+      id="overview">
+
+  <info>
+    <link type="guide" xref="index"/>
+    <revision pkgversion="3.7" version="0.1" date="2012-11-30" status="draft"/>
+    <desc>
+      What instant messaging is and how you can use it.
+    </desc>
+    <credit type="author">
+      <name>Aruna S</name>
+      <email>aruna.evam@gmail.com</email>
+    </credit>
+    <credit type="editor">
+      <name>Ekaterina Gerasimova</name>
+      <email>kittykat3756@gmail.com</email>
+    </credit>
+    <license>
+      <p>Creative Commons Share Alike 3.0</p>
+    </license>
+  </info>
+
+  <title>Overview of instant messaging</title>
+
+  <p>
+    Instant messaging, sometimes abbreviated to IM, is a text-based means to
+    communicate instantly over the internet and the local network. While some
+    IM applications work with only one type of account, others, including
+    <link xref="introduction">Empathy</link>, provide IM facilities by using
+    <link xref="add-account">accounts</link> from different service providers.
+    Some of these even support audio and video calling.
+  </p>
+
+  <table frame="all" shade="cols">
+     <tr>
+       <td><p><media type="image" src="figures/video_overview.png" mime="image/png" style="right" width="150" height="150"></media></p></td>
+       <td><p><media type="image" src="figures/conf_overview.png" mime="image/png" style="right" width="150" height="150"></media></p></td>
+       <td><p><media type="image" src="figures/croom_overview.png" mime="image/png" style="right" width="150" height="150"></media></p></td>
+     </tr>
+     <tr>
+       <td><p>Video Conference</p></td>
+       <td><p>Group chats</p></td>
+       <td><p>Chat rooms</p></td>
+      </tr>
+  </table>
+
+  <p>
+    Some instant messaging applications can be used to connect to chat rooms,
+    online places where like-minded people meet to talk. One popular means to
+    connect to several chat rooms is the Internet Relay Chat, also known as
+    <link xref="irc-manage">IRC</link>. IRC provides
+    <link xref="irc-join-room">public</link> chat rooms, which are open to
+    anyone who creates an account on the IRC Server, and private chat rooms,
+    which are <link xref="irc-join-pwd">password protected</link>
+    and open only to a select few.
+  </p>
+
+</page>
index 678ae6df97ebb3ffd5548eb352d7f8d8161a05f8..60b9facab642ebfa9db4e3e641b1446317d7f582 100644 (file)
@@ -12,7 +12,10 @@ HELP_MEDIA = \
        figures/gtk-add.png \
        figures/gtk-edit.png \
        figures/gtk-remove.png \
-       figures/offline.png
+       figures/offline.png \
+       figures/croom_overview.png \
+       figures/conf_overview.png \
+       figures/video_overview.png
 
 HELP_FILES = \
        account-irc.page \
@@ -46,6 +49,7 @@ HELP_FILES = \
        irc-start-conversation.page \
        license.page \
        link-contacts.page \
+       overview.page \
        prev-conv.page \
        prob-conn-acctdisabled.page \
        prob-conn-auth.page \