diff options
author | Laurent Bigonville <bigon@bigon.be> | 2010-06-09 23:26:56 +0200 |
---|---|---|
committer | Laurent Bigonville <bigon@bigon.be> | 2010-06-09 23:26:56 +0200 |
commit | 27c7aeb29425120664ad75725e3c6cabd6e29a31 (patch) | |
tree | fa7777aedbb2c2535071649ba634bd5df9055b7b /docs/reference/html/gypsy-design.html | |
parent | 5d7bb76ee5fe206dd19f08af1917f37e25ece64f (diff) |
Imported Upstream version 0.7upstream/0.7
Diffstat (limited to 'docs/reference/html/gypsy-design.html')
-rw-r--r-- | docs/reference/html/gypsy-design.html | 31 |
1 files changed, 17 insertions, 14 deletions
diff --git a/docs/reference/html/gypsy-design.html b/docs/reference/html/gypsy-design.html index 93c9096..a8132b1 100644 --- a/docs/reference/html/gypsy-design.html +++ b/docs/reference/html/gypsy-design.html @@ -1,14 +1,14 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> -<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Gypsy's Design</title> -<meta name="generator" content="DocBook XSL Stylesheets V1.72.0"> -<link rel="start" href="index.html" title="Gypsy Reference Manual"> +<meta name="generator" content="DocBook XSL Stylesheets V1.75.2"> +<link rel="home" href="index.html" title="Gypsy Reference Manual"> <link rel="up" href="rn01.html" title="Gypsy Overview"> <link rel="prev" href="rn01.html" title="Gypsy Overview"> <link rel="next" href="why-not-gpsd.html" title="Design Flaws in GPSD"> -<meta name="generator" content="GTK-Doc V1.8 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.11 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> <link rel="reference" href="rn01.html" title="Gypsy Overview"> <link rel="reference" href="rn02.html" title="Tutorials"> @@ -27,17 +27,17 @@ <th width="100%" align="center">Gypsy Reference Manual</th> <td><a accesskey="n" href="why-not-gpsd.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td> </tr></table> -<div class="refentry" lang="en"> +<div class="refentry" title="Gypsy's Design"> <a name="gypsy-design"></a><div class="titlepage"></div> <div class="refnamediv"><table width="100%"><tr> <td valign="top"> <h2><span class="refentrytitle">Gypsy's Design</span></h2> -<p>Gypsy's Design — An explanation of the design principles behind Gypsy.</p> +<p>Gypsy's Design — An explanation of the design principles behind Gypsy.</p> </td> <td valign="top" align="right"></td> </tr></table></div> -<div class="refsect1" lang="en"> -<a name="id2546114"></a><p> +<div class="refsect1"> +<a name="id499018"></a><p> From a users perspective Gypsy is designed to be powerful, yet lightweight enough to be used on low powered systems such as embedded devices. From an application developers perspective Gypsy is designed to be as simple to use as possible. </p> <p> @@ -55,27 +55,27 @@ Gypsy's client D-Bus methods and signals are grouped into a number of related in <col align="left" valign="top"> <tbody> <tr> -<td><span class="term">org.freedesktop.Gypsy.Server</span></td> +<td><p><span class="term">org.freedesktop.Gypsy.Server</span></p></td> <td><p>Methods that control the functions of the gypsy-daemon server.</p></td> </tr> <tr> -<td><span class="term">org.freedesktop.Gypsy.Device</span></td> +<td><p><span class="term">org.freedesktop.Gypsy.Device</span></p></td> <td><p>Methods and signals that relate to the functions of the GPS device.</p></td> </tr> <tr> -<td><span class="term">org.freedesktop.Gypsy.Position</span></td> +<td><p><span class="term">org.freedesktop.Gypsy.Position</span></p></td> <td><p>Methods and signals that relate to the current position of the GPS.</p></td> </tr> <tr> -<td><span class="term">org.freedesktop.Gypsy.Course</span></td> +<td><p><span class="term">org.freedesktop.Gypsy.Course</span></p></td> <td><p>Methods and signals that relate to the current course of the GPS.</p></td> </tr> <tr> -<td><span class="term">org.freedesktop.Gypsy.Accuracy</span></td> +<td><p><span class="term">org.freedesktop.Gypsy.Accuracy</span></p></td> <td><p>Methods and signals that relate to the accuracy of the GPS.</p></td> </tr> <tr> -<td><span class="term">org.freedesktop.Gypsy.Satellite</span></td> +<td><p><span class="term">org.freedesktop.Gypsy.Satellite</span></p></td> <td><p>Methods and signals that relate to the satellites that the GPS can see.</p></td> </tr> </tbody> @@ -92,5 +92,8 @@ Using D-Bus also enables Gypsy to be used from any language that has D-Bus suppo </p> </div> </div> +<div class="footer"> +<hr> + Generated by GTK-Doc V1.11</div> </body> </html> |