tazpanel rev 540

Tiny edits
author Paul Issott <paul@slitaz.org>
date Thu Sep 17 19:49:08 2015 +0100 (2015-09-17)
parents 71e797397c58
children 3c251737e46b
files README.devel floppy.cgi hosts.cgi locale.cgi
line diff
     1.1 --- a/README.devel	Mon Aug 31 11:09:25 2015 +0300
     1.2 +++ b/README.devel	Thu Sep 17 19:49:08 2015 +0100
     1.3 @@ -72,7 +72,7 @@
     1.4  # This field is not needed, if WPA-EAP is used.
     1.5  # Note: Separate tool, wpa_passphrase, can be used to generate 256-bit keys
     1.6  # from ASCII passphrase. This process uses lots of CPU and wpa_supplicant
     1.7 -# startup and reconfiguration time can be optimized by generating the PSK only
     1.8 +# startup and reconfiguration time can be optimized by generating the PSK
     1.9  # only when the passphrase or SSID has actually changed.
    1.10  
    1.11  
    1.12 @@ -137,7 +137,7 @@
    1.13  javascript to gain user experience without pages having to be reloaded: you can click
    1.14  Wi-Fi network name and the script will fill its password for you.
    1.15  
    1.16 -Here example of that script on the html page:
    1.17 +Here's an example of that script on the html page:
    1.18  
    1.19  <script type="text/javascript">
    1.20  	ajax('network.cgi?wifi_list', '1', 'wifiList');
     2.1 --- a/floppy.cgi	Mon Aug 31 11:09:25 2015 +0300
     2.2 +++ b/floppy.cgi	Thu Sep 17 19:49:08 2015 +0100
     2.3 @@ -112,7 +112,7 @@
     2.4  
     2.5  <section>
     2.6  	<header>
     2.7 -		$(_ 'Floppy disk transfert')
     2.8 +		$(_ 'Floppy disk transfer')
     2.9  	</header>
    2.10  <table>
    2.11  	<tbody>
     3.1 --- a/hosts.cgi	Mon Aug 31 11:09:25 2015 +0300
     3.2 +++ b/hosts.cgi	Thu Sep 17 19:49:08 2015 +0100
     3.3 @@ -79,7 +79,7 @@
     3.4  	cat "$hostsnew" >> /etc/hosts
     3.5  	rm "$hostsnew"
     3.6  
     3.7 -	# Prevent user-disabled entries to re-appeare
     3.8 +	# Prevent user-disabled entries to re-appear
     3.9  	grep "^#0.0.0.0" /etc/hosts | while read null host; do
    3.10  		sed -i "/^0.0.0.0 $host #/d" /etc/hosts
    3.11  	done
     4.1 --- a/locale.cgi	Mon Aug 31 11:09:25 2015 +0300
     4.2 +++ b/locale.cgi	Thu Sep 17 19:49:08 2015 +0100
     4.3 @@ -23,7 +23,7 @@
     4.4  get_locale_info()
     4.5  {
     4.6  	# Commands like `LC_ALL=fr_FR locale -k LC_MEASUREMENT` will do the job
     4.7 -	#   only when your locale is generated and exists in the /usr/lib/locale.
     4.8 +	# only when your locale is generated and exists in the /usr/lib/locale.
     4.9  	# Here we manually parse locale definition files from /usr/share/i18n/locales/.
    4.10  	# Strange, bloated and not script-friendly format :(
    4.11