tazpanel diff data/tazpanel.conf @ rev 120

Move config file to data/, improve panel activity with syntax_highliter and move diff colors to CSS
author Christophe Lincoln <pankso@slitaz.org>
date Fri Apr 15 12:36:09 2011 +0200 (2011-04-15)
parents tazpanel.conf@dce3e66c3ba4
children e4381f2e73f6
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/data/tazpanel.conf	Fri Apr 15 12:36:09 2011 +0200
     1.3 @@ -0,0 +1,34 @@
     1.4 +# tazpanel.conf: SliTaz Web Control Panel configuration
     1.5 +#
     1.6 +# Copyright (C) 2011 SliTaz GNU/Linux - BSD License
     1.7 +#
     1.8 +
     1.9 +# Panel location and theme
    1.10 +PANEL="/var/www/tazpanel"
    1.11 +STYLE="default"
    1.12 +
    1.13 +# Absolute path to images and xHTML skel from $PANEL
    1.14 +IMAGES="/styles/$STYLE/images"
    1.15 +HEADER="/styles/$STYLE/header.html"
    1.16 +FOOTER="/styles/$STYLE/footer.html"
    1.17 +
    1.18 +# Display some debug messages
    1.19 +DEBUG="0"
    1.20 +
    1.21 +# Activity log file
    1.22 +LOG_FILE="/var/log/slitaz/tazpanel.log"
    1.23 +
    1.24 +# Terminal settings
    1.25 +TERMINAL="xterm"
    1.26 +TERM_OPTS="-geometry 80x16-0+24 -bg black -fg white"
    1.27 +
    1.28 +# Generic page loading message
    1.29 +LOADING_MSG="Loading..."
    1.30 +
    1.31 +# Busybox HTTP daemon config
    1.32 +HTTPD_CONF="/etc/slitaz/httpd.conf"
    1.33 +HTTPD_PORT="82"
    1.34 +
    1.35 +# Shared Tazpkg paths
    1.36 +LOCALSTATE="/var/lib/tazpkg"
    1.37 +INSTALLED="$LOCALSTATE/installed"