tazpanel view tazpanel.conf @ rev 32

add doc/ with index.cgi to generate translated help and doc + use absolute path in xHTML and config
author Christophe Lincoln <pankso@slitaz.org>
date Tue Apr 05 05:51:38 2011 +0200 (2011-04-05)
parents 167d42c156fa
children f57db6b5b4c6
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 -bg black -fg white"
19 # Busybox HTTP deamon config
20 HTTPD_CONF="/etc/slitaz/httpd.conf"
21 HTTPD_PORT="8080"
23 # Shared Tazpkg paths
24 LOCALSTATE="/var/lib/tazpkg"
25 INSTALLED="$LOCALSTATE/installed"