diff options
-rw-r--r-- | help/C/figures/empathy-main-window.png | bin | 8902 -> 7703 bytes | |||
-rw-r--r-- | help/C/introduction.page | 45 | ||||
-rw-r--r-- | help/Makefile.am | 1 |
3 files changed, 46 insertions, 0 deletions
diff --git a/help/C/figures/empathy-main-window.png b/help/C/figures/empathy-main-window.png Binary files differindex 12a6a33fc..bb803442f 100644 --- a/help/C/figures/empathy-main-window.png +++ b/help/C/figures/empathy-main-window.png diff --git a/help/C/introduction.page b/help/C/introduction.page new file mode 100644 index 000000000..8305fab29 --- /dev/null +++ b/help/C/introduction.page @@ -0,0 +1,45 @@ +<page xmlns="http://projectmallard.org/1.0/" + type="topic" + id="introduction"> + + <info> + <link type="guide" xref="index"/> + <revision pkgversion="2.28" version="0.1" date="2009-08-16" status="draft"/> + <desc> + Introduction to the <app>Empathy</app> instant messenger. + </desc> + <credit type="author"> + <name>Milo Casagrande</name> + <email>milo@ubuntu.com</email> + </credit> + <copyright> + <year>2009</year> + <name>GNOME Documentation Project</name> + </copyright> + <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude" /> + </info> + + <title>Introduction</title> + + <p> + <app>Empathy</app> is an instant messaging application for the GNOME Desktop. + It supports text messaging, voice & video call even using SIP, + file transfers and all the most used messaging systems such as MSN and Google Talk. + </p> + <p> + <app>Empathy</app> includes features that help you better collaborate while at work, + and that let you easily keep in touch with your friends. + </p> + <p> + You can group all the conversations on a single window, or have multiple windows for + different kind of conversations; easily search through your previous conversations, and + share your desktop in just two clicks. + </p> + + <p> + <media type="image" src="figures/empathy-main-window.png" mime="image/png"> + <app>Empathy</app> main window + </media> + </p> + +</page> diff --git a/help/Makefile.am b/help/Makefile.am index 91747b93c..1d41e5101 100644 --- a/help/Makefile.am +++ b/help/Makefile.am @@ -21,6 +21,7 @@ DOC_PAGES = \ disable-account.page \ group-conversations.page \ index.page \ + introduction.page \ irc-account.page \ irc-join-pwd.page \ irc-join-room.page \ |