website rev 1241

add fr/support.php and small fixes
author Christophe Lincoln <pankso@slitaz.org>
date Sun Dec 21 00:18:39 2014 +0100 (2014-12-21)
parents d98db40d8b63
children 7986d2835cb2
files en/artwork/index.php en/asso/index.php en/devel/index.php en/support.php fr/asso/index.php fr/doc/index.php fr/get/index.php fr/support.php lib/html/nav.fr.html pt/devel/index.php pt/index.php slitaz.css
line diff
     1.1 --- a/en/artwork/index.php	Sat Dec 20 23:31:47 2014 +0100
     1.2 +++ b/en/artwork/index.php	Sun Dec 21 00:18:39 2014 +0100
     1.3 @@ -1,8 +1,7 @@
     1.4 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     1.5 -	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     1.6 -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
     1.7 +<!DOCTYPE html>
     1.8 +<html lang="en">
     1.9  <head>
    1.10 -	<meta http-equiv="content-type" content="text/html; charset=utf-8" />
    1.11 +	<meta charset="utf-8" />
    1.12  	<title>SliTaz - Artwork</title>
    1.13  	<meta name="description" content="SliTaz GNU/Linux project artwok images logos" />
    1.14  	<meta name="keywords" lang="en" content="about slitaz, gnu, linux, mini distro, livecd" />
    1.15 @@ -11,29 +10,11 @@
    1.16  </head>
    1.17  <body>
    1.18  
    1.19 -<?php include("../../lib/html/header.html"); ?>
    1.20 -
    1.21 -<!-- Block -->
    1.22 -<div id="block">
    1.23 -	<?php include("../../lib/html/nav.en.html"); ?>
    1.24 -	<!-- Information/image -->
    1.25 -	<div id="block_info">
    1.26 -		<h4>Artwork</h4>
    1.27 -		<p>
    1.28 -			Find, enjoy, discuss, upload and share SliTaz Artwork! Join 
    1.29 -			the Artwork group on 
    1.30 -			<a href="http://scn.slitaz.org/groups/artwork/">SCN</a>.
    1.31 -			Your work may be used on a Cooking release.
    1.32 -		</p>
    1.33 -		<ul>
    1.34 -			<li><a href="#art4taz">Art &amp; Design</a></li>
    1.35 -			<li><a href="#logos">Logos &amp; Spider</a></li>
    1.36 -			<li><a href="screenshots.php">Screenshots</a></li>
    1.37 -		</ul>
    1.38 -	</div>
    1.39 -</div>
    1.40 -
    1.41 -<?php include("../../lib/lang.php"); ?>
    1.42 +<?php 
    1.43 +include("../../lib/html/header.html");
    1.44 +include("../../lib/html/nav.html"); 
    1.45 +include("../../lib/lang.php"); 
    1.46 +?>
    1.47  
    1.48  <!-- Content -->
    1.49  <div id="content">
    1.50 @@ -41,35 +22,35 @@
    1.51  <h2 id="art4taz">Artwork &amp; Design</h2>
    1.52  
    1.53  <p>
    1.54 -This section of the website is dedicated to art and graphics intended for
    1.55 -the SliTaz project. Images are free, and you can use them to make your own
    1.56 -wallpaper or display a logo on your site to help popularize the project.
    1.57 -The SliTaz logos and icons are available for download in SVG format. You
    1.58 -will also find here some <a href="screenshots.php">screenshots</a> made
    1.59 -with mtPaint and The Gimp. The Artwork team has its own platform on
    1.60 -the <a href="http://scn.slitaz.org/">SliTaz Community Network</a>.
    1.61 +	This section of the website is dedicated to art and graphics intended for
    1.62 +	the SliTaz project. Images are free, and you can use them to make your own
    1.63 +	wallpaper or display a logo on your site to help popularize the project.
    1.64 +	The SliTaz logos and icons are available for download in SVG format. You
    1.65 +	will also find here some <a href="screenshots.php">screenshots</a> made
    1.66 +	with mtPaint and The Gimp. The Artwork team has its own platform on
    1.67 +	the <a href="http://scn.slitaz.org/">SliTaz Community Network</a>.
    1.68  </p>
    1.69  
    1.70  <h3>Artwork for SliTaz</h3>
    1.71  
    1.72  <p>
    1.73 -As with many things SliTaz, graphics, logos, themes, and wallpapers are fully
    1.74 -constructed by the community and developers. The project always likes to maintain
    1.75 -elegant, sober, quality design. Making a logo, wallpaper or otherwise is a
    1.76 -good way to participate in the project without getting your hands dirty coding
    1.77 -or document proofing xHTML. If you want to create artwork for SliTaz, or if want 
    1.78 -to create an account on the SCN platform to upload your work, or you want to
    1.79 -use some artwork online it is highly recommended that you contact us first via 
    1.80 -the <a href="../mailing-list.php">Mailing List</a>. Please, try not to send 
    1.81 -files that are too large. 
    1.82 +	As with many things SliTaz, graphics, logos, themes, and wallpapers are fully
    1.83 +	constructed by the community and developers. The project always likes to maintain
    1.84 +	elegant, sober, quality design. Making a logo, wallpaper or otherwise is a
    1.85 +	good way to participate in the project without getting your hands dirty coding
    1.86 +	or document proofing xHTML. If you want to create artwork for SliTaz, or if want 
    1.87 +	to create an account on the SCN platform to upload your work, or you want to
    1.88 +	use some artwork online it is highly recommended that you contact us first via 
    1.89 +	the <a href="../mailing-list.php">Mailing List</a>. Please, try not to send 
    1.90 +	files that are too large. 
    1.91  </p>
    1.92  <p>
    1.93 -To maintain the constraints of the LiveCD, the image must not exceed 200
    1.94 -kilobytes and should be 1024x768 in size. Finally each release 
    1.95 -version offers a new theme/background which follow the same guidelines
    1.96 -and it goes without saying that tools distributed with the system should
    1.97 -be used. With a LiveCD you already have mtPaint and with an installed system
    1.98 -you can find Gimp on the mirror. Note that the JPG format is preferred.
    1.99 +	To maintain the constraints of the LiveCD, the image must not exceed 200
   1.100 +	kilobytes and should be 1024x768 in size. Finally each release 
   1.101 +	version offers a new theme/background which follow the same guidelines
   1.102 +	and it goes without saying that tools distributed with the system should
   1.103 +	be used. With a LiveCD you already have mtPaint and with an installed system
   1.104 +	you can find Gimp on the mirror. Note that the JPG format is preferred.
   1.105  </p>
   1.106  
   1.107  <h2 id="logos">Logos &amp; Spider</h2>
     2.1 --- a/en/asso/index.php	Sat Dec 20 23:31:47 2014 +0100
     2.2 +++ b/en/asso/index.php	Sun Dec 21 00:18:39 2014 +0100
     2.3 @@ -18,13 +18,6 @@
     2.4  
     2.5  <!-- Content -->
     2.6  <section id="content">
     2.7 -	
     2.8 -<div class="box-up">
     2.9 -	<a href="http://www.gofundme.com/slitaz2014?utm_medium=wdgt"
    2.10 -		title="Visit this page now."><img src="../../images/gofundme.png"></a>
    2.11 -	<a href="http://www.gofundme.com/slitaz2014?utm_medium=wdgt">
    2.12 -		Check out our new SliTaz 2014 fundraising!</a>
    2.13 -</div>
    2.14  
    2.15  <!-- Featured sponsor -->
    2.16  <div id="sponsor">
    2.17 @@ -33,7 +26,7 @@
    2.18  	<p><?php echo "<a href='$url'>$name</a>" ?></p>
    2.19  </div>
    2.20  
    2.21 -<h2>SliTaz Association</h2>
    2.22 +<h2 style="margin-right: 220px;">SliTaz Association</h2>
    2.23  <p>
    2.24  	The SliTaz GNU/Linux association is a non-profit entity that 
    2.25  	maintains and manages the project. Its mission is to ensure
     3.1 --- a/en/devel/index.php	Sat Dec 20 23:31:47 2014 +0100
     3.2 +++ b/en/devel/index.php	Sun Dec 21 00:18:39 2014 +0100
     3.3 @@ -34,6 +34,8 @@
     3.4  	Cooking, Stable or sub projects</li>
     3.5  	<li><a href="/i18n.php">Internationalization project</a> -
     3.6  	Translations, goals and management</li>
     3.7 +	<li><a href="../artwork/">Artwork</a> - SliTaz logo, spider and art
     3.8 +	information and download</li>
     3.9  	<li><a href="http://hg.slitaz.org/" >Mercurial Repositories</a>
    3.10  	- Source code repositories</li>
    3.11  	<li><a href="http://bugs.slitaz.org/">SliTaz Bug Tracker</a> -
     4.1 --- a/en/support.php	Sat Dec 20 23:31:47 2014 +0100
     4.2 +++ b/en/support.php	Sun Dec 21 00:18:39 2014 +0100
     4.3 @@ -29,7 +29,7 @@
     4.4  <div class="box">
     4.5  	<img src="../images/text.png" alt="text" />
     4.6  	Documentation: <a href="doc/">Release notes &amp; Manuals</a> -
     4.7 -	<a href="http://doc.slitaz.org">Wiki &amp; Books</a> -
     4.8 +	<a href="http://doc.slitaz.org/en:start">Wiki &amp; Books</a> -
     4.9  	<a href="http://arm.slitaz.org/codex">SliTaz ARM Codex</a>
    4.10  </div>
    4.11  
     5.1 --- a/fr/asso/index.php	Sat Dec 20 23:31:47 2014 +0100
     5.2 +++ b/fr/asso/index.php	Sun Dec 21 00:18:39 2014 +0100
     5.3 @@ -27,7 +27,7 @@
     5.4  	<p><?php echo "<a href='$url'>$name</a>" ?></p>
     5.5  </div>
     5.6  
     5.7 -<h2>Infrastructure et services</h2>
     5.8 +<h2 style="margin-right: 220px;">Infrastructure et services</h2>
     5.9  
    5.10  <p>
    5.11  	L'Association SliTaz GNU/Linux est une association à but 
    5.12 @@ -38,12 +38,12 @@
    5.13  </p>
    5.14  
    5.15  <ul>
    5.16 -	<li><a href="#overview">Vue d'ensemble.</a></li>
    5.17 -	<li><a href="#goals">Objectifs actuels.</a></li>
    5.18 -	<li><a href="#members">Membres.</a></li>
    5.19 -	<li><a href="#sponsors">Sponsors.</a></li>
    5.20 -	<li><a href="#donation">Donation.</a></li>
    5.21 -	<li><a href="#postal">Adresse postale.</a></li>
    5.22 +	<li><a href="#overview">Vue d'ensemble</a></li>
    5.23 +	<li><a href="#goals">Objectifs actuels</a></li>
    5.24 +	<li><a href="#members">Membres</a></li>
    5.25 +	<li><a href="#sponsors">Sponsors</a></li>
    5.26 +	<li><a href="#donation">Donation</a></li>
    5.27 +	<li><a href="#postal">Adresse postale</a></li>
    5.28  </ul>
    5.29  
    5.30  <p>Aidez le projet via un petit don:
     6.1 --- a/fr/doc/index.php	Sat Dec 20 23:31:47 2014 +0100
     6.2 +++ b/fr/doc/index.php	Sun Dec 21 00:18:39 2014 +0100
     6.3 @@ -79,7 +79,7 @@
     6.4  <h2>Wiki et Forum</h2>
     6.5  
     6.6  <p>
     6.7 -	Le <a href="http://doc.slitaz.org/">wiki</a>, site collaboratif et 
     6.8 +	Le <a href="http://doc.slitaz.org/fr:start">wiki</a>, site collaboratif et 
     6.9  	communautaire, fournit divers ressources traitant de sujets particuliers.
    6.10  	Le <a href="http://forum.slitaz.org/">forum</a> de support est aussi une
    6.11  	source d'informations proposant des sujets très spécifiques.
     7.1 --- a/fr/get/index.php	Sat Dec 20 23:31:47 2014 +0100
     7.2 +++ b/fr/get/index.php	Sun Dec 21 00:18:39 2014 +0100
     7.3 @@ -43,7 +43,7 @@
     7.4  
     7.5  <div class="box">
     7.6  	<p>
     7.7 -		Vous pouvez aider le projet via un petit donou en devenant
     7.8 +		Vous pouvez aider le projet via un petit don ou en devenant
     7.9  		(en) <a href="/en/sponsor/">sponsor</a> officiel.
    7.10  	</p>
    7.11  	<?php include("../../lib/html/donate.html"); ?>
     8.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     8.2 +++ b/fr/support.php	Sun Dec 21 00:18:39 2014 +0100
     8.3 @@ -0,0 +1,58 @@
     8.4 +<!DOCTYPE html>
     8.5 +<html lang="fr">
     8.6 +<head>
     8.7 +	<meta charset="utf-8" />
     8.8 +	<title>SliTaz - Support (fr)</title>
     8.9 +	<meta name="description" content="slitaz support en français" />
    8.10 +	<meta name="keywords" content="slitaz liste irc support commercial" lang="fr" />
    8.11 +	<meta name="author" content="Christophe Lincoln" />
    8.12 +	<?php include("../lib/html/meta-link.html"); ?>
    8.13 +</head>
    8.14 +<body>
    8.15 +
    8.16 +<?php 
    8.17 +include("../lib/html/header.fr.html");
    8.18 +include("../lib/html/nav.fr.html"); 
    8.19 +include("../lib/lang.php");
    8.20 +?>
    8.21 +
    8.22 +<!-- Content -->
    8.23 +<section id="content">
    8.24 +
    8.25 +<h2>Support SliTaz</h2>
    8.26 +
    8.27 +<p>
    8.28 +	Le projet SliTaz propose divers moyens d'aide et de support. Nous avons
    8.29 +	un forum actif et une large documentation.
    8.30 +</p>
    8.31 +
    8.32 +<div class="box">
    8.33 +	<img src="../images/text.png" alt="text" />
    8.34 +	Documentation: <a href="doc/">Notes de publication &amp; Manuels</a> -
    8.35 +	<a href="http://doc.slitaz.org/fr:start">Wiki &amp; Livres</a> -
    8.36 +	<a href="http://arm.slitaz.org/codex">SliTaz ARM Codex</a>
    8.37 +</div>
    8.38 +
    8.39 +<div class="box">
    8.40 +	<img src="../images/users.png" alt="users" />
    8.41 +	Forum: <a href="http://forum.slitaz.org">forum.slitaz.org</a>
    8.42 +</div>
    8.43 +
    8.44 +<div class="box">
    8.45 +	<img src="../images/irc.png" alt="irc" />
    8.46 +	Canal IRC: <a href="http://irc.slitaz.org">irc.slitaz.org</a>
    8.47 +	#slitaz sur irc.freenode.net
    8.48 +</div>
    8.49 +
    8.50 +<div class="box">
    8.51 +	<img src="../images/support.png" alt="support" />
    8.52 +	Commercial: Veuillez contacter par mail &lt;asso AT slitaz.org&gt;
    8.53 +</div>
    8.54 +
    8.55 +<!-- End of content -->
    8.56 +</section>
    8.57 +
    8.58 +<?php include("../lib/html/footer.html"); ?>
    8.59 +
    8.60 +</body>
    8.61 +</html>
     9.1 --- a/lib/html/nav.fr.html	Sat Dec 20 23:31:47 2014 +0100
     9.2 +++ b/lib/html/nav.fr.html	Sun Dec 21 00:18:39 2014 +0100
     9.3 @@ -6,7 +6,7 @@
     9.4  	<ul>
     9.5  		<li><a class="nav1" href="/fr/about/">A propos</a></li>
     9.6  		<li><a class="nav2" href="/fr/get/">Téléchargement</a></li>
     9.7 -		<li><a class="nav1" href="/en/support.php">Support</a></li>
     9.8 +		<li><a class="nav1" href="/fr/support.php">Support</a></li>
     9.9  		<li><a class="nav2" href="/fr/asso/">Asso</a></li>
    9.10  		<li><a class="nav1" href="/fr/devel/">Développement</a></li>
    9.11  		<!--<li><a class="nav2" href="">Artwork</a></li>-->
    10.1 --- a/pt/devel/index.php	Sat Dec 20 23:31:47 2014 +0100
    10.2 +++ b/pt/devel/index.php	Sun Dec 21 00:18:39 2014 +0100
    10.3 @@ -20,14 +20,13 @@
    10.4  <section id="content">
    10.5  
    10.6  <h2>Desenvolvimento</h2>
    10.7 +
    10.8  <p>
    10.9      O SliTaz é uma distribuição desenvolvida de forma
   10.10      colaborativa muitos pessoas em todo o mundo. Todos são
   10.11      bem vindos a ajudar e a se envolver no projeto.
   10.12  </p>
   10.13  
   10.14 -<h2>Espaço dos Desenvolvedores do SliTaz</h2>
   10.15 -
   10.16  <ul>
   10.17  	<li><a href="forge.php">Central de Desenvolvimento</a> - Desenvolvimento
   10.18  	colaborativo, princípio KISS, linhas mestras, repositórios mercurial,
    11.1 --- a/pt/index.php	Sat Dec 20 23:31:47 2014 +0100
    11.2 +++ b/pt/index.php	Sun Dec 21 00:18:39 2014 +0100
    11.3 @@ -154,10 +154,6 @@
    11.4  bem vinda e você pode entrar em contato conosco a qualquer tempo para contribuir
    11.5  e ajudar o projeto a ter as páginas traduzidas em sua língua.
    11.6  </p>
    11.7 -<p>
    11.8 -	<img src="../images/users.png" alt="*" />
    11.9 -	<a href="http://scn.slitaz.org/groups/i18n/">Entre no grupo i18n no SCN</a>
   11.10 -</p>
   11.11  
   11.12  <!-- End of content  -->
   11.13  </section>
    12.1 --- a/slitaz.css	Sat Dec 20 23:31:47 2014 +0100
    12.2 +++ b/slitaz.css	Sun Dec 21 00:18:39 2014 +0100
    12.3 @@ -18,10 +18,11 @@
    12.4  a { text-decoration: underline; color: #215090; }
    12.5  a:hover { text-decoration: none; }
    12.6  img { border: 0pt none; vertical-align: middle; }
    12.7 -h2 { color: #444; }
    12.8 +h2 { color: #444; font-size: 180%; }
    12.9  h3 { color: #666; font-size: 140%; }
   12.10  h4 { color: #888; font-size: 120%; }
   12.11  h2, h3 { border-bottom: 1px dashed #afafaf; padding-bottom: 5px; }
   12.12 +li { list-style-type: square; }
   12.13  pre { 
   12.14  	background-color: #f8f8f8; 
   12.15  	border: 1px solid #ddd; 
   12.16 @@ -219,7 +220,7 @@
   12.17  	padding: 30px 80px;
   12.18  	text-align: justify;
   12.19  }
   12.20 -#content li { line-height: 1.6em; list-style-type: square; }
   12.21 +#content li { line-height: 1.6em; }
   12.22  
   12.23  .news li {
   12.24  	border-bottom: 1px dotted #BEBEBE;
   12.25 @@ -241,7 +242,7 @@
   12.26  	height: 160px;
   12.27  	float: right;
   12.28  	text-align: center;
   12.29 -	margin: 10px 0px 20px 20px;
   12.30 +	margin: 20px 0px 20px 20px;
   12.31  }
   12.32  
   12.33  /* Classes */
   12.34 @@ -298,8 +299,8 @@
   12.35  .activity div { padding: 5px 10px; background: #fff; margin-top: 5px; }
   12.36  .activity p { margin: 0; padding: 5px 10px; font-weight: bold; }
   12.37  .activity a { text-decoration: none; }
   12.38 -.activity ul { list-style-type: none; 
   12.39 -	margin: 4px 0; padding: 0 4px; line-height: 150%; }
   12.40 +.activity ul { margin: 4px 0; padding: 0 4px; line-height: 150%; }
   12.41 +.activity li { list-style-type: none; }
   12.42  .activity_more { text-align: right;  }
   12.43  .activity_more a { font-weight: normal; color: #000; padding: 0 4px; }
   12.44  .activity_more a:hover { text-decoration: underline; }