[empathy: 34/55] Reworked the index page to insert new topics Added stub pages for the new topics Fixed the xref of v



commit 874528bf52d76adba91fe7a5cf2dfcef78dcde48
Author: Milo Casagrande <milo ubuntu com>
Date:   Sun Aug 2 16:32:50 2009 +0200

    Reworked the index page to insert new topics Added stub pages for the new topics Fixed the xref of various topics to move them in the new index page

 help/C/add-contact.page         |    4 ++--
 help/C/audio-call.page          |   15 +++++++++++++++
 help/C/audio-video.page         |   15 +++++++++++++++
 help/C/change-status.page       |    2 +-
 help/C/group-conversations.page |   15 +++++++++++++++
 help/C/index.page               |   22 +++++++++++-----------
 help/C/irc-account.page         |    4 ++--
 help/C/irc-manage.page          |    2 +-
 help/C/send-file.page           |    4 ++--
 help/C/send-message.page        |    2 +-
 help/C/share-desktop.page       |   15 +++++++++++++++
 help/C/video-call.page          |   15 +++++++++++++++
 12 files changed, 95 insertions(+), 20 deletions(-)
---
diff --git a/help/C/add-contact.page b/help/C/add-contact.page
index 5db8251..0031018 100644
--- a/help/C/add-contact.page
+++ b/help/C/add-contact.page
@@ -3,9 +3,9 @@
   id="add-contact">
   
   <info>
-    <link type="guide" xref="index#talk"/>
+    <link type="guide" xref="index#accounts"/>
     <link type="seealso" xref="offline-contacts"/>
-    <desc>Add someone to your contact list.</desc>
+    <desc>Add someone to the contact list.</desc>
     <revision version="3.0" date="2009-06-15" status="draft"/>
     
     <credit type="author">
diff --git a/help/C/audio-call.page b/help/C/audio-call.page
new file mode 100644
index 0000000..7f57b9a
--- /dev/null
+++ b/help/C/audio-call.page
@@ -0,0 +1,15 @@
+<page xmlns="http://projectmallard.org/1.0/";
+  type="topic"
+  id="audio-call">
+
+  <info>
+    <link type="guide" xref="index#audio-video"/>
+    <desc>
+      Start an audio conversation with one of your contacts.
+    </desc>
+    <revision pkgversion="2.28" version="0.1" date="2009-08-02" status="stub"/>
+
+  </info>
+  <title>Start an audio conversation</title>
+
+</page>
diff --git a/help/C/audio-video.page b/help/C/audio-video.page
new file mode 100644
index 0000000..8a4c1ad
--- /dev/null
+++ b/help/C/audio-video.page
@@ -0,0 +1,15 @@
+<page xmlns="http://projectmallard.org/1.0/";
+  type="topic"
+  id="audio-video">
+
+  <info>
+    <link type="guide" xref="index#audio-video"/>
+    <desc>
+      When it is possibile to have an audio or video canversation.
+    </desc>
+    <revision pkgversion="2.28" version="0.1" date="2009-08-02" status="stub"/>
+
+  </info>
+  <title>Audio and video conversations</title>
+
+</page>
diff --git a/help/C/change-status.page b/help/C/change-status.page
index c1abde8..e920445 100644
--- a/help/C/change-status.page
+++ b/help/C/change-status.page
@@ -3,7 +3,7 @@
   id="change-status">
 
   <info>
-    <link type="guide" xref="index#talk"/>
+    <link type="guide" xref="index#accounts"/>
     <link type="seealso" xref="status-icons"/>
     <desc>
       Change your status, if you are going away from your computer for example.
diff --git a/help/C/group-conversations.page b/help/C/group-conversations.page
new file mode 100644
index 0000000..d56a7f8
--- /dev/null
+++ b/help/C/group-conversations.page
@@ -0,0 +1,15 @@
+<page xmlns="http://projectmallard.org/1.0/";
+  type="topic"
+  id="group-conversations">
+
+  <info>
+    <link type="guide" xref="index#advanced"/>
+    <desc>
+      Start a group conversation with your contacts.
+    </desc>
+    <revision pkgversion="2.28" version="0.1" date="2009-08-02" status="stub"/>
+
+  </info>
+  <title>Group conversations</title>
+
+</page>
diff --git a/help/C/index.page b/help/C/index.page
index bde2d15..340fe95 100644
--- a/help/C/index.page
+++ b/help/C/index.page
@@ -22,24 +22,24 @@
 
   <title>Empathy Instant Messenger</title>
 
