]> git.street.me.uk Git - andy/viking.git/blame - debian/viking-remote.xml
Unused variable
[andy/viking.git] / debian / viking-remote.xml
CommitLineData
c2bc7243
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. -->
2d546d79
GB
30 <!ENTITY dhfirstname "<firstname>Ralf</firstname>">
31 <!ENTITY dhsurname "<surname>Meyer</surname>">
c2bc7243 32 <!-- Please adjust the date whenever revising the manpage. -->
2d546d79 33 <!ENTITY dhdate "<date>2007-05-24</date>">
c2bc7243
GB
34 <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
35 allowed: see man(7), man(1). -->
2d546d79
GB
36 <!ENTITY dhsection "<manvolnum>1</manvolnum>">
37 <!ENTITY dhemail "<email>ranfyy@gmail.com</email>">
38 <!ENTITY dhusername "Ralf Meyer">
c2bc7243 39 <!ENTITY dhucpackage "<refentrytitle>VIKING</refentrytitle>">
2d546d79 40 <!ENTITY dhpackage "viking-remote">
c2bc7243
GB
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 <author>
53 &dhfirstname;
54 &dhsurname;
55 </author>
56 <copyright>
2d546d79 57 <year>2007</year>
c2bc7243
GB
58 <holder>&dhusername;</holder>
59 </copyright>
60 &dhdate;
61 </refentryinfo>
62 <refmeta>
63 &dhucpackage;
64
65 &dhsection;
66 </refmeta>
67 <refnamediv>
68 <refname>&dhpackage;</refname>
69
2d546d79 70 <refpurpose>program to manage GPS data</refpurpose>
c2bc7243
GB
71 </refnamediv>
72 <refsynopsisdiv>
73 <cmdsynopsis>
74 <command>&dhpackage;</command>
c2bc7243
GB
75 </cmdsynopsis>
76 </refsynopsisdiv>
77 <refsect1>
78 <title>DESCRIPTION</title>
79
2d546d79
GB
80 <para>
81 Viking is a free/open source program to manage GPS data. You can
82 import and plot tracks and waypoints, show Google maps and/or
83 Terraserver maps under it, add coordinate lines, make new tracks
84 and waypoints, hide different things, etc. It is written in C
85 with the GTK+ 2 toolkit, available for Linux, other POSIX
86 operating systems, and Windows, and is licensed under the GNU GPL.
87 If you're having a hard time visualizing it, check out the
88 screenshots, then download and try it and tell what you think
89 of it on the mailing list.
90 </para>
91 <para>
92 Homepage:
93 http://viking.sf.net
94 </para>
c2bc7243
GB
95
96 <para>This manual page was written for the &debian; distribution
97 because the original program does not have a manual page.
2d546d79 98 </para>
c2bc7243 99
2d546d79 100 <para><command>&dhpackage;</command> is a program to manage GPS data</para>
c2bc7243
GB
101
102 </refsect1>
103 <refsect1>
104 <title>OPTIONS</title>
105
2d546d79
GB
106 <para>Usage: viking-remote uri
107 </para>
108
c2bc7243
GB
109 </refsect1>
110 <refsect1>
111 <title>SEE ALSO</title>
112
2d546d79 113 <para>viking (1).</para>
c2bc7243
GB
114 </refsect1>
115 <refsect1>
116 <title>AUTHOR</title>
117
118 <para>This manual page was written by &dhusername; &dhemail; for
119 the &debian; system (but may be used by others). Permission is
120 granted to copy, distribute and/or modify this document under
121 the terms of the &gnu; General Public License, Version 2 any
122 later version published by the Free Software Foundation.
123 </para>
124 <para>
125 On Debian systems, the complete text of the GNU General Public
126 License can be found in /usr/share/common-licenses/GPL.
127 </para>
128
129 </refsect1>
130</refentry>
131