website rev 1272

Improve support page, update last page in en/* and fr/*
author Christophe Lincoln <pankso@slitaz.org>
date Mon Aug 24 17:18:18 2015 +0200 (2015-08-24)
parents 3dbcace639e6
children b872bced3d40
files en/artwork/index.php en/artwork/screenshots.php en/index.php en/mailing-list.php en/support.php fr/artwork/screenshots.php fr/mailing-list.php fr/packages/index.php fr/support.php images/mail.png pt/artwork/screenshots.php pt/support.php
line diff
     1.1 --- a/en/artwork/index.php	Mon Aug 24 16:15:38 2015 +0200
     1.2 +++ b/en/artwork/index.php	Mon Aug 24 17:18:18 2015 +0200
     1.3 @@ -28,7 +28,7 @@
     1.4  	The SliTaz logos and icons are available for download in SVG format. You
     1.5  	will also find here some <a href="screenshots.php">screenshots</a> made
     1.6  	with mtPaint and The Gimp. The Artwork team has its own platform on
     1.7 -	the <a href="http://scn.slitaz.org/">SliTaz Community Network</a>.
     1.8 +	the <a href="http://forum.slitaz.org/forum/artwork">SliTaz Forum</a>.
     1.9  </p>
    1.10  
    1.11  <h3>Artwork for SliTaz</h3>
     2.1 --- a/en/artwork/screenshots.php	Mon Aug 24 16:15:38 2015 +0200
     2.2 +++ b/en/artwork/screenshots.php	Mon Aug 24 17:18:18 2015 +0200
     2.3 @@ -10,31 +10,22 @@
     2.4  </head>
     2.5  <body>
     2.6  
     2.7 -<?php include("../../lib/html/header.html"); ?>
     2.8 -
     2.9 -<!-- Block -->
    2.10 -<div id="block">
    2.11 -	<?php include("../../lib/html/nav.en.html"); ?>
    2.12 -	<!-- Information/image -->
    2.13 -	<div id="block_info">
    2.14 -		<h4>Screenshots</h4>
    2.15 -		<p>
    2.16 -			Pictures say more than a thousand words... Screenshots of 
    2.17 -			the latest Stable and Cooking versions. You may also want to
    2.18 -			find, discuss, upload and share SliTaz Artwork!
    2.19 -		</p>
    2.20 -		<p>
    2.21 -			<img src="/images/users.png" alt="[ ]" />
    2.22 -			<a href="http://scn.slitaz.org/groups/artwork/">Join us on SCN</a>
    2.23 -		</p>
    2.24 -	</div>
    2.25 -</div>
    2.26 -
    2.27 -<?php include("../../lib/lang.php"); ?>
    2.28 +<?php 
    2.29 +include("../../lib/html/header.html");
    2.30 +include("../../lib/html/nav.html"); 
    2.31 +include("../../lib/lang.php"); 
    2.32 +?>
    2.33  
    2.34  <!-- Content -->
    2.35  <div id="content">
    2.36  
    2.37 +<h2>Screenshots</h2>
    2.38 +
    2.39 +<p style="text-align: center;">
    2.40 +	Pictures say more than a thousand words... Screenshots of the latest
    2.41 +	Stable and Cooking versions.
    2.42 +</p>
    2.43 +
    2.44  <div id="gallery">
    2.45  
    2.46  <div><a href="/images/screenshots/slitaz-4.0.png">
     3.1 --- a/en/index.php	Mon Aug 24 16:15:38 2015 +0200
     3.2 +++ b/en/index.php	Mon Aug 24 17:18:18 2015 +0200
     3.3 @@ -150,10 +150,19 @@
     3.4  <h2>Internationalization</h2>
     3.5  
     3.6  <p>
     3.7 -The SliTaz web site is available in several languages and maintained by the
     3.8 -<a href="../i18n.php">internationalization</a> team (i18n). Help is often
     3.9 -needed and you're welcome to join us if you would like to see the website
    3.10 -translated into your language.
    3.11 +	The SliTaz web site is available in several languages and maintained by the
    3.12 +	<a href="../i18n.php">internationalization</a> team (i18n). Help is often
    3.13 +	needed and you're welcome to join us if you would like to see the website
    3.14 +	translated into your language.
    3.15 +</p>
    3.16 +
    3.17 +<h2>Artwork</h2>
    3.18 +
    3.19 +<p>
    3.20 +	You can get SliTaz logo, screenshots and wallpapers and you can get 
    3.21 +	involved in SliTaz Artwork team to help with default artwork provided
    3.22 +	with the distibution ISO images. More information in
    3.23 +	<a href="artwork/">the Artwork section</a>.
    3.24  </p>
    3.25  
    3.26  <!-- End of content  -->
     4.1 --- a/en/mailing-list.php	Mon Aug 24 16:15:38 2015 +0200
     4.2 +++ b/en/mailing-list.php	Mon Aug 24 17:18:18 2015 +0200
     4.3 @@ -10,34 +10,22 @@
     4.4  </head>
     4.5  <body>
     4.6  
     4.7 -<?php include("../lib/html/header.html"); ?>
     4.8 -
     4.9 -<!-- Block -->
    4.10 -<div id="block">
    4.11 -	<?php include("../lib/html/nav.en.html"); ?>
    4.12 -	<!-- Information/image -->
    4.13 -	<div id="block_info">
    4.14 -		<h4>Mailing list</h4>
    4.15 -		<p>
    4.16 -			SliTaz contributors discussions and announcements (inc.
    4.17 -			support and development). All this is part of the mailing
    4.18 -			list - Join now to get help or involved in the project.
    4.19 -		</p>
    4.20 -		<p>
    4.21 -			<img src="/images/users.png" alt="[ ]" />
    4.22 -			Also you can <a href="http://scn.slitaz.org/">join us on SCN</a>
    4.23 -			and the <a href="http://forum.slitaz.org/">forum</a>.
    4.24 -		</p>
    4.25 -		
    4.26 -	</div>
    4.27 -</div>
    4.28 -
    4.29 -<?php include("../lib/lang.php"); ?>
    4.30 +<?php 
    4.31 +include("../lib/html/header.html");
    4.32 +include("../lib/html/nav.html"); 
    4.33 +include("../lib/lang.php");
    4.34 +?>
    4.35  
    4.36  <!-- Content -->
    4.37  <div id="content">
    4.38  
    4.39 -<h2>SliTaz list</h2>
    4.40 +<h2>SliTaz Mailing list</h2>
    4.41 +
    4.42 +<p>
    4.43 +	Users support, general information, SliTaz contributors discussions and
    4.44 +	announcements (inc. support and development). All this is part of the
    4.45 +	mailing list - Join now to get help or involved in the project.
    4.46 +</p>
    4.47  
    4.48  <ul>
    4.49  	<li><a href="#about">About the list</a> - Support and development.</li>
     5.1 --- a/en/support.php	Mon Aug 24 16:15:38 2015 +0200
     5.2 +++ b/en/support.php	Mon Aug 24 17:18:18 2015 +0200
     5.3 @@ -39,6 +39,11 @@
     5.4  </div>
     5.5  
     5.6  <div class="box">
     5.7 +	<img src="../images/mail.png" alt="mail" />
     5.8 +	Mail: <a href="mailing-list.php">Mailing list</a>
     5.9 +</div>
    5.10 +
    5.11 +<div class="box">
    5.12  	<img src="../images/irc.png" alt="irc" />
    5.13  	IRC Channel: <a href="http://irc.slitaz.org">irc.slitaz.org</a>
    5.14  	#slitaz on irc.freenode.net
     6.1 --- a/fr/artwork/screenshots.php	Mon Aug 24 16:15:38 2015 +0200
     6.2 +++ b/fr/artwork/screenshots.php	Mon Aug 24 17:18:18 2015 +0200
     6.3 @@ -18,12 +18,12 @@
     6.4  
     6.5  <!-- Content -->
     6.6  <div id="content">
     6.7 -	
     6.8 -<p>
     6.9 -	Une image dit parfois plus que mille mots...
    6.10 -	Captures d'écran de la version stable et cooking.
    6.11 -	Vous aurez peut-être aussi envie de trouver ou partager
    6.12 -	des images pour SliTaz!
    6.13 +
    6.14 +<h2>Captures d'écran</h2>
    6.15 +
    6.16 +<p style="text-align: center;">
    6.17 +	Une image dit parfois plus que mille mots... Captures d'écran de la
    6.18 +	version stable et cooking.
    6.19  </p>
    6.20  
    6.21  <div id="gallery">
     7.1 --- a/fr/mailing-list.php	Mon Aug 24 16:15:38 2015 +0200
     7.2 +++ b/fr/mailing-list.php	Mon Aug 24 17:18:18 2015 +0200
     7.3 @@ -10,37 +10,24 @@
     7.4  </head>
     7.5  <body>
     7.6  
     7.7 -<?php include("../lib/html/header.html"); ?>
     7.8 -
     7.9 -<!-- Block -->
    7.10 -<div id="block">
    7.11 -	<?php include("../lib/html/nav.fr.html"); ?>
    7.12 -	<!-- Information/image -->
    7.13 -	<div id="block_info">
    7.14 -		<h4>Mailing list</h4>
    7.15 -		<p>
    7.16 -			Discussion des contributeurs SliTaz et annonces (inc.
    7.17 -			support et développement). Tout cela se fait partie de la
    7.18 -			liste de discussion - Rejoinez nous pour obtenir de l'aide
    7.19 -			ou vous impliquer dans le projet.
    7.20 -		</p>
    7.21 -		<p>
    7.22 -			<img src="/images/users.png" alt="[ ]" />
    7.23 -			Vous pouvez aussi nous
    7.24 -			<a href="http://scn.slitaz.org/">rejoindre sur SCN</a>
    7.25 -			et le <a href="http://forum.slitaz.org/">forum</a> de support.
    7.26 -		</p>
    7.27 -		<?php include("../lib/html/follow.html"); ?>
    7.28 -	</div>
    7.29 -</div>
    7.30 -
    7.31 -<?php include("../lib/lang.php"); ?>
    7.32 +<?php 
    7.33 +include("../lib/html/header.fr.html");
    7.34 +include("../lib/html/nav.fr.html"); 
    7.35 +include("../lib/lang.php");
    7.36 +?>
    7.37  
    7.38  <!-- Content -->
    7.39  <div id="content">
    7.40  
    7.41  <h2>Liste de discussion</h2>
    7.42  
    7.43 +<p>
    7.44 +	Support utilisateur, discussion des contributeurs SliTaz et annonces
    7.45 +	(inc. support et développement). Tout cela se fait partie de la liste
    7.46 +	de discussion - Rejoinez nous pour obtenir de l'aide ou vous impliquer
    7.47 +	dans le projet.
    7.48 +</p>
    7.49 +
    7.50  <ul>
    7.51  	<li><a href="#about">A propos de la liste</a>
    7.52  		- Support et développement.</li>
     8.1 --- a/fr/packages/index.php	Mon Aug 24 16:15:38 2015 +0200
     8.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     8.3 @@ -1,1 +0,0 @@
     8.4 -../search.php
     8.5 \ No newline at end of file
     9.1 --- a/fr/support.php	Mon Aug 24 16:15:38 2015 +0200
     9.2 +++ b/fr/support.php	Mon Aug 24 17:18:18 2015 +0200
     9.3 @@ -39,6 +39,11 @@
     9.4  </div>
     9.5  
     9.6  <div class="box">
     9.7 +	<img src="../images/mail.png" alt="mail" />
     9.8 +	Mail: <a href="mailing-list.php">Liste de discussion</a>
     9.9 +</div>
    9.10 +
    9.11 +<div class="box">
    9.12  	<img src="../images/irc.png" alt="irc" />
    9.13  	Canal IRC: <a href="http://irc.slitaz.org">irc.slitaz.org</a>
    9.14  	#slitaz sur irc.freenode.net
    10.1 Binary file images/mail.png has changed
    11.1 --- a/pt/artwork/screenshots.php	Mon Aug 24 16:15:38 2015 +0200
    11.2 +++ b/pt/artwork/screenshots.php	Mon Aug 24 17:18:18 2015 +0200
    11.3 @@ -26,11 +26,6 @@
    11.4      lançadas até hoje. Você pode procurar, discutir e
    11.5      compartilhar suas próprias capturas.
    11.6  </p>
    11.7 -<p>
    11.8 -    <img src="/images/users.png" alt="[ ]" />
    11.9 -    <a href="http://scn.slitaz.org/image/">Entre no SCN</a>
   11.10 -    (SliTaz Community Network).
   11.11 -</p>
   11.12  
   11.13  <div id="gallery">
   11.14  
    12.1 --- a/pt/support.php	Mon Aug 24 16:15:38 2015 +0200
    12.2 +++ b/pt/support.php	Mon Aug 24 17:18:18 2015 +0200
    12.3 @@ -39,6 +39,11 @@
    12.4  </div>
    12.5  
    12.6  <div class="box">
    12.7 +	<img src="../images/mail.png" alt="mail" />
    12.8 +	Mail: <a href="mailing-list.php">Lista de discussão</a>
    12.9 +</div>
   12.10 +
   12.11 +<div class="box">
   12.12  	<img src="../images/irc.png" alt="irc" />
   12.13  	Canal IRC: <a href="http://irc.slitaz.org">irc.slitaz.org</a>
   12.14  	#slitaz em irc.freenode.net