-  <section id="talk" style="2column">
-    <title>Talk to people</title>
+  <section id="audio-video" style="2column">
+    <title>Audio and video conversations</title>
+  </section>
+  
+  <section id="text-conv" style="2column">
+    <title>Text conversations</title>
   </section>
 
   <section id="accounts" style="2column">
-    <title>Manage instant messaging accounts</title>
+    <title>Manage accounts</title>
+  </section>
+  
+  <section id="advanced" style="2column">
+    <title>Advanced actions</title>
   </section>
 
   <section id="problems" style="2column">
     <title>Fix common problems</title>
   </section>
 
-  <comment>
-    <cite date="2009-06-14"><name>Milo Casagrande</name></cite>
-    <p>
-      Documentation for the <app>Empathy</app> instant messaging
-      client.
-    </p>
-  </comment>
-
 </page>
diff --git a/help/C/irc-account.page b/help/C/irc-account.page
index ae0debd..b0d6cd2 100644
--- a/help/C/irc-account.page
+++ b/help/C/irc-account.page
@@ -3,7 +3,7 @@
   id="irc-account">
 
   <info>
-    <link type="guide" xref="irc-manage#manage"/>
+    <link type="guide" xref="index#accounts"/>
     <link type="seealso" xref="prob-conn-neterror"/>
     <link type="seealso" xref="prob-conn-name"/>
     <desc>Create an IRC account.</desc>
@@ -23,7 +23,7 @@
     <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
   </info>
   
-  <title>Create an account</title>
+  <title>Create an IRC account</title>
 
   <steps>
     <item>
diff --git a/help/C/irc-manage.page b/help/C/irc-manage.page
index 64d6911..ff6dae2 100644
--- a/help/C/irc-manage.page
+++ b/help/C/irc-manage.page
@@ -3,7 +3,7 @@
   id="irc-manage">
 
   <info>
-    <link type="guide" xref="index#accounts"/>
+    <link type="guide" xref="index#text-conv"/>
     <desc>Manage IRC accounts with <app>Empathy</app>.</desc>
     <revision pkgversion="2.28" version="3.0" date="2009-07-25" status="draft"/>
 
diff --git a/help/C/send-file.page b/help/C/send-file.page
index 8108fe6..1ccd300 100644
--- a/help/C/send-file.page
+++ b/help/C/send-file.page
@@ -3,7 +3,7 @@
   id="send-file">
 
   <info>
-    <link type="guide" xref="index#talk"/>
+    <link type="guide" xref="index#advanced"/>
     <desc>Send a file from your computer to one of your contacts.</desc>
     <revision version="3.0" date="2009-06-14" status="draft"/>
     <revision pkgversion="2.28" date="2009-07-21" status="draft"/>
@@ -26,7 +26,7 @@
     <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"; />
   </info>
 
-  <title>Send a file to someone</title>
+  <title>Send files</title>
 
   <steps>
     <item>
diff --git a/help/C/send-message.page b/help/C/send-message.page
index 46e3460..833e484 100644
--- a/help/C/send-message.page
+++ b/help/C/send-message.page
@@ -3,7 +3,7 @@
   id="send-message">
 
   <info>
-    <link type="guide" xref="index#talk"/>
+    <link type="guide" xref="index#text-conv"/>
     <desc>Send a message to one of your contacts.</desc>
     <revision version="3.0" date="2009-06-14" status="draft"/>
     
diff --git a/help/C/share-desktop.page b/help/C/share-desktop.page
new file mode 100644
index 0000000..776ee48
--- /dev/null
+++ b/help/C/share-desktop.page
@@ -0,0 +1,15 @@
+<page xmlns="http://projectmallard.org/1.0/";
+  type="topic"
+  id="share-desktop">
+
+  <info>
+    <link type="guide" xref="index#advanced"/>
+    <desc>
+      Share your desktop with one of your contacts.
+    </desc>
+    <revision pkgversion="2.28" version="0.1" date="2009-08-02" status="stub"/>
+
+  </info>
+  <title>Share the desktop</title>
+
+</page>
diff --git a/help/C/video-call.page b/help/C/video-call.page
new file mode 100644
index 0000000..a652a97
--- /dev/null
+++ b/help/C/video-call.page
@@ -0,0 +1,15 @@
+<page xmlns="http://projectmallard.org/1.0/";
+  type="topic"
+  id="video-call">
+
+  <info>
+    <link type="guide" xref="index#audio-video"/>
+    <desc>
+      Start a video conversation with one of your contacts.
+    </desc>
+    <revision pkgversion="2.28" version="0.1" date="2009-08-02" status="stub"/>
+
+  </info>
+  <title>Start a video conversation</title>
+
+</page>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]