File: manpage_pytrainer.src

package info (click to toggle)
pytrainer 1.9.1-2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 3,572 kB
  • sloc: python: 15,135; sql: 151; xml: 130; makefile: 90; sh: 48
file content (52 lines) | stat: -rw-r--r-- 1,819 bytes parent folder | download
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
.TH pytrainer 7 2011-08-29 "version 1.0"
.SH NAME
pytrainer - sport activity logging tool

.SH SYNOPSIS
pytrainer [options]

.SH DESCRIPTION
pytrainer is a tool to log all sport excursions coming from GPS devices (with a focus on ForeRunnner 205, 305 and 405) or GPX (http://www.topografix.com) files. 
.br 
Pytrainer supports GPS track files and displays it in graphs, maps...

.SH OPTIONS 
.IP "-h, --help"
show this help message and exit
.IP "-d, --debug"
enable logging at debug level
.IP "-i, --info"
enable logging at info level
.IP "-w, --warn"
enable logging at warning level
.IP --valid
enable validation of files imported by plugins (details at info or debug logging level) - note plugin must support validation
.IP --check
triggers database (only sqlite based) and configuration file sanity checks, adding fields if necessary. Backup of database is done before any change. Details at info or debug logging level
.br
.IP --oldgraph 
Turn off new graphing approach
.IP --newgraph
Deprecated option: turn on new graphing approach
.IP --confdir=CONF_DIR  
Specify the directory where application configuration will be stored.
.IP --logtype=TYPE
Specify where logging should be output to. TYPE is one of 'file' (default), or 'console'.

.SH EXAMPLES
.IP pytrainer
starts pytrainer with log level set to ERROR
.IP "pytrainer -d"
starts pytrainer with log level set to DEBUG (troubleshooting)

.SH AUTHORS
This manual page was originally written by Braulio Valdivielso <brlvldvlsmrtnz@gmail.com> and polished by Christian Perrier <bubulle@debian.org>.
.P
For more information please check 'Credits' in 'About' menu.
.P
Thanks to everyone who contributes and supports pytrainer.

.SH SEE ALSO
Project web site: http://sourceforge.net/apps/trac/pytrainer/
.br
Distribution list: pytrainer-devel@lists.sourceforge.net