slitaz-forge rev 516

arm: improve codex + add config.html
author Christophe Lincoln <pankso@slitaz.org>
date Sun Apr 13 03:24:15 2014 +0200 (2014-04-13)
parents e44f383fee70
children f40d5132e98d
files arm/codex/README arm/codex/config.html arm/codex/index.html arm/rpi/index.html
line diff
     1.1 --- a/arm/codex/README	Sun Apr 13 00:08:29 2014 +0100
     1.2 +++ b/arm/codex/README	Sun Apr 13 03:24:15 2014 +0200
     1.3 @@ -6,10 +6,10 @@
     1.4  and images/ symlink help to package.
     1.5  
     1.6  
     1.7 -	* quickstart.html
     1.8 -	* faq.html
     1.9 -	* apps.html
    1.10 -	* config.html
    1.11 +	* faq.html        : Frenqently Asked Questions
    1.12 +	* apps.html       : List of applications with tips
    1.13 +	* config.html     : System and devices configuration
    1.14 +	* setup.html      : System and services setup guides
    1.15  	
    1.16  	
    1.17  ================================================================================
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/arm/codex/config.html	Sun Apr 13 03:24:15 2014 +0200
     2.3 @@ -0,0 +1,75 @@
     2.4 +<!DOCTYPE html>
     2.5 +<html lang="en">
     2.6 +<head>
     2.7 +	<title>SliTaz ARM - Configuration</title>
     2.8 +	<meta charset="utf-8" />
     2.9 +	<link rel="stylesheet" type="text/css" href="style.css" />
    2.10 +</head>
    2.11 +<body>
    2.12 +
    2.13 +<div id="header">
    2.14 +	<div id="logo"></div>
    2.15 +	<div id="network">
    2.16 +		<a href="http://arm.slitaz.org/">SliTaz ARM</a>
    2.17 +	</div>
    2.18 +	<h1><a href=".">SliTaz ARM Codex</a></h1>
    2.19 +</div>
    2.20 +
    2.21 +<!-- Content -->
    2.22 +<div id="content">
    2.23 +	
    2.24 +<h2>Configuration</h2>
    2.25 +
    2.26 +<p>
    2.27 +	System and devices configuration
    2.28 +</p>
    2.29 +
    2.30 +<ul>
    2.31 +	<li><a href="#slitaz-config">SliTaz Ncurses config</a></li>
    2.32 +	<li><a href="#cgi-adm">CGI/Web remote control</a></li>
    2.33 +</ul>
    2.34 +
    2.35 +<h2 id="slitaz-config">SliTaz Ncurses config</h2>
    2.36 +<p>
    2.37 +	Each SliTaz ARM flavor provide a Ncurses dialog tool to configure the
    2.38 +	system from the Linux kernel console or from an X session with mouse
    2.39 +	support. The slitaz-config tool can be found in the 'System Tools'
    2.40 +	menu or can be run from cmdline:
    2.41 +</p>
    2.42 +
    2.43 +<pre>
    2.44 +# slitaz-config
    2.45 +</pre>
    2.46 +
    2.47 +<h2 id="cgi-adm">CGI/Web remote control</h2>
    2.48 +
    2.49 +<p>
    2.50 +	SliTaz ARM flavors provides a CGI SHell remote control environment
    2.51 +	with plugins support and HTTP authentication. You can rebooot/halt
    2.52 +	the system, edit any system files, check system status or upload
    2.53 +	file via a nice web interface.
    2.54 +</p>
    2.55 +
    2.56 +<p>
    2.57 +	You must first start the web server then check the IP address of your
    2.58 +	device and connect with the root user and password via the IP:
    2.59 +</p>
    2.60 +
    2.61 +<pre>
    2.62 +# startd httpd
    2.63 +# ifconfig
    2.64 +</pre>
    2.65 +
    2.66 +<div>
    2.67 +	<b>URL:</b> http://192.168.1.xxx/adm
    2.68 +</div>
    2.69 +
    2.70 +<!-- Close content -->
    2.71 +</div>
    2.72 +
    2.73 +<div id="footer">
    2.74 +	&copy; 2014 - <a href="http://www.slitaz.org/">SliTaz GNU/Linux</a>
    2.75 +</div>
    2.76 +
    2.77 +</body>
    2.78 +</html>
     3.1 --- a/arm/codex/index.html	Sun Apr 13 00:08:29 2014 +0100
     3.2 +++ b/arm/codex/index.html	Sun Apr 13 03:24:15 2014 +0200
     3.3 @@ -27,6 +27,7 @@
     3.4  <ul>
     3.5  	<!--<li><a href="quickstart.html">Quickstart</a></li>-->
     3.6  	<li><a href="faq.html">The FAQ</a> - Frequently Asked Questions</li>
     3.7 +	<li><a href="config.html">Configuration</a> - System &amp; devices configuration</li>
     3.8  	<li><a href="apps.html">Applications</a> - List of applications with tips</li>
     3.9  	<li><a href="setup.html">Setup</a> - System &amp; services setup guides</li>
    3.10  </ul>
     4.1 --- a/arm/rpi/index.html	Sun Apr 13 00:08:29 2014 +0100
     4.2 +++ b/arm/rpi/index.html	Sun Apr 13 03:24:15 2014 +0200
     4.3 @@ -116,25 +116,20 @@
     4.4  
     4.5  <p>
     4.6  	SliTaz Raspberry Pi provides a CGI SHell remote control environment
     4.7 -	with plugins support and HTTP authentication. You can rebooot/halt
     4.8 -	the system, edit any system files and set boot options. Creating new
     4.9 +	with custom rpi_config plugin support. You can rebooot/halt
    4.10 +	the system, edit or upload files and set boot options. Creating new
    4.11  	plugins is a nice way to learn CGI/SHell scripts and Linux commands.
    4.12  </p>
    4.13  
    4.14  <p>
    4.15 -	You must first start the web server then check the IP address of your
    4.16 -	device and connect with the root user and password via the IP:
    4.17 +	See: <a href="../codex/config.html#cgi-adm">Codex: CGI/Web remote control</a>
    4.18 +	for more information. SliTaz Raspberry Pi can also be controled via
    4.19 +	the cmdline and an encrypted SSH connection. Finaly you can also control
    4.20 +	graphicaly SliTaz with a VNC viewer: simply install and start the x11vnc
    4.21 +	server on your Raspberry Pi and connect from any computer or mobile 
    4.22 +	devices.
    4.23  </p>
    4.24  
    4.25 -<pre>
    4.26 -# startd httpd
    4.27 -# ifconfig
    4.28 -</pre>
    4.29 -
    4.30 -<div class="box-rpi">
    4.31 -	<b>URL:</b> http://192.rpi.ip/adm
    4.32 -</div>
    4.33 -
    4.34  <h2>TazBerry</h2>
    4.35  
    4.36  <p>
    4.37 @@ -167,10 +162,13 @@
    4.38  <p>
    4.39  	The Raspberry Pi has a lot of specifications. SliTaz ARM provides 
    4.40  	'sat-rpi' to build custom SliTaz Rpi distro images ready to boot. 
    4.41 -	A quickstart guide is in the SliTaz Raspberry Pi repository: 
    4.42 -	<a href="../tools.cgi?doc&amp;tool=sat-rpi">README</a>
    4.43 +	A quickstart guide is in the SliTaz Raspberry Pi repository:
    4.44  </p>
    4.45  
    4.46 +<div class="box-rpi">
    4.47 +	Sat-rpi: <a href="../tools.cgi?doc&amp;tool=sat-rpi">README</a>
    4.48 +</div>
    4.49 +
    4.50  <!-- Close content -->
    4.51  </div>
    4.52