This is a small utility to parse the private sections of the gist-epg.
It produce a xml file which contains the HoerZu-EPG Data.

It is important to have the linux dvb drivers up and running an some tools 
like "szap" and "dvbsnoop" installed.

Please have a look to the script dumpgist.sh
You _must_ modify the installation path of the "szap" and "dvbsnoop" tools.
This script tune to the HOERZU Transponder and dump the sections to some files.

After running this script (8 min) you can call the sat2xml programm to produce the xml
file.

neuber@laptop:~/gist/work/sat2xml$ ls -l gist041109-Tue-19_53.*
-rw-r--r--  1 neuber neuber  8435832 2004-11-09 20:21 gist041109-Tue-19_53.5172
-rw-r--r--  1 neuber neuber  1668508 2004-11-09 20:21 gist041109-Tue-19_53.5173
-rw-r--r--  1 neuber neuber  5568155 2004-11-09 20:22 gist041109-Tue-19_53.5174
-rw-r--r--  1 neuber neuber  1677634 2004-11-09 20:22 gist041109-Tue-19_53.5175
-rw-r--r--  1 neuber neuber 11356736 2004-11-09 20:22 gist041109-Tue-19_53.5176


example:  As you can see, the basename of the files is "gist041109-Tue-19_53"
	  So you can call the programm with:
		./rg1000 -f gist041109-Tue-19_53

On my system (700 MHZ) it takes about 10 seconds so produce the xml-file and the images.

VIEW the XMLTV-File in your Browser:
------------------------------------
- http://tobyinkster.co.uk/tv2html
	./tv2html.pl gist041110-Wed-13_52.xml > /tmp/tt1.html
- http://elina.htlw16.ac.at/~hoerandl/xmltv.html
	./create-html.pl --showother gist041110-Wed-13_52.xml > /tmp/tt2.html
Unfortunately both programms do not show the icon for each programme tag :-(

For me it works fine at the time of writing. Maybe Gist will change the data format in the
future, then this work is useless ;-(

Have fun with this,
 Frank Neuber (Tue Nov 30 15:18:33 CET 2004)



LINKS:
--------------------
XMLTV-Tools:
	http://membled.com/work/apps/xmltv/
	http://tobyinkster.co.uk/tv2html
	http://elina.htlw16.ac.at/~hoerandl/xmltv.html

Some information about gist:
	http://www.gist.de/

My Homepage:
	http://www.kernelport.org
