diff options
| author | Andreas Brachold <vdr07@deltab.de> | 2007-12-16 14:37:56 +0000 |
|---|---|---|
| committer | Andreas Brachold <vdr07@deltab.de> | 2007-12-16 14:37:56 +0000 |
| commit | e74bdb7184b4e72ae58c5175464ef6a3db96aff7 (patch) | |
| tree | 48b6c98ce3b2c5fd55a94f038c354b7f7e5bc42b /bin | |
| parent | 26868547aed93bdba91157faa30db80db06573ba (diff) | |
| download | xxv-e74bdb7184b4e72ae58c5175464ef6a3db96aff7.tar.gz xxv-e74bdb7184b4e72ae58c5175464ef6a3db96aff7.tar.bz2 | |
* VTX: Embedded vtx-font inside module, drop graphics from VTXPATH
* HTTPD: remove binary from url as parameter, now defined at cmdobj, inside modul header
* EPG: rename VPS to PDC, Programme Delivery Control
* tools: add con_err,con_msg to dump message on console and log file
* RECORDS: Show message after editing recording
* MUSIC: remove proxy from playlist building, use proxy only to playing files
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/xxvd | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -27,7 +27,6 @@ my $PATHS = { PODPATH => "$RealBin/../doc", HTMLDIR => "$RealBin/../", FONTPATH => "$RealBin/../share/fonts/ttf-bitstream-vera", - VTXPATH => "$RealBin/../share/vtx", NEWSMODS => "$RealBin/../lib/XXV/OUTPUT/NEWS", NEWSTMPL => "$RealBin/../share/news", CONTRIB => "$RealBin/../contrib", @@ -168,7 +167,6 @@ GetOptions ( "poddir=s" => \$PATHS->{PODPATH}, "htmldir=s" => \$PATHS->{HTMLDIR}, "fontdir=s" => \$PATHS->{FONTPATH}, - "vtxdir=s" => \$PATHS->{VTXPATH}, "contrib=s" => \$PATHS->{CONTRIB}, "newsmods=s" => \$PATHS->{NEWSMODS}, "newstmpl=s" => \$PATHS->{NEWSTMPL}, |
