tazpanel view data/tazpanel.conf @ rev 501

*.cgi: Implement TazPanel title and sub-title; hardware.cgi: fix and improve modules search; index.cgi: complex code using awk was prevented 'make pot' to collect all messages, fix terminal history removing; tazpanel.js: disable buttons when no packages selected (pkgs.cgi: up / search / category lists); network.cgi: complex comment was prevented 'make pot' to collect all messages; powersaving.cgi: starting development; *.po: rebuild; tazpanel.ttf: add messages icons, so remove all the style/png images and change libtazpanel; *.css: title and sub-title, messages icons; test.cgi: add new icons.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jun 08 04:32:19 2015 +0300 (2015-06-08)
parents b3c93e4a8acc
children
line source
1 # tazpanel.conf: SliTaz Web Control Panel configuration
2 #
3 # Copyright (C) 2011-13 SliTaz GNU/Linux - BSD License
4 #
6 # Panel location and theme
7 PANEL="/var/www/tazpanel"
8 STYLE="default"
10 # Absolute paths to images and xHTML skel from $PANEL
11 IMAGES="/styles/$STYLE/images"
12 HEADER="/styles/$STYLE/header.html"
13 FOOTER="/styles/$STYLE/footer.html"
15 # Display some debug messages
16 DEBUG="0"
18 # Activity log file
19 LOG_FILE="/var/log/tazpanel.log"
21 # Terminal settings
22 TERMINAL="terminal"
23 TERM_OPTS="-geometry 80x16-0+24"
25 # Generic page loading message
26 LOADING_MSG="Loading..."
28 # Busybox HTTP daemon config
29 HTTPD_CONF="/etc/slitaz/httpd.conf"
30 HTTPD_PORT="82"
32 # Shared TazPkg paths
33 LOCALSTATE="/var/lib/tazpkg"
34 INSTALLED="$LOCALSTATE/installed"
36 # Disk usage warnings in percents
37 DU_WARN="70"
38 DU_CRIT="90"