tazpanel diff README.devel @ rev 630

hardware.cgi: fix cpu name
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jul 08 11:54:48 2019 +0200 (2019-07-08)
parents 525e6519e66b
children
line diff
     1.1 --- a/README.devel	Sun May 10 11:51:03 2015 +0100
     1.2 +++ b/README.devel	Mon Jul 08 11:54:48 2019 +0200
     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');