slitaz-arm rev 65

Tiny edits
author Paul Issott <paul@slitaz.org>
date Sat Mar 15 22:58:00 2014 +0000 (2014-03-15)
parents d56078bca4e9
children 9ccff84f2ed7
files README rootfs/usr/bin/slitaz-arm rootfs/usr/bin/slitaz-config rpi/cgi-adm/plugins/rpi_boot/rpi_boot.cgi rpi/tazberry
line diff
     1.1 --- a/README	Sat Mar 15 19:12:04 2014 +0100
     1.2 +++ b/README	Sat Mar 15 22:58:00 2014 +0000
     1.3 @@ -51,20 +51,20 @@
     1.4  --------------------------------------------------------------------------------
     1.5  Very small and fast CGI SHell admin/info web interface for ARM devices with
     1.6  plugins support. The goal is not to rewrite TazPanel but to have a light CGI
     1.7 -toolkit to code specific ARM devices plugings such as boot configs for the
     1.8 -Raspberry Pi. In the plugins directory you will find the a skeleton to start
     1.9 +toolkit to code specific ARM devices plugins such as boot configs for the
    1.10 +Raspberry Pi. In the plugins directory you will find a skeleton to start
    1.11  your custom plugin. You can also create general purpose or hardware specific
    1.12  plugins.
    1.13  
    1.14 -The root directory is: /var/www/adm and the default web server is Busyboy HTTPd.
    1.15 +The root directory is: /var/www/adm and the default web server is Busybox HTTPd.
    1.16  So just start the web server and connect to the IP address of your machine:
    1.17  
    1.18  # stard httpd
    1.19  
    1.20  URL form: http://192.rpi.ip/adm/
    1.21  
    1.22 -On SliTaz i486 you can also use Busybox HTTPd  and install the cgi-adm files
    1.23 -under /var/www and code directly then copy or upload you plugin to your ARM 
    1.24 +On SliTaz i486 you can also use Busybox HTTPd and install the cgi-adm files
    1.25 +under /var/www and code directly then copy or upload your plugin to your ARM 
    1.26  devices.
    1.27  
    1.28  # make install-cgi
     2.1 --- a/rootfs/usr/bin/slitaz-arm	Sat Mar 15 19:12:04 2014 +0100
     2.2 +++ b/rootfs/usr/bin/slitaz-arm	Sat Mar 15 22:58:00 2014 +0000
     2.3 @@ -1,6 +1,6 @@
     2.4  #!/bin/sh
     2.5  #
     2.6 -# slitaz-arm - The compemented ARM version of /usr/bin/slitaz
     2.7 +# slitaz-arm - The complemented ARM version of /usr/bin/slitaz
     2.8  #
     2.9  . /lib/libtaz.sh
    2.10  
     3.1 --- a/rootfs/usr/bin/slitaz-config	Sat Mar 15 19:12:04 2014 +0100
     3.2 +++ b/rootfs/usr/bin/slitaz-config	Sat Mar 15 22:58:00 2014 +0000
     3.3 @@ -1,7 +1,7 @@
     3.4  #!/bin/sh
     3.5  #
     3.6 -# SliTaz Config - A tool with all SliTaz Ncurses config in one place for
     3.7 -# text mode system (server, ARM devices)
     3.8 +# SliTaz Config - A tool with all SliTaz Ncurses configs in one place for
     3.9 +# text mode systems (server, ARM devices)
    3.10  #
    3.11  # Copyright (C) 2014 SliTaz ARM - BSD License
    3.12  # Author: Christophe Lincoln <pankso@slitaz.org>
     4.1 --- a/rpi/cgi-adm/plugins/rpi_boot/rpi_boot.cgi	Sat Mar 15 19:12:04 2014 +0100
     4.2 +++ b/rpi/cgi-adm/plugins/rpi_boot/rpi_boot.cgi	Sat Mar 15 22:58:00 2014 +0000
     4.3 @@ -9,7 +9,7 @@
     4.4  	
     4.5  	cat << EOT
     4.6  <p>
     4.7 -	The Raspberry Pi use 2 config files to boot. The default SliTaz RPi 
     4.8 +	The Raspberry Pi uses 2 config files to boot. The default SliTaz RPi 
     4.9  	Linux kernel image is: /boot/kernel.img
    4.10  </p>
    4.11  
     5.1 --- a/rpi/tazberry	Sat Mar 15 19:12:04 2014 +0100
     5.2 +++ b/rpi/tazberry	Sat Mar 15 22:58:00 2014 +0000
     5.3 @@ -35,7 +35,7 @@
     5.4  # RPi functions
     5.5  #
     5.6  
     5.7 -# This could move to /usr/bin/slitaz-??? or some thing since it's not
     5.8 +# This could move to /usr/bin/slitaz-??? or something since it's not
     5.9  # ARM specific
    5.10  rpi_stats() {
    5.11  	ip=$(ifconfig | fgrep -A 1 "encap:Ethernet" | fgrep "inet" | cut -d ":" -f 2)