]> git.street.me.uk Git - andy/viking.git/blame - doc/viking.xml
Refactoring: use a GObject model to implement MapSource hierarchy tree
[andy/viking.git] / doc / viking.xml
CommitLineData
5c388229
GB
1<?xml version='1.0' encoding='ISO-8859-1'?>
2<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
3"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
4
5<!--
6
7Process this file with an XSLT processor: `xsltproc \
8-''-nonet /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/\
9manpages/docbook.xsl manpage.dbk'. A manual page
10<package>.<section> will be generated. You may view the
11manual page with: nroff -man <package>.<section> | less'. A
12typical entry in a Makefile or Makefile.am is:
13
14DB2MAN=/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/\
15manpages/docbook.xsl
16XP=xsltproc -''-nonet
17
18manpage.1: manpage.dbk
19 $(XP) $(DB2MAN) $<
20
21The xsltproc binary is found in the xsltproc package. The
22XSL files are in docbook-xsl. Please remember that if you
23create the nroff version in one of the debian/rules file
24targets (such as build), you will need to include xsltproc
25and docbook-xsl in your Build-Depends control field.
26
27-->
28
29 <!-- Fill in your name for FIRSTNAME and SURNAME. -->
30 <!ENTITY dhfirstname "<firstname>Ralf</firstname>">
31 <!ENTITY dhsurname "<surname>Meyer</surname>">
32 <!-- Please adjust the date whenever revising the manpage. -->
85540d7a 33 <!ENTITY dhdate "<date>2008-05-02</date>">
5c388229
GB
34 <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
35 allowed: see man(7), man(1). -->
36 <!ENTITY dhsection "<manvolnum>1</manvolnum>">
37 <!ENTITY dhemail "<email>ranfyy@gmail.com</email>">
38 <!ENTITY dhusername "Ralf Meyer">
39 <!ENTITY dhucpackage "<refentrytitle>VIKING</refentrytitle>">
40 <!ENTITY dhpackage "viking">
41
42 <!ENTITY debian "<productname>Debian</productname>">
43 <!ENTITY gnu "<acronym>GNU</acronym>">
44 <!ENTITY gpl "&gnu; <acronym>GPL</acronym>">
45]>
46
47<refentry>
48 <refentryinfo>
49 <address>
50 &dhemail;
51 </address>
52 <copyright>
53 <year>2007</year>
54 <holder>&dhusername;</holder>
55 </copyright>
56 &dhdate;
57 </refentryinfo>
58 <refmeta>
59 &dhucpackage;
60
61 &dhsection;
62 </refmeta>
63 <refnamediv>
64 <refname>&dhpackage;</refname>
65
66 <refpurpose>program to manage GPS data</refpurpose>
67 </refnamediv>
68 <refsynopsisdiv>
69 <cmdsynopsis>
70 <command>&dhpackage;</command>
85540d7a
GB
71 <group choice="opt">
72 <arg choice="plain"><option>-d</option></arg>
73 <arg choice="plain"><option>--debug</option></arg>
74 </group>
75 <group choice="opt">
76 <arg choice="plain"><option>-V</option></arg>
77 <arg choice="plain"><option>--verbose</option></arg>
78 </group>
79 <arg rep="repeat"><replaceable>file</replaceable></arg>
80 </cmdsynopsis>
81 <cmdsynopsis>
82 <command>&dhpackage;</command>
83 <group choice="opt">
84 <arg choice="plain"><option>-h</option></arg>
85 <arg choice="plain"><option>--help</option></arg>
86 </group>
87 </cmdsynopsis>
88 <cmdsynopsis>
89 <command>&dhpackage;</command>
90 <group choice="opt">
91 <arg choice="plain"><option>-v</option></arg>
92 <arg choice="plain"><option>--version</option></arg>
93 </group>
5c388229
GB
94 </cmdsynopsis>
95 </refsynopsisdiv>
96 <refsect1>
97 <title>DESCRIPTION</title>
98
99 <para>
100 Viking is a free/open source program to manage GPS data. You can
101 import and plot tracks and waypoints, show Google maps and/or
102 Terraserver maps under it, add coordinate lines, make new tracks
103 and waypoints, hide different things, etc. It is written in C
104 with the GTK+ 2 toolkit, available for Linux, other POSIX
105 operating systems, and Windows, and is licensed under the GNU GPL.
106 </para>
107 <para>
108 Homepage: http://viking.sf.net
109 </para>
110
111 <para>This manual page was written for the &debian; distribution
112 because the original program does not have a manual page.
113 </para>
114
115 <para><command>&dhpackage;</command> is a program to manage GPS data</para>
116
117 </refsect1>
118 <refsect1>
119 <title>OPTIONS</title>
120
121 <variablelist>
122 <varlistentry>
85540d7a 123 <term><option>file</option></term>
5c388229
GB
124 <listitem>
125 <para>Specify file to load at start.</para>
126 </listitem>
127 </varlistentry>
85540d7a
GB
128 <varlistentry>
129 <term><option>-d</option></term>
130 <term><option>--debug</option></term>
131 <listitem>
132 <para>Enable debug output.</para>
133 </listitem>
134 </varlistentry>
135 <varlistentry>
136 <term><option>-V</option></term>
137 <term><option>--verbose</option></term>
138 <listitem>
139 <para>Enable verbose output.</para>
140 </listitem>
141 </varlistentry>
142 <varlistentry>
143 <term><option>-?</option></term>
144 <term><option>--help</option></term>
145 <listitem>
146 <para>Show help options.</para>
147 </listitem>
148 </varlistentry>
149 <varlistentry>
150 <term><option>-v</option></term>
151 <term><option>--version</option></term>
152 <listitem>
153 <para>Show version.</para>
154 </listitem>
155 </varlistentry>
5c388229
GB
156 </variablelist>
157
158 </refsect1>
159 <refsect1>
160 <title>SEE ALSO</title>
161
162 <para>viking-remote (1).</para>
163 </refsect1>
164 <refsect1>
165 <title>AUTHOR</title>
166
167 <para>This manual page was written by &dhusername; &dhemail; for
168 the &debian; system (but may be used by others). Permission is
169 granted to copy, distribute and/or modify this document under
170 the terms of the &gnu; General Public License, Version 2 any
171 later version published by the Free Software Foundation.
172 </para>
173 <para>
174 On Debian systems, the complete text of the GNU General Public
175 License can be found in /usr/share/common-licenses/GPL.
176 </para>
177
178 </refsect1>
179</refentry>
180