[Debian-l10n-commits] r2704 - in /ddtp-web: Changelog db2web.sh

nekral-guest at users.alioth.debian.org nekral-guest at users.alioth.debian.org
Mon Jul 25 12:49:56 UTC 2011


Author: nekral-guest
Date: Mon Jul 25 12:49:55 2011
New Revision: 2704

URL: http://svn.debian.org/wsvn/?sc=1&rev=2704
Log:
	Introduce changes already applied to the DDTP server
	* db2web.sh: Add link to the Squeeze and Wheezy statistics.
	* db2web.sh: Changed y axes (no more logscale and limits changed
	from 0:15000 to 1:27000).

Added:
    ddtp-web/Changelog
Modified:
    ddtp-web/db2web.sh

Added: ddtp-web/Changelog
URL: http://svn.debian.org/wsvn/ddtp-web/Changelog?rev=2704&op=file
==============================================================================
--- ddtp-web/Changelog (added)
+++ ddtp-web/Changelog Mon Jul 25 12:49:55 2011
@@ -1,0 +1,6 @@
+2011-07-25  Nicolas Francois  <nicolas.francois at centraliens.net>
+	
+	Introduce changes already applied to the DDTP server
+	* db2web.sh: Add link to the Squeeze and Wheezy statistics.
+	* db2web.sh: Changed y axes (no more logscale and limits changed
+	from 0:15000 to 1:27000).

Modified: ddtp-web/db2web.sh
URL: http://svn.debian.org/wsvn/ddtp-web/db2web.sh?rev=2704&op=diff
==============================================================================
--- ddtp-web/db2web.sh (original)
+++ ddtp-web/db2web.sh Mon Jul 25 12:49:55 2011
@@ -21,7 +21,7 @@
 
 echo "<hr>" >> www/index.html.new
 echo "<a href=\"http://ddtp.debian.net/ddtss/index.cgi/\">to the ddtss (a web interface for the ddtp)<a/><br>" >> www/index.html.new
-echo "Daily description translation stats for <a href='stats/stats-etch.html'>Etch</a>, <a href='stats/stats-lenny.html'>Lenny</a> and <a href='stats/stats-sid.html'>Sid</a>" >> www/index.html.new
+echo "Daily description translation stats for <a href='stats/stats-etch.html'>Etch</a>, <a href='stats/stats-lenny.html'>Lenny</a> , <a href='stats/stats-squeeze.html'>Squeeze</a>, <a href='stats/stats-wheezy.html'>Wheezy</a>  and <a href='stats/stats-sid.html'>Sid</a>" >> www/index.html.new
 echo "<hr>" >> www/index.html.new
 echo "<a href=\"http://www.debian.org/international/l10n/ddtp\">Documentation about DDTP and DDTSS<a/>" >> www/index.html.new
 echo "<hr>" >> www/index.html.new
@@ -33,11 +33,13 @@
 echo "set terminal png small" > lib/all-stat.gnuplot
 echo "set xdata time" >> lib/all-stat.gnuplot
 echo "set format x \"%d.%m\\n%Y\"" >> lib/all-stat.gnuplot
+#echo "set logscale y" >> lib/all-stat.gnuplot
 echo "set output \"../gnuplot/ddts-stat.png\"" >> lib/all-stat.gnuplot
-echo "plot [ ] [0:15000] \\" >> lib/all-stat.gnuplot
+echo "plot [ ] [1:27000] \\" >> lib/all-stat.gnuplot
 
 echo "set terminal png small" > lib/sid-stat.gnuplot
 echo "set xdata time" >> lib/sid-stat.gnuplot
+#echo "set logscale y" >> lib/sid-stat.gnuplot
 echo "set format x \"%d.%m\\n%Y\"" >> lib/sid-stat.gnuplot
 
 LANGS=`psql ddtp -q -A -t -c "select distinct language from translation_tb"`




More information about the Debian-l10n-commits mailing list