summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author81.86.252.28 <81-86-252-28.dsl.pipex.com>2009-02-18 16:24:06 +0000
committer81.86.252.28 <81-86-252-28.dsl.pipex.com>2009-02-18 16:24:06 +0000
commitab76f4235bf21ae70369ab34ed7746260913f1ad (patch)
tree0d8152a92f6762d93650c8ab3a0bd1bbff74e374
parent8bfbd27f63fb6cfb81b3e014a987922be2c2a1fc (diff)
-rw-r--r--Gypsy.moin18
1 files changed, 9 insertions, 9 deletions
diff --git a/Gypsy.moin b/Gypsy.moin
index c8b5b3a..2840432 100644
--- a/Gypsy.moin
+++ b/Gypsy.moin
@@ -10,7 +10,7 @@ Gypsy uses D-Bus to notify clients about location changes, sitting on the system
Gypsy is designed to be usable on all manner of systems, from low powered devices (such as Nokia N810 and Openmoko Neo) to regular high powered desktop systems. As the signals it emits are fine grained applications are woken up only when they absolutely need to be, keeping power requirements to a minimum.
-Gypsy was designed to fix the [http://gypsy.freedesktop.org/why-not-gpsd.html numerous design flaws] found in GPSD.
+Gypsy was designed to fix the [[http://gypsy.freedesktop.org/why-not-gpsd.html|numerous design flaws]] found in GPSD.
Included with Gypsy is libgypsy which is a GObject based C wrapper for the D-Bus API making writing clients very simple, although any language with D-Bus bindings can be used to write a Gypsy client (See simple-gps-python.py in the Gypsy sources for an example written in Python)
@@ -23,21 +23,21 @@ This distinction is made so that the core of Gypsy, the gypsy-daemon program is
== Requirements ==
Gypsy requires the following:
- * [http://dbus.freedesktop.org D-Bus]
- * [http://www.gtk.org GLib]
+ * [[http://dbus.freedesktop.org|D-Bus]]
+ * [[http://www.gtk.org|GLib]]
-If Bluetooth GPS support is required, then Gypsy optionally use [http://www.bluez.org Bluez].
+If Bluetooth GPS support is required, then Gypsy can optionally use [[http://www.bluez.org|Bluez]].
== Documentation ==
- * [http://gypsy.freedesktop.org/gypsy-tutorial.html A C tutorial on using Gypsy to write a simple GPS client]
- * [http://gypsy.freedesktop.org/reference/html/index.html The libgypsy API documentation]
+ * [[http://gypsy.freedesktop.org/gypsy-tutorial.html|A C tutorial on using Gypsy to write a simple GPS client]]
+ * [[http://gypsy.freedesktop.org/reference/html/index.html|The libgypsy API documentation]]
== Downloading ==
- * Tarball - [http://gypsy.freedesktop.org/gypsy-releases/]
+ * Tarball - [[http://gypsy.freedesktop.org/gypsy-releases/]]
* GIT - git clone git://anongit.freedesktop.org/git/gypsy
== Packages ==
-Debian - In Debian or at [http://debian.o-hand.com]
+Debian - In Debian or at [[http://debian.o-hand.com]]
== Bug Tracking ==
-Gypsy uses [http://bugzilla.o-hand.com Bugzilla] to track its bugs.
+Gypsy uses [[http://bugzilla.o-hand.com|Bugzilla]] to track its bugs.