slitaz-forge rev 643

/scn: tiny edits
author Paul Issott <paul@slitaz.org>
date Sun Feb 12 09:11:24 2017 +0000 (2017-02-12)
parents f56d6ce4c4c7
children acdd1536ea51
files scn/README scn/plugins/sdt/sdt.cgi
line diff
     1.1 --- a/scn/README	Sat Feb 11 23:38:38 2017 +0100
     1.2 +++ b/scn/README	Sun Feb 12 09:11:24 2017 +0000
     1.3 @@ -3,7 +3,7 @@
     1.4  header skeleton.
     1.5  
     1.6  plugins/
     1.7 -	Is for custom TinyCM/SliTaz pluging such as SDT web interface
     1.8 +	Is for custom TinyCM/SliTaz plugins such as SDT web interface
     1.9  
    1.10  receipts/
    1.11  	Is the custom packages receipts for the first wordpress SCN.
     2.1 --- a/scn/plugins/sdt/sdt.cgi	Sat Feb 11 23:38:38 2017 +0100
     2.2 +++ b/scn/plugins/sdt/sdt.cgi	Sun Feb 12 09:11:24 2017 +0000
     2.3 @@ -2,7 +2,7 @@
     2.4  #
     2.5  # TinyCM Plugin - SliTaz Distro Tracker
     2.6  #
     2.7 -# sdt.cgi: SliTaz Distro over the world. We dont track users
     2.8 +# sdt.cgi: SliTaz Distros over the world. We don't track users
     2.9  # info, no mail or IP but the localization. The goal of Sdt is to help 
    2.10  # show where SliTaz OS's are in the world. DB is in the flat file: 
    2.11  # sdt.txt & using | as separator for easy parsing.
    2.12 @@ -89,7 +89,7 @@
    2.13  		exit 0 ;;
    2.14  	
    2.15  	*\ country\ *) 
    2.16 -		# Show distro's by country
    2.17 +		# Show distros by country
    2.18  		;;
    2.19  	
    2.20  	*\ sdt\ *)
    2.21 @@ -105,7 +105,7 @@
    2.22  <p>
    2.23  EOT
    2.24  		sdt_summary
    2.25 -		echo "<h3>Distro's table</h3>"
    2.26 +		echo "<h3>Distros table</h3>"
    2.27  		echo "<pre>"
    2.28  		sdt_table
    2.29  		echo "</pre>"