# HG changeset patch # User Paul Issott # Date 1394924280 0 # Node ID dd6fa65acfc29d3d4c2fb4bfa148266411f83463 # Parent d56078bca4e9cd262fb4cdb0e6cc5535827893b4 Tiny edits diff -r d56078bca4e9 -r dd6fa65acfc2 README --- a/README Sat Mar 15 19:12:04 2014 +0100 +++ b/README Sat Mar 15 22:58:00 2014 +0000 @@ -51,20 +51,20 @@ -------------------------------------------------------------------------------- Very small and fast CGI SHell admin/info web interface for ARM devices with plugins support. The goal is not to rewrite TazPanel but to have a light CGI -toolkit to code specific ARM devices plugings such as boot configs for the -Raspberry Pi. In the plugins directory you will find the a skeleton to start +toolkit to code specific ARM devices plugins such as boot configs for the +Raspberry Pi. In the plugins directory you will find a skeleton to start your custom plugin. You can also create general purpose or hardware specific plugins. -The root directory is: /var/www/adm and the default web server is Busyboy HTTPd. +The root directory is: /var/www/adm and the default web server is Busybox HTTPd. So just start the web server and connect to the IP address of your machine: # stard httpd URL form: http://192.rpi.ip/adm/ -On SliTaz i486 you can also use Busybox HTTPd and install the cgi-adm files -under /var/www and code directly then copy or upload you plugin to your ARM +On SliTaz i486 you can also use Busybox HTTPd and install the cgi-adm files +under /var/www and code directly then copy or upload your plugin to your ARM devices. # make install-cgi diff -r d56078bca4e9 -r dd6fa65acfc2 rootfs/usr/bin/slitaz-arm --- a/rootfs/usr/bin/slitaz-arm Sat Mar 15 19:12:04 2014 +0100 +++ b/rootfs/usr/bin/slitaz-arm Sat Mar 15 22:58:00 2014 +0000 @@ -1,6 +1,6 @@ #!/bin/sh # -# slitaz-arm - The compemented ARM version of /usr/bin/slitaz +# slitaz-arm - The complemented ARM version of /usr/bin/slitaz # . /lib/libtaz.sh diff -r d56078bca4e9 -r dd6fa65acfc2 rootfs/usr/bin/slitaz-config --- a/rootfs/usr/bin/slitaz-config Sat Mar 15 19:12:04 2014 +0100 +++ b/rootfs/usr/bin/slitaz-config Sat Mar 15 22:58:00 2014 +0000 @@ -1,7 +1,7 @@ #!/bin/sh # -# SliTaz Config - A tool with all SliTaz Ncurses config in one place for -# text mode system (server, ARM devices) +# SliTaz Config - A tool with all SliTaz Ncurses configs in one place for +# text mode systems (server, ARM devices) # # Copyright (C) 2014 SliTaz ARM - BSD License # Author: Christophe Lincoln diff -r d56078bca4e9 -r dd6fa65acfc2 rpi/cgi-adm/plugins/rpi_boot/rpi_boot.cgi --- a/rpi/cgi-adm/plugins/rpi_boot/rpi_boot.cgi Sat Mar 15 19:12:04 2014 +0100 +++ b/rpi/cgi-adm/plugins/rpi_boot/rpi_boot.cgi Sat Mar 15 22:58:00 2014 +0000 @@ -9,7 +9,7 @@ cat << EOT

- The Raspberry Pi use 2 config files to boot. The default SliTaz RPi + The Raspberry Pi uses 2 config files to boot. The default SliTaz RPi Linux kernel image is: /boot/kernel.img

diff -r d56078bca4e9 -r dd6fa65acfc2 rpi/tazberry --- a/rpi/tazberry Sat Mar 15 19:12:04 2014 +0100 +++ b/rpi/tazberry Sat Mar 15 22:58:00 2014 +0000 @@ -35,7 +35,7 @@ # RPi functions # -# This could move to /usr/bin/slitaz-??? or some thing since it's not +# This could move to /usr/bin/slitaz-??? or something since it's not # ARM specific rpi_stats() { ip=$(ifconfig | fgrep -A 1 "encap:Ethernet" | fgrep "inet" | cut -d ":" -f 2)