website rev 738

main page: dont use too much icon (we could have 1-2 color icon)
author Christophe Lincoln <pankso@slitaz.org>
date Sat Jan 15 00:28:13 2011 +0100 (2011-01-15)
parents 15734657b734
children deb4f591102a
files en/index.php index.php scripts/get-latest.sh
line diff
     1.1 --- a/en/index.php	Fri Jan 14 07:52:11 2011 +0100
     1.2 +++ b/en/index.php	Sat Jan 15 00:28:13 2011 +0100
     1.3 @@ -87,8 +87,7 @@
     1.4      SliTaz news starting.
     1.5  -->
     1.6  
     1.7 -<h2><img src="../pics/website/news.png" alt=".png" />Headlines</h2>
     1.8 -
     1.9 +<h2>Headlines</h2>
    1.10  <p>
    1.11  	The SliTaz website offers the main news of the project as well as 
    1.12  	news on the general activity of the subprojects on the
    1.13 @@ -99,7 +98,8 @@
    1.14  	and Tweets.
    1.15  </p>
    1.16  
    1.17 -<div class="infobox">	
    1.18 +<div class="infobox">
    1.19 +	<img src="../pics/website/news.png" alt=".png" />	
    1.20  	<a href="http://labs.slitaz.org/news">News from the Labs</a>
    1.21  	(<a href="http://labs.slitaz.org/news?format=atom">Feed</a>) | 
    1.22  	<a href="http://doc.slitaz.org/en:newsletter:start">Monthly Newsletter</a>
     2.1 --- a/index.php	Fri Jan 14 07:52:11 2011 +0100
     2.2 +++ b/index.php	Sat Jan 15 00:28:13 2011 +0100
     2.3 @@ -86,7 +86,7 @@
     2.4  <!-- Block end -->
     2.5  </div>
     2.6  
     2.7 -<h2><img src="pics/website/certification.png" alt=".png" />About SliTaz</h2>
     2.8 +<h2>About SliTaz</h2>
     2.9  
    2.10  <p>
    2.11  SliTaz is an open source and free operating system providing a fully featured
    2.12 @@ -98,7 +98,7 @@
    2.13  <!-- We just keep the last 4 web site news -->
    2.14  <div id="news">
    2.15  
    2.16 -<h2><img src="pics/website/news.png" alt=".png" />Latest news</h2>
    2.17 +<h2>Latest news</h2>
    2.18  
    2.19  <ul>
    2.20  	<li><strong><a href="en/#news">4 November 2010 - New Cooking 20101104</a></strong></li>
    2.21 @@ -109,6 +109,7 @@
    2.22  </ul>
    2.23  
    2.24  <div class="infobox">
    2.25 +	<img src="pics/website/news.png" alt=".png" />
    2.26  	Read the latest news in your language:
    2.27  	<strong><a href="de/index.html#news">de</a></strong> |
    2.28  	<strong><a href="en/index.html#news">en</a></strong> |
    2.29 @@ -122,7 +123,7 @@
    2.30  		title="Chinese" alt="cn" /></a>
    2.31  </div>
    2.32  
    2.33 -<h2><img src="pics/website/twitter.png" alt=".png" />Latest Tweet</h2>
    2.34 +<h2>Latest Tweet</h2>
    2.35  <div id="twitter">
    2.36  	<script src="http://widgets.twimg.com/j/2/widget.js"></script>
    2.37  	<script>
    2.38 @@ -163,21 +164,21 @@
    2.39  include("/var/cache/slitaz/website/latest.html");
    2.40  ?>
    2.41  
    2.42 -<h2><img src="pics/website/feed.png" alt=".png" />Community Network Feed</h2>
    2.43 -
    2.44 +<h2>Community Network Feed</h2>
    2.45  <div class="feedbox">
    2.46  	<div>
    2.47  		<?php get_feed("http://scn.slitaz.org/rss.xml"); ?>
    2.48  	</div>
    2.49  	<p>
    2.50 -		Want to get involve ? <a href="http://scn.slitaz.org/user/register">Join us!</a>
    2.51 +		Want to get involve ? 
    2.52 +		<a href="http://scn.slitaz.org/user/register">Join us!</a>
    2.53  	</p>
    2.54  </div>
    2.55  
    2.56  <!-- End of news -->
    2.57  </div>
    2.58  
    2.59 -<h2><img src="pics/website/users.png" alt=".png" />Spread SliTaz</h2>
    2.60 +<h2>Spread SliTaz</h2>
    2.61  <p>
    2.62  	One way to help the project is to make SliTaz even more popular.
    2.63  	Blog, Tweet, share and talk around you about the project. SliTaz
    2.64 @@ -193,8 +194,7 @@
    2.65  	show_faces="true" width="400">
    2.66  </fb:like>
    2.67  		
    2.68 -<h2><img src="pics/website/locale.png" alt=".png" />Internationalization</h2>
    2.69 -
    2.70 +<h2>Internationalization</h2>
    2.71  <p>
    2.72  The SliTaz web site is available in several languages and maintained by the
    2.73  <a href="i18n.html">internationalization</a> team (i18n). Help is often
     3.1 --- a/scripts/get-latest.sh	Fri Jan 14 07:52:11 2011 +0100
     3.2 +++ b/scripts/get-latest.sh	Sat Jan 15 00:28:13 2011 +0100
     3.3 @@ -13,7 +13,7 @@
     3.4  
     3.5  # Latest Hg commits
     3.6  echo -n "Getting latest commits... "
     3.7 -echo '<h2><img src="pics/website/development.png" alt=".png" />Latest commits</h2>' > $OUTPUT
     3.8 +echo '<h2>Latest commits</h2>' > $OUTPUT
     3.9  echo "<ul>" >> $OUTPUT
    3.10  hg log --repository $REPO --limit 5 --no-merges \
    3.11  	--template "	<li><strong>{date|shortdate}</strong> \
    3.12 @@ -23,7 +23,7 @@
    3.13  
    3.14  # Latest cooked packages by the build bot.
    3.15  echo -n "Getting latest cooked packages... "
    3.16 -echo '<h2><img src="pics/website/tazpkg.png" alt=".png" />Latest cooked packages</h2>' >> $OUTPUT
    3.17 +echo '<h2>Latest cooked packages</h2>' >> $OUTPUT
    3.18  echo "<ul>" >> $OUTPUT
    3.19  cd $PKGS && ls -1t *.tazpkg | head -5 | \
    3.20  while read file