[GRASS-SVN] r48392 - grass-web/trunk/devel
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Sep 21 03:28:22 EDT 2011
Author: neteler
Date: 2011-09-21 00:28:22 -0700 (Wed, 21 Sep 2011)
New Revision: 48392
Modified:
grass-web/trunk/devel/i18n_stats.inc
Log:
added grassnviz; cosmetics
Modified: grass-web/trunk/devel/i18n_stats.inc
===================================================================
--- grass-web/trunk/devel/i18n_stats.inc 2011-09-21 06:57:02 UTC (rev 48391)
+++ grass-web/trunk/devel/i18n_stats.inc 2011-09-21 07:28:22 UTC (rev 48392)
@@ -81,17 +81,18 @@
//----------------------------------------------------------------
// Ausgabedatei erzeugen für den Cronjob (Pfad anpassen):
-// $file = "../grass63/binary/linux/snapshot/i18n_stats.txt";
+// $file = "../grass64/binary/linux/snapshot/i18n_stats.txt";
// Präprocessing: cat i18n_stats.txt|grep mod > out.mods
// Präprocessing: cat i18n_stats.txt|grep lib > out.libs
// Präprocessing: cat i18n_stats.txt|grep tcl > out.tcl
-//$file_libs="../grass63/binary/linux/snapshot/i18n_stats_libs.txt";
-//$file_mods="../grass63/binary/linux/snapshot/i18n_stats_mods.txt";
-//$file_tcl="../grass63/binary/linux/snapshot/i18n_stats_tcl.txt";
+//$file_libs="../grass64/binary/linux/snapshot/i18n_stats_libs.txt";
+//$file_mods="../grass64/binary/linux/snapshot/i18n_stats_mods.txt";
+//$file_tcl="../grass64/binary/linux/snapshot/i18n_stats_tcl.txt";
// the files are created on grass.osgeo.org via /home/neteler/cronjobs/cron_grass_HEAD_build_bins.sh
$file_libs="http://grass.osgeo.org/grass64/binary/linux/snapshot/i18n_stats_libs.txt";
$file_mods="http://grass.osgeo.org/grass64/binary/linux/snapshot/i18n_stats_mods.txt";
+$file_nviz="http://grass.osgeo.org/grass64/binary/linux/snapshot/i18n_stats_nviz.txt";
$file_tcl="http://grass.osgeo.org/grass64/binary/linux/snapshot/i18n_stats_tcl.txt";
$file_wxpy="http://grass.osgeo.org/grass64/binary/linux/snapshot/i18n_stats_wxpy.txt";
// $file_libs="/tmp/i18n_stats_libs.txt";
@@ -111,16 +112,19 @@
<?php
// ausgabe in HTML-Tabelle durch Funktion generate_table()
// output in HTML table through function generate_table()
-echo "<h2>GRASSLIBS</h2>\n";
+echo "<h2>GRASS Library messages (grasslibs)</h2>\n";
generate_table($file_libs);
-echo "<h2>GRASSMODS</h2>\n";
+echo "<h2>GRASS Module messages (grassmods)</h2>\n";
generate_table($file_mods);
-echo "<h2>GRASSTCL</h2>\n";
+echo "<h2>GRASS NVIZ messages (grassnviz)</h2>\n";
+generate_table($file_nviz);
+
+echo "<h2>GRASS TCL graphical user interface messages (grasstcl)</h2>\n";
generate_table($file_tcl);
-echo "<h2>GRASSWXPY</h2>\n";
+echo "<h2>GRASS wxPython graphical user interface messages (grasswxpy)</h2>\n";
generate_table($file_wxpy);
?>
More information about the grass-commit
mailing list