aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorltoetsch <ltoetsch@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2001-03-01 15:11:30 +0000
committerltoetsch <ltoetsch@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2001-03-01 15:11:30 +0000
commit4e1dbe89f4ef1f6c8086991e68c1566aae22c467 (patch)
tree0f39e041e461437ed275db79c913d668af9026bd /README
parent8785427f310078d20860008a6202071b25bff75e (diff)
downloadlcd4linux-4e1dbe89f4ef1f6c8086991e68c1566aae22c467.tar.gz
[lcd4linux @ 2001-03-01 15:11:30 by ltoetsch]
added PNG,Webinterface git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@91 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to '')
-rw-r--r--README.Webinterface29
1 files changed, 29 insertions, 0 deletions
diff --git a/README.Webinterface b/README.Webinterface
new file mode 100644
index 0000000..0f87dff
--- /dev/null
+++ b/README.Webinterface
@@ -0,0 +1,29 @@
+
+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.