website diff en/devel/index.php @ rev 1200

New menu and move to html5 for en/ site + get ready for mobile display
author Christophe Lincoln <pankso@slitaz.org>
date Sun Apr 13 19:21:45 2014 +0200 (2014-04-13)
parents ed244b6a8534
children af7f60ecb9ea
line diff
     1.1 --- a/en/devel/index.php	Fri Nov 23 21:36:09 2012 +0000
     1.2 +++ b/en/devel/index.php	Sun Apr 13 19:21:45 2014 +0200
     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 - Developers corner</title>
    1.13  	<meta name="description" content="SliTaz GNU/Linux project information overview" />
    1.14  	<meta name="keywords" lang="en" content="about slitaz, gnu, linux, mini distro, livecd" />
    1.15 @@ -11,41 +10,32 @@
    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>Development</h4>
    1.27 -		<p>
    1.28 -			SliTaz is a community based distribution made by many
    1.29 -			people all over the world and everyone is welcome to help
    1.30 -			and get involved in the project.
    1.31 -		</p>
    1.32 -		<p>
    1.33 -			<img src="/images/users.png" alt="[ ]" />
    1.34 -			<a href="http://scn.slitaz.org/">Join us on SCN</a> and
    1.35 -			the <a href="../mailing-list.php">mailing list</a>
    1.36 -		</p>
    1.37 -	</div>
    1.38 -</div>
    1.39 -
    1.40 -<?php include("../../lib/lang.php"); ?>
    1.41 +<?php 
    1.42 +include("../../lib/html/header.html");
    1.43 +include("../../lib/html/nav.html"); 
    1.44 +include("../../lib/lang.php"); 
    1.45 +?>
    1.46  
    1.47  <!-- Content -->
    1.48 -<div id="content">
    1.49 +<section id="content">
    1.50  
    1.51  <h2>Devel corner</h2>
    1.52  
    1.53 +<p>
    1.54 +	SliTaz is a community based distribution made by many
    1.55 +	people all over the world and everyone is welcome to help
    1.56 +	and get involved in the project.
    1.57 +</p>
    1.58 +
    1.59  <ul>
    1.60  	<li><a href="forge.php">Forge</a> - Collaborative management, KISS,
    1.61 -	guidelines, Mercurial repos, website and other services.</li>
    1.62 +	guidelines, Mercurial and other services.</li>
    1.63  	<li><a href="/i18n.php">Internationalization project</a> -
    1.64  	Translation, goals and management.</li>
    1.65 -	<li><a href="http://hg.slitaz.org/" >Mercurial Repositories</a></li>
    1.66 -	<li><a href="http://bugs.slitaz.org/">SliTaz Bug Tracker</a></li>
    1.67 +	<li><a href="http://hg.slitaz.org/" >Mercurial Repositories</a>
    1.68 +	- Source code reposotories</li>
    1.69 +	<li><a href="http://bugs.slitaz.org/">SliTaz Bug Tracker</a> -
    1.70 +	Our custom CGI/SHell bug tracker</li>
    1.71  </ul>
    1.72  
    1.73  <h2>Get involved</h2>
    1.74 @@ -90,7 +80,7 @@
    1.75  </div>
    1.76  
    1.77  <!-- End of content -->
    1.78 -</div>
    1.79 +</section>
    1.80  
    1.81  <?php include("../../lib/html/footer.html"); ?>
    1.82