tazpanel view tazpanel.conf @ rev 26

Add Portuguese transplation for pkgs.cgi and up Makefile
author Christophe Lincoln <pankso@slitaz.org>
date Tue Apr 05 02:07:16 2011 +0200 (2011-04-05)
parents 64f564036b88
children 167d42c156fa
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 # Path to images and xHTML skel
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 # Busybox HTTP deamon config
17 HTTPD_CONF="/etc/slitaz/httpd.conf"
18 HTTPD_PORT="8080"
20 # Shared Tazpkg paths
21 LOCALSTATE="/var/lib/tazpkg"
22 INSTALLED="$LOCALSTATE/installed"