From 8bbfd2d8f92eb025364b9f8cda055259a6fd15ce Mon Sep 17 00:00:00 2001 From: Milo Casagrande Date: Wed, 19 Aug 2009 23:15:24 +0200 Subject: [help] Wrote the previous conversations and the geolocation topics * Added al the new pages to Makefile * Fixed a typo in irc-manage --- help/C/geolocation-not-showing.page | 37 +++++++++++++++ help/C/geolocation-privacy.page | 89 +++++++++++++++++++++++++++++++++++++ help/C/geolocation-supported.page | 47 ++++++++++++++++++++ help/C/geolocation-turn.page | 59 ++++++++++++++++++++++++ help/C/geolocation-what-is.page | 58 ++++++++++++++++++++++++ help/C/geolocation.page | 33 ++++++++++++++ help/C/irc-manage.page | 2 +- help/C/prev-conv.page | 44 ++++++++++++++---- help/Makefile.am | 7 +++ 9 files changed, 366 insertions(+), 10 deletions(-) create mode 100644 help/C/geolocation-not-showing.page create mode 100644 help/C/geolocation-privacy.page create mode 100644 help/C/geolocation-supported.page create mode 100644 help/C/geolocation-turn.page create mode 100644 help/C/geolocation-what-is.page create mode 100644 help/C/geolocation.page diff --git a/help/C/geolocation-not-showing.page b/help/C/geolocation-not-showing.page new file mode 100644 index 000000000..845f7e74b --- /dev/null +++ b/help/C/geolocation-not-showing.page @@ -0,0 +1,37 @@ + + + + + + Empathy does not publish my geographical position. + + + + Milo Casagrande + milo@ubuntu.com + + + 2009 + GNOME Documentation Project + + + + + Geographical position not published + +

+ If your contacts cannot see your location, Empathy might not be able + to discover with a good margin of precision your geographical position. +

+

+ In this case, your position will not be published, but you are still able to + see the location of your contacts. +

+

+ If you want to publish your geographical position, you can try to use an + external device such as a GPS. +

+ +
diff --git a/help/C/geolocation-privacy.page b/help/C/geolocation-privacy.page new file mode 100644 index 000000000..23694e2b7 --- /dev/null +++ b/help/C/geolocation-privacy.page @@ -0,0 +1,89 @@ + + + + + + What information are sent and to who. + + + + Milo Casagrande + milo@ubuntu.com + + + 2009 + GNOME Documentation Project + + + + + Geolocation privacy + +
+ What are the information sent +

+ What is possible to send is: your country, region, locality, area, street, building, + floor, room, and postal code, longitude, latitude and altitude, speed and bearing. +

+

+ The accuracy and the quantity of information about your geographical position are based + on the software or on the infrastructure used to discover your position. +

+

+ Different kind of networks may have different accuracy settings, and may send + different information. The use of external devices such as GPS or mobile phone + will increase the accuracy of the information sent. +

+

+ When the privacy mode is enabled, nothing more precise than your city will be + sent, even if you are using an external device. +

+
+ +
+ Who can see the information sent +

+ Only your contacts can see your geographical position. +

+
+ +
+ What is the privacy mode +

+ The privacy mode, enabled by default, is a reduced accuracy mode that will + decrease the accuracy of the geographical position sent to your contacts. +

+
+ +
+ Privacy overview +

+ Overview of the various geolocation privacy settings in Empathy. +

+ + +

+ Geolocation is not enabled by default. +

+
+ +

+ Privacy mode is enabled by default. +

+
+ +

+ Privacy mode prevails even when using external and more precise devices. +

+
+ +

+ Only your contacts can see your position. +

+
+
+
+ +
diff --git a/help/C/geolocation-supported.page b/help/C/geolocation-supported.page new file mode 100644 index 000000000..f67b43755 --- /dev/null +++ b/help/C/geolocation-supported.page @@ -0,0 +1,47 @@ + + + + + Services that supports geolocation and compatibility. + + + + Milo Casagrande + milo@ubuntu.com + + + 2009 + GNOME Documentation Project + + + + + Supported services + +

+ The geolocation feature at the moment is compatible only with the Jabber service. + In order to use it, you and your contacts need to have a Jabber account. +

+ + +

+ It is necessary that also the server you are using supports the geolocation + feature. Most of the Jabber servers support it. See your service website + documentation for more information. +

+
+ +
+ Compatibility + +

+ Empathy geolocation feature is not compatible with other geographical + position services such as Google Latitude, Yahoo Fire Eagle + or Brightkite. +

+ +
+ +
diff --git a/help/C/geolocation-turn.page b/help/C/geolocation-turn.page new file mode 100644 index 000000000..6c01be90b --- /dev/null +++ b/help/C/geolocation-turn.page @@ -0,0 +1,59 @@ + + + + + + + How to activate and deactivate geolocation in Empathy. + + + + Milo Casagrande + milo@ubuntu.com + + + 2009 + GNOME Documentation Project + + + + + Activate/Deactivate geolocation + + + +

