summaryrefslogtreecommitdiffstats
path: root/dvb-t/se-Umfors
diff options
context:
space:
mode:
authorJonathan McCrohan <jmccrohan@gmail.com>2013-11-04 23:06:50 +0000
committerJonathan McCrohan <jmccrohan@gmail.com>2013-11-04 23:06:50 +0000
commit01e07222f7b63defc4ebb4aec3c485e25af017e9 (patch)
tree5a50f7cc5c7e785c4a0cc1d68a5f36da61514999 /dvb-t/se-Umfors
parent4532828bb8ad8e0075195947944d2a284a2a7ab0 (diff)
downloaddtv-scan-tables-01e07222f7b63defc4ebb4aec3c485e25af017e9.tar.gz
Imported Upstream version 0+git20131101.75f3b39upstream/0+git20131101.75f3b39
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
Prerequisits:

- libgd (I used 1.81 for testing), which needs libpng and libz.
    Get it from http://www.boutell.com/gd/
- apache, perl, netscape (I don't know, if other browsers can display
    server pushed images)

The PNG driver in Raster is able to generate PNG-Images.

To display this png file continuously in a web page, follow these instructions:
Copy the sample png.html to an appropriate place under your htdocs.
Copy the sample nph-png perl script into your cgi-bin directory, and adjust
png.html to contain this directory.
Adjust nph-png to contain the path/filename of the outputfile (s. -o option
in README.Raster or 'lcd4linux -h').
Start 'lcd4linux -o /path/filename.png'.

If you are on a slow connection to your webserver you might also adjust the
$DELAY in nph-png or the tick/tack in lcd4linux.conf.

Note: depending on your webservers configuration, you must rename nph-png to
   nph-png.pl or npg-png.cgi.


Please send correction, additions, questions & donations to
Leopold Toetsch <lt@toetsch.at>

Have fun.