diff options
author | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2003-07-28 08:22:17 +0000 |
---|---|---|
committer | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2003-07-28 08:22:17 +0000 |
commit | 0de2ef183b723824da4b12bbb2a8d12713190a3e (patch) | |
tree | 81727c51879200aa64fb97163e4333811c8cf066 /README.Webinterface | |
parent | 7ed5b7a1b4bc3cc31aa89bba015c3a5e856b2ad8 (diff) | |
download | lcd4linux-0de2ef183b723824da4b12bbb2a8d12713190a3e.tar.gz |
[lcd4linux @ 2003-07-28 08:22:17 by reinelt]
several README's moved to web page
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@203 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'README.Webinterface')
-rw-r--r-- | README.Webinterface | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/README.Webinterface b/README.Webinterface deleted file mode 100644 index 0f87dff..0000000 --- a/README.Webinterface +++ /dev/null @@ -1,29 +0,0 @@ - -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. |