tazpanel view tazpanel.conf @ rev 44

Add a loading mechanism for page that take long to be generated
author Christophe Lincoln <pankso@slitaz.org>
date Fri Apr 08 01:17:37 2011 +0200 (2011-04-08)
parents f57db6b5b4c6
children 5b7e9a6565c9
line source
1 # tazpanel.conf: SliTaz Web Control Panel configuration
2 #
4 # Panel location and theme
5 PANEL="/var/www/tazpanel"
6 STYLE="default"
8 # Absolute path to images and xHTML skel from $PANEL
9 IMAGES="/styles/$STYLE/images"
10 HEADER="/styles/$STYLE/header.html"
11 FOOTER="/styles/$STYLE/footer.html"
13 # Display some debug message
14 DEBUG="0"
16 # Xterm options
17 XTERM_OPTS="-geometry 80x16-0+24 -bg black -fg white"
19 # Generic page loading message
20 LOADING_MSG="Loading... please wait"
22 # Busybox HTTP deamon config
23 HTTPD_CONF="/etc/slitaz/httpd.conf"
24 HTTPD_PORT="8090"
26 # Shared Tazpkg paths
27 LOCALSTATE="/var/lib/tazpkg"
28 INSTALLED="$LOCALSTATE/installed"