[empathy: 24/55] Work on add-contact file: * Reworked the procedure in a numbered list * Checked terminology with the
- From: Frederic Peters <fpeters src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [empathy: 24/55] Work on add-contact file: * Reworked the procedure in a numbered list * Checked terminology with the
- Date: Wed, 12 Aug 2009 16:46:32 +0000 (UTC)
commit d99dc3b2b2eb43afc53208bebdeefaf550b256c1
Author: Milo Casagrande <milo ubuntu com>
Date: Wed Jun 24 23:03:55 2009 +0200
Work on add-contact file: * Reworked the procedure in a numbered list * Checked terminology with the app * Added a note about the connection * Added a seealso link Add a new topic offline-contacts: * Small topic on how to see offline contacts and hide them * Inserted only in the add-contact page as seealso Update the license line with the 3.0 number as talked via email Update some topic form stub to draft
help/C/add-account.page | 7 +-
help/C/add-contact.page | 107 ++++++++++++++++++++++++------------
help/C/change-status.page | 2 +-
help/C/disable-account.page | 7 +-
help/C/index.page | 2 +-
help/C/offline-contacts.page | 58 +++++++++++++++++++
help/C/prob-conn-acctdisabled.page | 2 +-
help/C/prob-conn-auth.page | 2 +-
help/C/prob-conn-neterror.page | 2 +-
help/C/prob-conn.page | 2 +-
help/C/remove-account.page | 2 +-
help/C/salut-protocol.page | 33 +++++------
help/C/send-file.page | 2 +-
help/C/send-message.page | 2 +-
14 files changed, 160 insertions(+), 70 deletions(-)
---
diff --git a/help/C/add-account.page b/help/C/add-account.page
index 1428d54..6bb361c 100644
--- a/help/C/add-account.page
+++ b/help/C/add-account.page
@@ -6,7 +6,7 @@
<link type="guide" xref="index#accounts"/>
<link type="seealso" xref="remove-account"/>
<desc>Add a new account to <app>Empathy</app>.</desc>
- <revision version="3.0" date="2009-06-14" status="stub"/>
+ <revision version="3.0" date="2009-06-24" status="draft"/>
<credit type="author">
<name>Milo Casagrande</name>
@@ -17,10 +17,9 @@
<name>GNOME Documentation Project</name>
</copyright>
- <license>Creative Commons Share Alike</license>
+ <license>Creative Commons Share Alike 3.0</license>
- <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"
- />
+ <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
</info>
<comment>
diff --git a/help/C/add-contact.page b/help/C/add-contact.page
index 4d6deef..bd71eda 100644
--- a/help/C/add-contact.page
+++ b/help/C/add-contact.page
@@ -1,42 +1,77 @@
<page xmlns="http://projectmallard.org/1.0/"
- type="topic"
- id="add_contact">
-
-<info>
- <link type="guide" xref="index#talk"/>
- <desc>Add someone to your contact list.</desc>
- <revision version="3.0" date="2009-06-15" status="stub"/>
-
- <credit type="author">
- <name>Phil Bull</name>
- <email>philbull gmail com</email>
- </credit>
- <copyright>
- <year>2009</year>
- <name>GNOME Documentation Project</name>
- </copyright>
-
- <license>Creative Commons Share Alike</license>
-
- <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude" />
-</info>
-
-<title>Add someone to your list of contacts</title>
-
-<comment>
+ type="topic"
+ id="add-contact">
+
+ <info>
+ <link type="guide" xref="index#talk"/>
+ <link type="seealso" xref="offline-contacts"/>
+ <desc>Add someone to your contact list.</desc>
+ <revision version="3.0" date="2009-06-15" status="stub"/>
+
+ <credit type="author">
+ <name>Phil Bull</name>
+ <email>philbull gmail 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>
+
+ <comment>
<cite date="2009-06-15"><name>Phil Bull</name></cite>
<p>Instructions need review, didn't test with other IM services to confirm
- the names of the textboxes. Also, check the name of the Add button.</p>
-</comment>
+ the names of the textboxes. Also, check the name of the Add button.</p>
+ </comment>
+
+ <title>Add someone to your list of contacts</title>
+
+ <steps>
+ <item>
+ <p>
+ Choose <guiseq><gui>Chat</gui><gui>Add Contact</gui></guiseq>
+ </p>
+ </item>
+ <item>
+ <p>
+ From the <gui>Account</gui> drop-down list, select the type of
+ service the person you want to add to your contacts is using.
+ </p>
+ </item>
+ <item>
+ <p>
+ In the <gui>Identifier</gui> text box, type the email address
+ or the username of the person you want to add to your
+ contacts list.
+ </p>
+ </item>
+ <item>
+ <p>
+ In the <gui>Alias</gui> text box, type their name.
+ </p>
+ </item>
+ <item>
+ <p>
+ Click <gui>Add</gui> to add the person to your list of
+ contacts.
+ </p>
+ </item>
+ </steps>
+
+ <p>
+ You can view your list of contacts in the main window of
+ <app>Empathy</app>.
+ </p>
-<p>
-Click <guiseq><gui>Chat</gui><gui>Add Contact</gui></guiseq>. Type the email
-address or username of the person you want to add to your contacts into the
-<gui>Identifier</gui> text box. Type their name into the <gui>Alias</gui> text
-box. Click <gui>Add</gui> to add the person to your list of contacts.
-</p>
-<p>
-You can view your list of contacts in the main Empathy window.
-</p>
+ <note>
+ <p>
+ To add a new person to your list of contacts, you need to be
+ connected to the Internet and to your account.
+ </p>
+ </note>
</page>
diff --git a/help/C/change-status.page b/help/C/change-status.page
index 561f044..7c842f9 100644
--- a/help/C/change-status.page
+++ b/help/C/change-status.page
@@ -16,7 +16,7 @@
<name>GNOME Documentation Project</name>
</copyright>
- <license>Creative Commons Share Alike</license>
+ <license>Creative Commons Share Alike 3.0</license>
<include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude" />
</info>
diff --git a/help/C/disable-account.page b/help/C/disable-account.page
index 2441c8b..2c69518 100644
--- a/help/C/disable-account.page
+++ b/help/C/disable-account.page
@@ -7,7 +7,7 @@
<link type="seealso" xref="remove-account"/>
<desc>Prevent an account from logging-in automatically when you start
Empathy.</desc>
- <revision version="3.0" date="2009-06-14" status="stub"/>
+ <revision version="3.0" date="2009-06-14" status="draft"/>
<credit type="author">
<name>Milo Casagrande</name>
@@ -18,10 +18,9 @@
<name>GNOME Documentation Project</name>
</copyright>
- <license>Creative Commons Share Alike</license>
+ <license>Creative Commons Share Alike 3.0</license>
- <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"
- />
+ <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
</info>
<comment>
diff --git a/help/C/index.page b/help/C/index.page
index bb01a2a..737a44f 100644
--- a/help/C/index.page
+++ b/help/C/index.page
@@ -15,7 +15,7 @@
<name>GNOME Documentation Project</name>
</copyright>
- <license>Creative Commons Share Alike</license>
+ <license>Creative Commons Share Alike 3.0</license>
<include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude" />
</info>
diff --git a/help/C/offline-contacts.page b/help/C/offline-contacts.page
new file mode 100644
index 0000000..369234b
--- /dev/null
+++ b/help/C/offline-contacts.page
@@ -0,0 +1,58 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ type="topic"
+ id="offline-contacts">
+
+ <info>
+<!-- <link type="guide" xref=""/> -->
+ <desc>
+ How to see the contacts that are not online.
+ </desc>
+ <revision version="3.0" date="2009-06-24" 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>
+
+ <comment>
+ <cite date="2009-06-24"><name>Milo Casagrande</name></cite>
+ <p>
+ Small topic on how to see the contacts tha are offline. Need
+ rework on the terminology used.
+ </p>
+ </comment>
+
+ <title>Display the contacts that are offline</title>
+
+ <p>
+ From the <gui>Contact List</gui> window, do one of the following:
+ </p>
+
+ <list>
+ <item>
+ <p>
+ Choose <guiseq><gui>View</gui><gui>Offline
+ Contacts</gui></guiseq>.
+ </p>
+ </item>
+ <item>
+ <p>
+ Press <keyseq><key>Ctrl</key><key>H</key></keyseq>.
+ </p>
+ </item>
+ </list>
+
+ <p>
+ To hide again the offline contacts, repeat the same procedure above.
+ </p>
+
+</page>
diff --git a/help/C/prob-conn-acctdisabled.page b/help/C/prob-conn-acctdisabled.page
index 0898ad9..509c9a7 100644
--- a/help/C/prob-conn-acctdisabled.page
+++ b/help/C/prob-conn-acctdisabled.page
@@ -17,7 +17,7 @@
<year>2009</year>
<name>GNOME Documentation Project</name>
</copyright>
- <license>Creative Commons Share Alike</license>
+ <license>Creative Commons Share Alike 3.0</license>
<include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude" />
</info>
diff --git a/help/C/prob-conn-auth.page b/help/C/prob-conn-auth.page
index 8da582b..432960a 100644
--- a/help/C/prob-conn-auth.page
+++ b/help/C/prob-conn-auth.page
@@ -17,7 +17,7 @@
<year>2009</year>
<name>GNOME Documentation Project</name>
</copyright>
- <license>Creative Commons Share Alike</license>
+ <license>Creative Commons Share Alike 3.0</license>
<include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude" />
</info>
diff --git a/help/C/prob-conn-neterror.page b/help/C/prob-conn-neterror.page
index 291d80c..90b389d 100644
--- a/help/C/prob-conn-neterror.page
+++ b/help/C/prob-conn-neterror.page
@@ -17,7 +17,7 @@
<year>2009</year>
<name>GNOME Documentation Project</name>
</copyright>
- <license>Creative Commons Share Alike</license>
+ <license>Creative Commons Share Alike 3.0</license>
<include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude" />
</info>
diff --git a/help/C/prob-conn.page b/help/C/prob-conn.page
index b165cfb..0fed7a2 100644
--- a/help/C/prob-conn.page
+++ b/help/C/prob-conn.page
@@ -17,7 +17,7 @@
<name>GNOME Documentation Project</name>
</copyright>
- <license>Creative Commons Share Alike</license>
+ <license>Creative Commons Share Alike 3.0</license>
<include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude" />
</info>
diff --git a/help/C/remove-account.page b/help/C/remove-account.page
index 36e22f5..a6d4949 100644
--- a/help/C/remove-account.page
+++ b/help/C/remove-account.page
@@ -16,7 +16,7 @@
<name>GNOME Documentation Project</name>
</copyright>
- <license>Creative Commons Share Alike</license>
+ <license>Creative Commons Share Alike 3.0</license>
<include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"
/>
diff --git a/help/C/salut-protocol.page b/help/C/salut-protocol.page
index 2d81eb7..b579a1d 100644
--- a/help/C/salut-protocol.page
+++ b/help/C/salut-protocol.page
@@ -4,24 +4,23 @@
<info>
<link type="seealso" xref="create-account"/>
- <desc>
- Undesrtanding the <em>Salut</em> protocol.
- </desc>
- <revision version="" date="" status="stub"/>
+ <desc>
+ Undesrtanding the <em>Salut</em> protocol.
+ </desc>
+ <revision version="" date="" status="stub"/>
- <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</license>
-
- <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"
- />
+ <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>
<comment>
diff --git a/help/C/send-file.page b/help/C/send-file.page
index 3a95c80..099408f 100644
--- a/help/C/send-file.page
+++ b/help/C/send-file.page
@@ -16,7 +16,7 @@
<name>GNOME Documentation Project</name>
</copyright>
- <license>Creative Commons Share Alike</license>
+ <license>Creative Commons Share Alike 3.0</license>
<include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude" />
</info>
diff --git a/help/C/send-message.page b/help/C/send-message.page
index eed0659..69f70b4 100644
--- a/help/C/send-message.page
+++ b/help/C/send-message.page
@@ -16,7 +16,7 @@
<name>GNOME Documentation Project</name>
</copyright>
- <license>Creative Commons Share Alike</license>
+ <license>Creative Commons Share Alike 3.0</license>
<include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude" />
</info>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]