website diff en/devel/forge.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 0c3d5d5f927e
children 9ed0bfb74392
line diff
     1.1 --- a/en/devel/forge.php	Fri Apr 06 10:07:22 2012 +0100
     1.2 +++ b/en/devel/forge.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 - Forge (en)</title>
    1.13  	<meta name="description" content="slitaz developers forge" />
    1.14  	<meta name="keywords" lang="en" content="slitaz, devel, hg, bugs" />
    1.15 @@ -11,29 +10,14 @@
    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>Forge</h4>
    1.27 -		<p>
    1.28 -			Misc tools, guidelines and services used to create and build SliTaz.
    1.29 -		</p>
    1.30 -		<p>
    1.31 -			<img src="/images/users.png" alt="[ ]" />
    1.32 -			<a href="http://scn.slitaz.org/">Join us on SCN</a> and
    1.33 -			the <a href="../mailing-list.php">mailing list</a>
    1.34 -		</p>
    1.35 -	</div>
    1.36 -</div>
    1.37 -
    1.38 -<?php include("../../lib/lang.php"); ?>
    1.39 +<?php 
    1.40 +include("../../lib/html/header.html");
    1.41 +include("../../lib/html/nav.html"); 
    1.42 +include("../../lib/lang.php"); 
    1.43 +?>
    1.44  
    1.45  <!-- Content -->
    1.46 -<div id="content">
    1.47 +<section id="content">
    1.48  
    1.49  <h2>Collaborative management</h2>
    1.50  
    1.51 @@ -65,13 +49,9 @@
    1.52  	access, disk space, a public directory and all development tools.
    1.53  	Developers can compile packages and maintainers of the mirror can handle
    1.54  	synchronization. Tank also hosts the Build Bot, Web boot and SliTaz Pro:
    1.55 -	<a href="http://tank.slitaz.org/" target="_blank">tank.slitaz.org</a>
    1.56 +	<a href="http://tank.slitaz.org/">tank.slitaz.org</a>
    1.57  </p>
    1.58 -<!-- p>
    1.59 -	SliTaz hosts some other project servers:
    1.60 -	<a href="http://chub.slitaz.org/" target="_blank">Chub</a> and
    1.61 -	<a href="http://pangolin.slitaz.org/" target="_blank">Pangolin</a>.
    1.62 -</p -->
    1.63 +
    1.64  <p>
    1.65  	Instructions on using the build host are described in the Cookbook:
    1.66  	<a href="http://doc.slitaz.org/en:cookbook:buildhost">
    1.67 @@ -338,7 +318,7 @@
    1.68  </pre>
    1.69  
    1.70  <!-- End of content -->
    1.71 -</div>
    1.72 +</section>
    1.73  
    1.74  <?php include("../../lib/html/footer.html"); ?>
    1.75