slitaz-forge rev 470

arm: small fixes
author Christophe Lincoln <pankso@slitaz.org>
date Mon Mar 03 01:08:18 2014 +0100 (2014-03-03)
parents 8deb7f374e08
children b774edaacaf0
files arm/index.html arm/tools.cgi
line diff
     1.1 --- a/arm/index.html	Mon Mar 03 01:01:31 2014 +0100
     1.2 +++ b/arm/index.html	Mon Mar 03 01:08:18 2014 +0100
     1.3 @@ -36,9 +36,9 @@
     1.4  <p>
     1.5  	All SliTaz ARM packages are automaticaly built by the
     1.6  	<a href="http://cook.slitaz.org/cross/arm/">ARM Cooker</a>. To properly
     1.7 -	handle SLITAZ_ARCH varibale the recommended Packages Manager is
     1.8 -	<a href="http://hg.slitaz.org/spk">spk</a>. The recommended way to
     1.9 -	start with Spk Toolset is to generate a distro and include latest Hg
    1.10 +	handle SLITAZ_ARCH variable the recommended Packages Manager is
    1.11 +	<a href="http://hg.slitaz.org/spk">spk</a>. One way to start
    1.12 +	with the Spk Toolset is to generate a distro and include latest Hg
    1.13  	version with 'sat gen --spk' and then emulate the system to try it
    1.14  	out. 
    1.15  </p>
     2.1 --- a/arm/tools.cgi	Mon Mar 03 01:01:31 2014 +0100
     2.2 +++ b/arm/tools.cgi	Mon Mar 03 01:08:18 2014 +0100
     2.3 @@ -2,6 +2,9 @@
     2.4  #
     2.5  # SliTaz ARM CGI Tools.
     2.6  #
     2.7 +# Copyright (C) 2014 SliTaz ARM - BSD License
     2.8 +# Author: Christophe Lincoln <pankso@slitaz.org>
     2.9 +#
    2.10  . /usr/lib/slitaz/httphelper.sh
    2.11  
    2.12  repos="/home/slitaz/repos"
    2.13 @@ -22,6 +25,7 @@
    2.14  	<title>SliTaz ARM $title</title>
    2.15  	<meta charset="utf-8" />
    2.16  	<link rel="stylesheet" type="text/css" href="style.css" />
    2.17 +	<link rel="shortcut icon" href="favicon.ico" />
    2.18  </head>
    2.19  <body>
    2.20