1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>FoxtrotGPS - the friendly FOSS GPS</title>
<link rel="stylesheet" type="text/css" href="base.css">
<link rel="shortcut icon" href="/favicon.ico">
</head>
<body>
<h1 class="title">
FoxtrotGPS:
we can dance if we want to...
<img width=56 height=46 src="foxtrot.png" alt="[ft]">
</h1>
[ Home ]
[ <a href="roadmap.html">Roadmap</a> ]
[ <a href="faq.html">FAQ</a> ]
[ <a href="build.html">Build</a> ]
[ <a href="https://bugs.launchpad.net/foxtrotgps">Bugs</a> ]
<hr>
<h2>Welcome!</h2>
<p>
FoxtrotGPS is an offshoot of Marcus Bauer's excellent
Free & Open Source
<a href="http://www.tangogps.org/">tangoGPS</a> application,
with a focus on cooperation and fostering community innovation.
FoxtrotGPS is freely available to the public for use, redistribution,
and modification under the terms of the
<a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html">
GNU General Public License 2.0 (GPLv2)</a>.
<p>
<b>Version 1.1.0 is <a href="releases">available for download</a>.</b>
<div style="float: right">
<img alt="" width=482 height=333 src="screenshot.png">
</div>
<p>
FoxtrotGPS has a commitment to improving on the extensibility
and maintainability of our sister project,
to extending support for open standards and open architecture,
and to helping grow the developer community through those improvements.
<!--
We intend to maintain a cordial, collaborative, and professional
relationship with tangoGPS and its maintainer.
-->
<p>
Users and developers are invited to connect and collaborate with
us and with each other via the
<a href="http://wiki.osgeo.org/wiki/FOSS-GPS">foss-gps e-mail list</a>
provided by <a href="http://www.osgeo.org/">OSGeo</a>, as well as on
the <a href="irc://chat.freenode.net/#foxtrotgps">#FoxtrotGPS</a> IRC
channel on the <a href="http://freenode.net/">freenode</a>
network.
</p>
<p>
If you've found a bug, please see our
<a href="https://bugs.launchpad.net/foxtrotgps">bug-tracker</a>.
<br>
<p>
We develop and share our changes to the codebase using the
<a href="http://bazaar-vcs.org/">Bazaar version-control system</a>;
if you'd like
to join in, you can start by grabbing a copy of our current shared
codebase:
<blockquote>
<code>bzr branch <a href="/branches/foxtrotgps-dev/">
http://www.foxtrotgps.org/branches/foxtrotgps-dev/</a>
</code>
</blockquote>
<br>
<p>
For help building FoxtrotGPS from a fresh bzr branch,
please refer to the <a href="build.html">build instructions</a>.
<p>
Please also see the <a href="faq.html">FAQ</a> and preliminary
<a href="roadmap.html">project roadmap</a>.
<!--
<p>Bazzar is a <em>distributed</em> version-control system,
which is just perfect for a project involving GPS and mapping
-->
<!--
<p>
The project is currently bootstrapping in preparation for a
proper announcement.
-->
<!--
<p>
It is our hope that
-->
</html>
|