~foxtrotgps-team/foxtrotgps/website

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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <title>FoxtrotGPS FAQs</title>
    <link rel="stylesheet" type="text/css" href="base.css">
  </head>
  
  <body>
    <h1 class="title">
      FoxtrotGPS:
      we&nbsp;can&nbsp;dance&nbsp;if&nbsp;we&nbsp;want&nbsp;to...
      <img width=56 height=46 src="foxtrot.png" alt="[ft]">
    </h1>
    [ <a href=".">Home</a> ]
    [ <a href="doc/foxtrotgps.html">Manual</a> ]
    [ FAQ ]
    [ <a href="build.html">Build</a> ]
    [ <a href="https://bugs.launchpad.net/foxtrotgps">Bugs</a> ]
    <hr>

    <h2>Frequently Asked Questions (with answers!)</h2>

      <dl>
<!--
        <dt>
          Why are you re-inventing the GUI?

          Isn't Marcus required to
          provide <em>all</em> `source' in the `preferred form for
          modifications' under the terms of his own license, the
          GPLv2?
        <dd>
          <p>
            Even if the answer to the latter question was "yes", it's
            generally not worth spending the time and energy required to
            get things by fighting: the investment is almost always
            <em>massive</em> in proportion to the payoff, and creates
            additional ill will as a byproduct. And we want FoxtrotGPS
            to be known as a <em>friendly</em> and cooperative
            project; occasionally, that if that means that we end up
            having to do more work ourselves, so be it. But re-creating
            a GUI with Glade should not be, by any means, an
            insurmountable task.
-->

        <dt>
          Where's the mailing-list?
        <dd>
          <p>
            FoxtrotGPS users and developers are invited to collaborate via
            the <a href="https://wiki.osgeo.org/wiki/FOSS-GPS">foss-gps list</a>
            provided by <a href="https://www.osgeo.org/">OSGeo</a>.

        <dt>
          Is there an IRC channel?
        <dd>
          <p>
            Yes, there is!
            It's <a href="ircs://chat.freenode.net/#foxtrotgps">#FoxtrotGPS</a>
            on the <a href="https://freenode.net/">freenode</a> network.

        <dt>
          Where's the Wiki? Where's the...? Wasn't FoxtrotGPS founded
          because you wanted all sorts of things like that?
          Why are you hosting the Bazaar archive yourself instead of
          using Launchpad and getting all of the extra features it provides?
        <dd>
          <p>
<!--
            We will be incorporating additional elements of
            infrastructure as we reach the stages at which they become
            appropriate.
-->

            We will be incorporating additional infrastructure
            elements as our needs grow.

          <p>
            The FoxtrotGPS project is still in a relatively early stage of
            community-building, which means establishing a sense of
            <em>focus</em> where previously there may not have been
            any. Many contributors are still just now learning the
            tools and conventions used on the project, and all of the
            contributors are still learning each others'
            personalities. The key elements of communication and
            collaboration for a FOSS project at this stage of
            development are:

          <ul>
            <li>
              An e-mail list with public archives for communication
              and coordination.

            <li>
              An IRC channel for communication/coordination of issues
              requiring more `semantic bandwidth' than e-mail can provide.

            <li>
              A publicly-readable version-control repository, so that
              the community can track the evolution of the project and
              have a basis for building things that may be contributed
              back to the project.

            <li>
              A website documenting the goals of the project and
              providing references to the above resources.
          </ul>

          <p>
            In time, all of the tools mentioned in the above question
            may become useful; in the interim, we're trying to avoid
            an <em>overabundance</em> of communications-channels and
            `extra features' that would actually likely increase distraction
            and interfere with focus. Hence our initial `minimalism'.

<!--
          <p>
            That just leaves the
-->

        </dd>

        <dt>Where should I submit patches?
        <dd>
          <p>Patches--and discussions about patches--are welcome on the
            <a href="https://wiki.osgeo.org/wiki/FOSS-GPS">foss-gps
              e-mail&nbsp;list</a>.

        <dt>Where should I post bugs?
        <dd>
          <p>Please file bugs in the FoxtrotGPS
             <a href="https://bugs.launchpad.net/foxtrotgps">bug-tracker</a>.
             The <a href="https://wiki.osgeo.org/wiki/FOSS-GPS">foss-gps
              e-mail&nbsp;list</a> is also a good place to discuss them.

        <dt>What about translations?
        <dd>
          <p>
            Yes! We are accepting translation patches as well.
            With in-development source code being publicly available
            between releases, it's possible to have FoxtrotGPS be
            fully translated at each release. Please help us with this!
          <p>
            For the time being, please bring your translation patches to
            the <a href="https://wiki.osgeo.org/wiki/FOSS-GPS">foss-gps
              e-mail&nbsp;list</a>.

        <dt>What GPS device should I use?
        <dd>
          <p>
            Hardware support is provided by <a href="http://www.catb.org/gpsd/">GPSd</a>
            so FoxtrotGPS will work with any of the <a href="http://www.catb.org/gpsd/hardware.html">hardware supported by GPSd</a>.
      </dl>

    <p>
      If you have a question not covered in this FAQ, feel free to
      enquire on the <a href="https://wiki.osgeo.org/wiki/FOSS-GPS">foss-gps
        e-mail list</a>.

  </body>
</html>