website view en/news/index.php @ rev 1172

English main page have all news like the main index.php. Removed webchat.php
author Christophe Lincoln <pankso@slitaz.org>
date Wed Jan 08 11:04:32 2014 +0100 (2014-01-08)
parents cd72b985d6fd
children c438907f75bd
line source
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4 <head>
5 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
6 <title>SliTaz - News archives</title>
7 <meta name="description" content="SliTaz news archives info release" />
8 <meta name="keywords" lang="en" content="System, free, gnu, linux, opensource software, livecd in RAM" />
9 <meta name="author" content="Christophe Lincoln"/>
10 <?php include("../../lib/html/meta-link.html"); ?>
11 </head>
12 <body>
14 <?php include("../../lib/html/header.html"); ?>
16 <!-- Block -->
17 <div id="block">
18 <?php include("../../lib/html/nav.en.html"); ?>
19 <!-- Information/image -->
20 <div id="block_info">
21 <h4>News archives</h4>
22 <p>
23 Website news archives by year. Note that some links may be
24 broken due to website structure changes (mainly the docs
25 that moved to their own domain).
26 </p>
27 <p>
28 <img src="/images/news.png" alt="[ ]" />
29 <a href="2007.php">2007</a> | <a href="2008.php">2008</a>
30 | <a href="2009.php">2009</a> | <a href="2010.php">2010</a>
31 | <a href="2011.php">2011</a> | <a href="2012.php">2012</a>
32 </p>
33 </div>
34 </div>
36 <?php include("../../lib/lang.php"); ?>
38 <!-- Content -->
39 <div id="content">
41 <h2>2014</h2>
43 <ul>
44 <li>The 5.0 release year!</li>
45 </ul>
47 <!-- End of content -->
48 </div>
50 <?php include("../../lib/html/footer.html"); ?>
52 </body>
53 </html>