+ Choose EditPreferences. +

+
+ +

+ Select the Location tab. +

+
+ +

+ Select Publish location to my contacts to activate geolocation. +

+

+ To deactivate geolocation, deselect it. +

+
+ +

+ To increase the accuracy of your position, deselect + Reduce location accuracy. +

+
+ +

+ If you have an external device like a GPS or want to send a more accurate + position, select the appropriate option in the Geoclue Settings + section. +

+
+
+ +
diff --git a/help/C/geolocation-what-is.page b/help/C/geolocation-what-is.page new file mode 100644 index 000000000..fdbf0adbd --- /dev/null +++ b/help/C/geolocation-what-is.page @@ -0,0 +1,58 @@ + + + + + + + Understanding geolocation. + + + + Milo Casagrande + milo@ubuntu.com + + + 2009 + GNOME Documentation Project + + + + + What is geolocation + +

+ With geolocation it is intended the possibility to identify the real + geographical position of a computer or a device connected to the Internet. +

+

+ With geolocation in Empathy you can: +

+ + +

+ Publish your geographical position to your contacts. +

+
+ +

+ See your contacts geographical position and quickly contact them. +

+
+ +

+ Set the accuracy of your position and the device used to discover your + position. +

+
+
+ + +

+ In order to see your contacts geographical position, they need to use a + service and an application that support geolocation. +

+
+ +
diff --git a/help/C/geolocation.page b/help/C/geolocation.page new file mode 100644 index 000000000..409d22f49 --- /dev/null +++ b/help/C/geolocation.page @@ -0,0 +1,33 @@ + + + + + + Use and understand geolocation in Empathy. + + + + Milo Casagrande + milo@ubuntu.com + + + 2009 + GNOME Documentation Project + + + + + Geographical position + +
+ Geolocation +
+ +
+ Fix common problems +
+ +
diff --git a/help/C/irc-manage.page b/help/C/irc-manage.page index bceef3660..07b6163f0 100644 --- a/help/C/irc-manage.page +++ b/help/C/irc-manage.page @@ -5,7 +5,7 @@ - Hot to use IRC with Empathy. + How to use IRC with Empathy. diff --git a/help/C/prev-conv.page b/help/C/prev-conv.page index de9e0f246..b521ada59 100644 --- a/help/C/prev-conv.page +++ b/help/C/prev-conv.page @@ -8,6 +8,7 @@ Search your previous conversations. + Milo Casagrande milo@ubuntu.com @@ -22,16 +23,16 @@ Previous conversations

- Empathy automatically saves all your text conversations with your contacts, - and you can perform two different kinds of search: a normal text search, or a - per-conversation search. + Empathy automatically saves all your text conversations you have + with your contacts, and lets you perform two different kinds of search: a + normal text search, or a per-conversation search.

The normal search is a full text search: it will search the exact text in all your previous conversations.

- The per-conversation search permits you to limit the search to a particular + The per-conversation search permits you to limit the text search to a particular contact and conversation, and permits you to look at all the previous conversations you had with your contacts.

@@ -46,7 +47,8 @@

- To start searching your previous conversations, perform one of the following: + To start searching your previous conversations, from the Contact List + window, perform one of the following:

@@ -92,7 +94,10 @@

Click on the result to see the exact text you were searching for on the - bottom pane. The search result will be highlighted. + bottom pane. +

+

+ The search results will be highlighted.

@@ -114,11 +119,32 @@

From the left top pane, select the contact you want to look the previous - conversations of. + conversations of. The previous conversations will be shown on the right pane. +

+

+ By default, the last conversation you had will be shown. +

+ +

+ Based on your account selected and the service of that account, it will + be possible to select contacts, IRC rooms or group conversations. +

+
+
+ +

+ From the left bottom pane, you can browse your conversations by date. Based + on the contact selected, the date in which you had a conversation will + be highlighted in bold text. +

+
+ +

+ To perform a text search, type the text you want to search in the text box + at the top of the window.

- Based on your account selected, and the service of the account, in this - pane it will be possible to select contacts, IRC rooms or group conversations. + The search results will be highlighted.

diff --git a/help/Makefile.am b/help/Makefile.am index 408f51804..be149cd04 100644 --- a/help/Makefile.am +++ b/help/Makefile.am @@ -18,6 +18,12 @@ DOC_PAGES = \ change-status.page \ create-account.page \ disable-account.page \ + geolocation.page \ + geolocation-not-showing.page \ + geolocation-privacy.page \ + geolocation-supported.page \ + geolocation-turn.page \ + geolocation-what-is.page \ group-conversations.page \ index.page \ introduction.page \ @@ -29,6 +35,7 @@ DOC_PAGES = \ irc-sending-file.page \ irc-start-conversation.page \ offline-contacts.page \ + prev-conv.page \ prob-conn-acctdisabled.page \ prob-conn-auth.page \ prob-conn-name.page \ -- cgit v1.2.3