Moving manpage upstream
[viking.git] / doc / viking.xml
blob64d037e603b00ee79c77431aa14c2a6d70f111cd
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" [
5 <!--
7 Process this file with an XSLT processor: `xsltproc \
8 -''-nonet /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/\
9 manpages/docbook.xsl manpage.dbk'.  A manual page
10 <package>.<section> will be generated.  You may view the
11 manual page with: nroff -man <package>.<section> | less'.  A
12 typical entry in a Makefile or Makefile.am is:
14 DB2MAN=/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/\
15 manpages/docbook.xsl
16 XP=xsltproc -''-nonet
18 manpage.1: manpage.dbk
19         $(XP) $(DB2MAN) $<
20     
21 The xsltproc binary is found in the xsltproc package.  The
22 XSL files are in docbook-xsl.  Please remember that if you
23 create the nroff version in one of the debian/rules file
24 targets (such as build), you will need to include xsltproc
25 and docbook-xsl in your Build-Depends control field.
27 -->
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. -->
33   <!ENTITY dhdate      "<date>2007-05-24</date>">
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">
42   <!ENTITY debian      "<productname>Debian</productname>">
43   <!ENTITY gnu         "<acronym>GNU</acronym>">
44   <!ENTITY gpl         "&gnu; <acronym>GPL</acronym>">
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;
61     &dhsection;
62   </refmeta>
63   <refnamediv>
64     <refname>&dhpackage;</refname>
66     <refpurpose>program to manage GPS data</refpurpose>
67   </refnamediv>
68   <refsynopsisdiv>
69     <cmdsynopsis>
70       <command>&dhpackage;</command>
71       <arg><replaceable>[file]</replaceable></arg>
73     </cmdsynopsis>
74   </refsynopsisdiv>
75   <refsect1>
76     <title>DESCRIPTION</title>
78     <para>
79   Viking is a free/open source program to manage GPS data. You can 
80   import and plot tracks and waypoints, show Google maps and/or 
81   Terraserver maps under it, add coordinate lines, make new tracks 
82   and waypoints, hide different things, etc. It is written in C 
83   with the GTK+ 2 toolkit, available for Linux, other POSIX 
84   operating systems, and Windows, and is licensed under the GNU GPL. 
85     </para>
86     <para>  
87   Homepage: http://viking.sf.net
88     </para>
90     <para>This manual page was written for the &debian; distribution
91       because the original program does not have a manual page.
92     </para>
94     <para><command>&dhpackage;</command> is a program to manage GPS data</para>
96   </refsect1>
97   <refsect1>
98     <title>OPTIONS</title>
100     <variablelist>
101       <varlistentry>
102         <term><option>[file]</option>
103         </term>
104         <listitem>
105           <para>Specify file to load at start.</para>
106         </listitem>
107       </varlistentry>
108     </variablelist>
110   </refsect1>
111   <refsect1>
112     <title>SEE ALSO</title>
114     <para>viking-remote (1).</para>
115   </refsect1>
116   <refsect1>
117     <title>AUTHOR</title>
119     <para>This manual page was written by &dhusername; &dhemail; for
120       the &debian; system (but may be used by others).  Permission is
121       granted to copy, distribute and/or modify this document under
122       the terms of the &gnu; General Public License, Version 2 any 
123           later version published by the Free Software Foundation.
124     </para>
125         <para>
126           On Debian systems, the complete text of the GNU General Public
127           License can be found in /usr/share/common-licenses/GPL.
128         </para>
130   </refsect1>
131 </refentry>