website rev 681

en: add review from Linux Journal
author Christophe Lincoln <pankso@slitaz.org>
date Sun Nov 07 16:40:24 2010 +0100 (2010-11-07)
parents c55af5fe90ab
children a25d8f788c09
files en/about/index.html scripts/get-latest.sh
line diff
     1.1 --- a/en/about/index.html	Sun Nov 07 16:11:42 2010 +0100
     1.2 +++ b/en/about/index.html	Sun Nov 07 16:40:24 2010 +0100
     1.3 @@ -145,6 +145,12 @@
     1.4  everyone for support.
     1.5  </p>
     1.6  
     1.7 +<h4>3.0 March 2010</h4>
     1.8 +<ul>
     1.9 +	<li><a href="http://www.linuxjournal.com/content/spotlight-linux-slitaz-gnulinux-30"
    1.10 +		>Linux Journal</a> - By Susan Linton</li>
    1.11 +</ul>
    1.12 +
    1.13  <h4>2.0 - April 2009</h4>
    1.14  <ul>
    1.15  	<li><a href="http://www.gdhpress.com.br/blog/slitaz"
     2.1 --- a/scripts/get-latest.sh	Sun Nov 07 16:11:42 2010 +0100
     2.2 +++ b/scripts/get-latest.sh	Sun Nov 07 16:40:24 2010 +0100
     2.3 @@ -29,7 +29,7 @@
     2.4  while read file
     2.5  do
     2.6  	echo -n '	<li><strong>'$(stat -c '%y' $PKGS/$file | \
     2.7 -	cut -d ' ' -f 1); echo "</strong> - $file</li>"
     2.8 +	cut -d '.' -f 1); echo "</strong> - $file</li>"
     2.9  done >> $OUTPUT
    2.10  echo "</ul>" >> $OUTPUT
    2.11  echo "Done"