~ubuntu-branches/ubuntu/karmic/empathy/karmic

« back to all changes in this revision

Viewing changes to help/es/geolocation-what-is.page

  • Committer: Bazaar Package Importer
  • Author(s): Iain Lane, Ken VanDine, Iain Lane
  • Date: 2009-09-22 00:19:48 UTC
  • mfrom: (1.1.36 upstream)
  • Revision ID: james.westby@ubuntu.com-20090922001948-q2s61hqkc439mmid
Tags: 2.28.0-0ubuntu1
[ Ken VanDine ]
* debian/patches/20_libindicate.patch:
  - Updated patch to set "draw-attention" (LP: #433999) 
  - Updated patch to set the avatar in the indicator (LP: #434209)

[ Iain Lane ]
*  New upstream release 2.28.0 (LP: #434264)
 - Empathy theme doesn't work (and opens a folder in Nautilus!)
 - icq accounts import from pidgin not working
 - Invalid read when terminating an audio call
 - Room auto-connect doesn't work
 - using *_run_* calls prevents quitting Empathy
 - Chat windows don't show when we are reconnected
 - Use GOptionContext to parse options
 - Empathy misbehaviour
 - Empathy forgets IRC bookmarks
 - Empathy 2.27.92 fails to build
 - asserts in empathy_idle_set_presence() after suspend/resume
 - empathy crashed with SIGSEGV in empathy_account_settings_get_uint32() (Guillaume Desmottes)
 - cannot add yahoo account (Frédéric Péters)
 - Empathy crashing with CSW (Danielle Madeley)
 - empathy crashed with SIGSEGV in empathy_audio_sink_set_volume() (LP: #427579)
 - empathy crashed with SIGSEGV in tp_contact_list_got_added_members_cb()
 - Doesn't respawn existing channel when trying to reopen it
 - crash when dragging user from roster to MUC window
 - Pasting text into a disconnected chat window crashes (Cosimo Cecchi)
 - EmpathyIdle should wait for account manager to be ready
 - double click on a contact should raise the window
* debian/patches/20_libindicate.patch: Update for new code
* debian/patches/99_autoconf.patch: Refresh (autoreconf -f -i -s) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="utf-8"?>
2
 
<page xmlns="http://projectmallard.org/1.0/" type="topic" id="geolocation-what-is">
 
2
<page xmlns="http://projectmallard.org/1.0/" xmlns:e="http://projectmallard.org/experimental/" type="topic" id="geolocation-what-is">
3
3
 
4
4
  <info>
5
5
    <link type="guide" xref="geolocation#geoloc"/>
7
7
    <desc>
8
8
      Understanding geolocation.
9
9
    </desc>
10
 
    <revision pkgversion="2.28" version="0.1" date="2009-08-19" status="review"/>
 
10
    <revision pkgversion="2.28" version="0.1" date="2009-08-19" status="review">
 
11
      <!--
 
12
      <e:review by="shaunm@gnome.org" date="2009-09-09" status="deferred"/>
 
13
      -->
 
14
    </revision>
11
15
    <credit type="author">
12
16
      <name>Milo Casagrande</name>
13
17
      <email>milo@ubuntu.com</email>
14
18
    </credit>
 
19
<!--
15
20
    <copyright>
16
21
      <year>2009</year>
17
 
      <name>Proyecto de documentación de GNOME</name>
 
22
      <name>GNOME Documentation Project</name>
18
23
    </copyright>
 
24
-->
19
25
    <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
20
26
  </info>
21
27
 
22
28
  <title>What is geolocation</title>
23
29
 
24
 
  <p>
25
 
    With <em>geolocation</em> it is intended the possibility to identify the real
26
 
    geographical position of a computer or a device connected to the Internet.
27
 
  </p>
 
30
  <p>Geolocation allows you to identify the real geographical location of a
 
31
  computer or a device connected to the Internet.</p>
28
32
  <p>
29
33
    With geolocation in <app>Empathy</app> you can:
30
34
  </p>
31
35
  <list>
32
36
    <item>
33
37
      <p>
34
 
        Publish your geographical position to your contacts.
35
 
      </p>
36
 
    </item>
37
 
    <item>
38
 
      <p>
39
 
        See your contacts geographical position and quickly contact them.
40
 
      </p>
41
 
    </item>
42
 
    <item>
43
 
      <p>
44
 
        Set the accuracy of your position and the device used to discover your
45
 
        position.
 
38
        Publish your geographical location to your contacts.
 
39
      </p>
 
40
    </item>
 
41
    <item>
 
42
      <p>
 
43
        See your contacts’ geographical location and quickly contact them.
 
44
      </p>
 
45
    </item>
 
46
    <item>
 
47
      <p>
 
48
        Set the accuracy of your location and the device used to discover your
 
49
        location.
46
50
      </p>
47
51
    </item>
48
52
  </list>
49
53
 
50
54
  <note style="tip">
51
55
    <p>
52
 
      In order to see your contacts geographical position, they need to use a
53
 
      service and an application that support geolocation.
 
56
      In order to see your contacts’ geographical locations, they need to use a
 
57
      service and an application that supports geolocation.
54
58
    </p>
55
59
  </note>
56
60