Menu

Tree [7d006e] master /
 History

HTTPS access


File Date Author Commit
 ext 2007-11-10 hitman_47 hitman_47 [bcd9ef] - updated xmlParser to version 2.33
 po 2009-07-01 Matthias Feistel Matthias Feistel [7dfd5b] * version bump to 0.1.7-svn
 COPYING 2007-05-07 hitman_47 hitman_47 [b3bfa1] Initial import.
 DEBUG 2007-05-07 hitman_47 hitman_47 [b3bfa1] Initial import.
 HACKING 2008-03-11 hitman_47 hitman_47 [a01078] - added section Translating to HACKING textfile
 HISTORY 2009-07-01 Matthias Feistel Matthias Feistel [7dfd5b] * version bump to 0.1.7-svn
 Makefile 2010-01-29 Matthias Feistel Matthias Feistel [7d006e] Add fPIC parameter while HATTRICK_DEBUG flag is...
 README 2009-02-12 hitman_47 hitman_47 [9162a8] - changed credits
 config.h 2009-07-01 Matthias Feistel Matthias Feistel [7dfd5b] * version bump to 0.1.7-svn
 hattrick.c 2008-08-24 hitman_47 hitman_47 [a2fee6] - integrating branch VDR-HATTRICK-0_1_3-libxml2
 i18n-template.c 2008-03-09 hitman_47 hitman_47 [02ab05] - renewed Makefile and language files from newp...
 i18n.h 2008-03-10 hitman_47 hitman_47 [ccf0dd] - inclusion of <vdr/config.h> for getting info ...
 net_hattrickconnector.c 2009-01-05 hitman_47 hitman_47 [f0ec7e] - use debug messages in net_hattrickconnector o...
 net_hattrickconnector.h 2008-12-11 hitman_47 hitman_47 [a86b98] - feeding stringstream, instead of strings; so ...
 net_hattrickconnector_chppmodules.c 2008-12-11 hitman_47 hitman_47 [a86b98] - feeding stringstream, instead of strings; so ...
 net_hattrickconnector_chppmodules.h 2008-09-01 hitman_47 hitman_47 [6d4f97]
 net_httpsocket.c 2008-08-18 hitman_47 hitman_47 [c8d606] - added host to GetRequest method
 net_httpsocket.h 2008-08-24 hitman_47 hitman_47 [a2fee6] - integrating branch VDR-HATTRICK-0_1_3-libxml2
 osd_userinterface.c 2008-10-25 hitman_47 hitman_47 [f1d1a1] - changed first tab of osd main menu
 osd_userinterface.h 2008-05-13 hitman_47 hitman_47 [056b7c] improved displaying matchtime (upcoming, pause,...
 osd_userinterface_matchdetails.c 2008-05-13 hitman_47 hitman_47 [056b7c] improved displaying matchtime (upcoming, pause,...
 osd_userinterface_matchdetails.h 2008-05-13 hitman_47 hitman_47 [056b7c] improved displaying matchtime (upcoming, pause,...
 po2i18n.pl 2008-03-31 hitman_47 hitman_47 [09f6e8]
 settings.c 2008-08-24 hitman_47 hitman_47 [a2fee6] - integrating branch VDR-HATTRICK-0_1_3-libxml2
 settings.h 2008-05-21 hitman_47 hitman_47 [2e7ca9]
 setup.c 2008-12-14 hitman_47 hitman_47 [d59a55] - version bump
 setup.h 2008-08-04 hitman_47 hitman_47 [1be5e5] - internationalization of user input with po files
 setup_favourites.c 2008-12-14 hitman_47 hitman_47 [d59a55] - version bump
 setup_favourites.h 2007-10-28 hitman_47 hitman_47 [dbc05a] remerging branch VDR-HATTRICK-0_1_0 (rev. 50) i...
 setup_info.c 2008-09-01 hitman_47 hitman_47 [6d4f97]
 setup_info.h 2008-08-19 hitman_47 hitman_47 [52c9bc] - introduced setup page info, in order to displ...
 setup_info_nextmatch.c 2008-09-01 hitman_47 hitman_47 [6d4f97]
 setup_info_nextmatch.h 2008-09-01 hitman_47 hitman_47 [6d4f97]
 timer.c 2008-12-06 hitman_47 hitman_47 [af9fe6] - extended time window after match, in order no...
 timer.h 2007-10-28 hitman_47 hitman_47 [dbc05a] remerging branch VDR-HATTRICK-0_1_0 (rev. 50) i...
 utils.c 2009-03-16 hitman_47 hitman_47 [46f0a6] - enhanced html2text (span)
 utils.h 2008-12-06 hitman_47 hitman_47 [5b618b] - not breaking for-loop, so a finished match wi...

Read Me

This is a "plugin" for the Video Disk Recorder (VDR).

Written by:                  Matthias Feistel
                             <hitman_47@users.sourceforge.net>
                             GnuPG Key ID: 0xD6182313
                             
Project's homepage:          http://sourceforge.net/projects/vdr-hattrick/

Latest version available at: http://downloads.sourceforge.net/sourceforge/vdr-hattrick/

There is also a SVN trunk available. For more information please have a look
at the project's homepage. 

See the file COPYING for license information.


DESCRIPTION:

vdr-hattrick is a match viewer for the online soccer game on http://hattrick.org/.
This application has been CHPP-certified by hattrick.org; see the following link for
a list of chpp applications: <http://www.hattrick.org/common/chppnew.asp>.

DEPENDENCIES:

C++ Sockets <http://www.alhem.net/Sockets/>


INSTALL:

Make sure, C++ Sockets (see dependencies above) is installed properly.
Review the C++ Sockets' Makefile for proper settings ($PREFIX).

Choose options in <vdr/Make-hattrick.config>. That file must be
created by the user and the following line must be added to <vdr/Make.config>:
-include $(VDRDIR)/Make-*.config
Instead of using the Make-hattrick.config, you can use the Options in
<vdr/Make.config> directly, of course.

HATTRICK_DEBUG = 1 /** Compiles the plugin with debugger symbols */

Then install it the usual vdr-plugin way (untar package; make all).


CREDITS:

This Project uses sources of the following authors:

Klaus Schmidinger				(VDR itself <http://www.cadsoft.de/vdr/>)
Anders Hedstrom					(C++ Sockets Library <http://www.alhem.net/Sockets/>)
Dr. Ir. Frank Vanden Berghen	(xmlParser <http://www.applied-mathematics.net/tools/xmlParser.html>)


CONTRIBUTORS:

Sauli Ketola   (Thanks for providing Finnish translation)
Diego Pierotto (Thanks for providing Italian translation)                  
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.