ZDISPLAY
A Display Panel management tool.
This project is based on top of The
Demo Effect Collection project. You can find more about this project
at this address. Thanks to W.P. van Paassen for his kind help.
Technical overview of ZDISPLAY :
- A Web front end enables you to
parameter ANIMBLOCKS
- An ANIMBLOCK is composed by :
- A fade in effect (with its own
parameters, according to TDEC effects)
- A background effect (or several in
a future release, using multilayer capabilities of TDEC) and its
parameters if parameters needed or available
- A scroll effect with its
parameters : text to display , parameters, time ot wait before
transition to next ANIMBLOCK after the whole text has been displayed
- A fade out effect (with its own
parameters, according to TDEC effects)
- You then just parameter which
ANIMBLOCK has to display and the order of display
- All these data are stored in a
MySQL database.
- A daemon, zdisplay, display all
- ANIMBLOCK data are read at
runtime. You don't need to restart zdisplay daemon in order that
effects changes are active. The next time an ANIMBLOCK displays,
changes are active.
How to set up ZDISPLAY
First download TDEC last version code
(prefer CVS or the last tarball)
Download ZDISPLAY data in the CVS tree
in order to create a ZDISPLAY subdir in demo-effects directory.
You should have some problems
generating the Makefile if you do .configure in TDEC . If so, just
use the Makefile delivered with zdisplay. We will work on this part
in order that ZDISPLAY integrate nicely in TDEC makefile.
Create a myslq database called
zdisplay, create tables with zdisplay.sql. Create a mysql
login/password zdisplay/zdisplay that can access (read/write) to
zdisplay database.
Install the directory www-zdisplay in
your web server tree anywhere you want.
Go to http://mywebserver/zdisplay
(or the location where you put the content of www-zdisplay)
Enjoy.
We look for people writing new effects
(scroll, background), drawing a logo for this project, draw new fonts
for the scrolls, ...) and documentation writer or web site
maintainer.
Don't forget to have a look to the sourceforge pages for mailing list (coming soon !) download, and latest news about ZDISPLAY
Many thanks to
for hosting this project !