# Digikabel, Hungary
# For the following cities:
# Budapest, Dorog, Hatvan, Kiskunhalas, Debrecen, Szekesfehervar, Pecs,
# Veszprem, Dunaujvaros, Miskolc, Gyongyos, Tatabanya, Varpalota, Nagykanizsa,
# Salgotarjan, Batonyterenye, Szolnok, Szentistvan, Nyiregyhaza, Gyor,
# Szazhalombatta, Bekescsaba, Bekes, Eger, Komlo, Oroszlany
# In some of the cities not all the frequencies are available.
# freq sr fec mod
C 121000000 6900000 NONE QAM256
C 354000000 6900000 NONE QAM256
C 362000000 6900000 NONE QAM256
C 370000000 6900000 NONE QAM256
C 378000000 6900000 NONE QAM256
C 386000000 6900000 NONE QAM256
C 394000000 6900000 NONE QAM256
C 402000000 6900000 NONE QAM256
C 410000000 6900000 NONE QAM256
C 746000000 6900000 NONE QAM256
C 754000000 6900000 NONE QAM256
C 762000000 6900000 NONE QAM256
C 770000000 6900000 NONE QAM256
C 778000000 6900000 NONE QAM256
C 786000000 6900000 NONE QAM256
C 794000000 6900000 NONE QAM256
C 850000000 6900000 NONE QAM256
class='sub'>lcd4linux Debian packaging
Jonathan McCrohan |
Age | Commit message (Collapse) | Author | Files | Lines |
|
new util 'hash' for associative arrays
new plugin 'cpuinfo'
|
|
timer queues added
liblcd4linux deactivated turing transformation to new layout
|
|
evaluating the 'Variables' section in the config file
|
|
further widget and layout processing
|
|
layout starts to exist...
|
|
added new function 'cfg_list()' (not finished yet)
added layout.c (will replace processor.c someday)
added widget_text.c (will be the first and most important widget)
modified lcd4linux.c so that old-style configs should work, too
|
|
changed initialization order so cfg() gets initialized before plugins.
This way a plugin's init() can use cfg_get().
Thanks to Xavier for reporting this one!
|
|
I2C Sensors plugin from Xavier added
|
|
further matrixOrbital changes
widgets initialized
|
|
new MatrixOrbital changes
|
|
initiated transfer to new driver architecture
new file 'drv.c' will someday replace 'display.c'
new file 'drv_MatrixOrbital.c' will replace 'MatrixOrbital.c'
due to this 'soft' transfer lcd4linux should stay usable during the switch
(at least I hope so)
|
|
added 'section' argument to cfg_get(), but NULLed it on all calls by now.
|
|
allowed '.' in key names
allowed empty group keys (not only "group anything {", but "anything {")
|
|
Luk Claes added to AUTHORS
cfg: group handling ('{}') added
|
|
small glitch in evaluator fixed
made config table sorted and access with bsearch(),
which should be much faster
|
|
more copyright issues
|
|
Copyright statements cleaned up
|
|
more debianizing
|
|
debian updates
|
|
autotools update
|
|
|
|
Evaluator: functions with variable argument lists
Evaluator: plugin_sample.c and README.Plugins added
|
|
Evaluator rearrangements...
|
|
added %y tokens to make the Evaluator useable
|
|
debianization added
|
|
Changelog, TODO updated
|
|
added XMMS plugin from Markus Keil
|