tazpanel diff Makefile @ 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 470ab4241de5
children d7b7403d5f2a
line diff
     1.1 --- a/Makefile	Mon May 18 17:13:57 2015 +0300
     1.2 +++ b/Makefile	Mon Jun 08 04:32:19 2015 +0300
     1.3 @@ -14,6 +14,7 @@
     1.4  
     1.5  pot:
     1.6  	xgettext -o po/tazpanel.pot -L Shell -k_ -k_n -k_p:1,2 \
     1.7 +		--from-code="UTF-8" \
     1.8  		--package-name="TazPanel" \
     1.9  		--package-version="$(VERSION)" \
    1.10  		./tazpanel ./index.cgi ./network.cgi ./boot.cgi \