slitaz-forge rev 513

arm: use cross arm-setup and small add to codex faq and apps
author Christophe Lincoln <pankso@slitaz.org>
date Sat Apr 12 21:52:42 2014 +0200 (2014-04-12)
parents b6820b2f1e49
children fb03061786c8
files arm/codex/apps.html arm/codex/faq.html arm/index.html
line diff
     1.1 --- a/arm/codex/apps.html	Sat Apr 12 21:11:16 2014 +0200
     1.2 +++ b/arm/codex/apps.html	Sat Apr 12 21:52:42 2014 +0200
     1.3 @@ -68,6 +68,7 @@
     1.4  	<li>Web server: <b>lighttpd</b></li>
     1.5  	<li>Audio server: <b>mpd</b></li>
     1.6  	<li>SSHd server: <b>dropbear</b></li>
     1.7 +	<li>VNC server: <b>x11vnc</b></li>
     1.8  </ul>
     1.9  
    1.10  <p>
    1.11 @@ -87,18 +88,22 @@
    1.12  	<li>Window manager: <b>openbox</b></li>
    1.13  	<li>Desktop environment: <b>enlightenment</b> (e17)</li>
    1.14  	<li>Desktop wallpaper: <b>hsetroot</b></li>
    1.15 -	<li>Desktop panel: <b>tint2</b></li>
    1.16 +	<li>X Desktop panel: <b>tint2</b></li>
    1.17  	<li>Desktop launch bar: <b>wbar2</b></li>
    1.18 +	<li>GTK Panel &amp; launch bar: <b>lxpanel</b></li>
    1.19  </ul>
    1.20  
    1.21  <h2 id="development">Development</h2>
    1.22  
    1.23  <ul>
    1.24  	<li>The duly famous SHell scripting</li>
    1.25 +	<li>Python programming language</li>
    1.26  	<li>Ncurses dialog scripts</li>
    1.27  	<li>Lua programming language</li>
    1.28  	<li>Ruby with gems support</li>
    1.29  	<li>Nasm/Yasm netwide assembler</li>
    1.30 +	<li>Scratch development environment</li>
    1.31 +	<li>Yad GTK scripting</li>
    1.32  </ul>
    1.33  
    1.34  <p>
     2.1 --- a/arm/codex/faq.html	Sat Apr 12 21:11:16 2014 +0200
     2.2 +++ b/arm/codex/faq.html	Sat Apr 12 21:52:42 2014 +0200
     2.3 @@ -25,22 +25,29 @@
     2.4  </p>
     2.5  
     2.6  <ul>
     2.7 -	<li><a href="#nas">Can you use SliTaz ARM to build a NAS ?</a></li>
     2.8 +	<li><a href="#nas">Can I use SliTaz ARM to build a NAS ?</a></li>
     2.9  	<li><a href="#spk">How to install new software ?</a></li>
    2.10 +	<li><a href="#sts">Does SliTaz handle small screens ?</a></li>
    2.11  </ul>
    2.12  
    2.13 -<h2 id="nas">Network Attached Storage</h2>
    2.14 +<h2 id="nas">Can I use SliTaz ARM to build a NAS ?</h2>
    2.15  <p>
    2.16  	Yes. You need to install the 'nfs-utils' packages for NFS mount, you
    2.17  	can also use Rsync or an FTP server.
    2.18  </p>
    2.19  
    2.20 -<h2 id="spk">How to install packages</h2>
    2.21 +<h2 id="spk">How to install new software ?</h2>
    2.22  <p>
    2.23  	Use the SliTaz packages toolset utilities from the cmdline or the
    2.24  	Ncurses dialog interface: 'spk' 'spk-dialog'
    2.25  </p>
    2.26  
    2.27 +<h2 id="sts">Does SliTaz handle small screens ?</h2>
    2.28 +<p>
    2.29 +	Yes, the SliTaz Tiny/Touch Screen desktop provide a nice environment for
    2.30 +	small display.
    2.31 +</p>
    2.32 +
    2.33  <!-- Close content -->
    2.34  </div>
    2.35  
     3.1 --- a/arm/index.html	Sat Apr 12 21:11:16 2014 +0200
     3.2 +++ b/arm/index.html	Sat Apr 12 21:52:42 2014 +0200
     3.3 @@ -201,8 +201,8 @@
     3.4  # export PATH=$PATH:/cross/arm/tools/bin
     3.5  # arm-slitaz-linux-gnueabi-gcc -v
     3.6  
     3.7 -Setup cook environment:
     3.8 -# cook arm-setup
     3.9 +Setup cross/cook environment:
    3.10 +# cross arm-setup
    3.11  # cook setup --wok
    3.12  
    3.13  Cross compile zlib and check testsuite output