|
From: <dg...@us...> - 2011-11-28 22:41:38
|
Revision: 942
http://pytrainer.svn.sourceforge.net/pytrainer/?rev=942&view=rev
Author: dgranda
Date: 2011-11-28 22:41:32 +0000 (Mon, 28 Nov 2011)
Log Message:
-----------
Adding a description in name section. Renaming man file. No need for README file any more
Added Paths:
-----------
pytrainer/trunk/man/pytrainer.7
Removed Paths:
-------------
pytrainer/trunk/man/README
pytrainer/trunk/man/manpage_pytrainer.src
Deleted: pytrainer/trunk/man/README
===================================================================
--- pytrainer/trunk/man/README 2011-11-25 18:10:26 UTC (rev 941)
+++ pytrainer/trunk/man/README 2011-11-28 22:41:32 UTC (rev 942)
@@ -1,17 +0,0 @@
-Some notes about manpage for pytrainer:
-
-Current source manpage is unfortunately _not_ automatically generated.
-
-To test how man page will look like, just execute:
-
- $ groff -Tascii -man manpage_pytrainer.src
-
-It is not clear which one is the right path to store man pages. On Fedora 15, it is under /usr/share/man, but output from manpath command adds /usr/local/share/man that is empty.
-
-Manual installations instructions would be (pytrainer would match section 7, miscellaneous):
-
-$ cp <manpage source file> pytrainer.7
-$ gzip pytrainer.7
-$ sudo cp pytrainer.7.gz <man_path>/man7/
-
-This installation process needs to be as automated as possible to get integrated with python distutils
Deleted: pytrainer/trunk/man/manpage_pytrainer.src
===================================================================
--- pytrainer/trunk/man/manpage_pytrainer.src 2011-11-25 18:10:26 UTC (rev 941)
+++ pytrainer/trunk/man/manpage_pytrainer.src 2011-11-28 22:41:32 UTC (rev 942)
@@ -1,52 +0,0 @@
-.TH pytrainer 7 2011-08-29 "version 1.0"
-.SH NAME
-pytrainer - manual page for pytrainer 1.9.0
-
-.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 <brl...@gm...> and polished by Christian Perrier <bu...@de...>.
-.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: pyt...@li...
Copied: pytrainer/trunk/man/pytrainer.7 (from rev 941, pytrainer/trunk/man/manpage_pytrainer.src)
===================================================================
--- pytrainer/trunk/man/pytrainer.7 (rev 0)
+++ pytrainer/trunk/man/pytrainer.7 2011-11-28 22:41:32 UTC (rev 942)
@@ -0,0 +1,52 @@
+.TH pytrainer 7 2011-11-28 "version 1.9.2"
+.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 <brl...@gm...> and polished by Christian Perrier <bu...@de...>. Detailed information and further changes by David García Granda <dg...@gm...>.
+.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: pyt...@li...
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|