Home
Name Modified Size InfoDownloads / Week
trainingstagebuch-reader_v0.5 2011-12-23
trainingstagebuch-reader_v0.4 2011-07-24
trainingstagebuch-reader_v0.2 2010-11-19
trainingstagebuch-reader_v0.1 2010-11-10
README.TXT 2010-11-19 1.8 kB
Totals: 5 Items   1.8 kB 0
Trainingstagebuch Reader 

Copyright Kai Schmitte, 2010
This project is distriubuted under the GPL. See COPYING and the text at the bottom. 

This project bases on http://trainingstagebuch.org from Nils Knieling. 
Thanks for this good online training tracker!

The idea of this project is to get a better overview over some running specific things which the original Trainingstagebuch show as it is not specifically aimed at runners. 
Specifically here an overview of the shoe usage (at first). 



To run the project from the command line, go to the dist folder and
type the following:
java -jar "trainingstagbuch-reader.jar <options>
with the following options: 
	gui - opens a Swing table showing all available data.
			The connection parameters (username/password) are taken from ttr.properties
In case the data should be shown on the command line use the following:
	filename - uses login data from a properties file e.g. ttr.properties
	username password - use the given username & password for logging in

It will return a list of shoes with their respecitve km in use - plus some more info. 


This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
Source: README.TXT, updated 2010-11-19