slitaz-forge diff labs/offline/index.html @ rev 3

Add slitaz-labs config & themes
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed Dec 22 14:03:22 2010 +0100 (2010-12-22)
parents
children 92ca357624a0
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/labs/offline/index.html	Wed Dec 22 14:03:22 2010 +0100
     1.3 @@ -0,0 +1,53 @@
     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="fr" lang="fr">
     1.7 +<head>
     1.8 +	<title>SliTaz - Labs</title>
     1.9 +	<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
    1.10 +	<meta name="description" content="Slitaz labs" />
    1.11 +	<meta name="expires" content="never" />
    1.12 +	<meta name="modified" content="2010-06-12 13:00:00" />
    1.13 +	<meta name="publisher" content="www.slitaz.org" />
    1.14 +	<meta name="author" content="Christophe Lincoln"/>
    1.15 +	<link rel="stylesheet" type="text/css" href="style.css" />
    1.16 +</head>
    1.17 +<body bgcolor="#ffffff">
    1.18 +<!-- Header -->
    1.19 +<div id="header">
    1.20 +	<a name="top"></a>
    1.21 +	<h1>SliTaz GNU/Linux</h1>
    1.22 +</div>
    1.23 +
    1.24 +<!-- Content -->
    1.25 +<div id="content">
    1.26 +<h2><font color="#DF8F06">Offline labs</font></h2>
    1.27 +<p>
    1.28 +SliTaz Labs are offline for a while now due to hight CPU usage by
    1.29 +Redmine/ruby, we tried many things but the problem occure and helped
    1.30 +Tank crash. We are working on an stable solution and will try to be 
    1.31 +online as soon as possible, please bear with us.
    1.32 +</p>
    1.33 +<p>
    1.34 +For now please use the community website forum:
    1.35 +<a href="http://community.slitaz.org/forum">community.slitaz.org/forum</a>
    1.36 +</p>
    1.37 +<!-- End content -->
    1.38 +</div>
    1.39 +<hr />
    1.40 +<!-- Footer -->
    1.41 +<div align="center" id="footer">
    1.42 +<p>
    1.43 +<font size="-2">
    1.44 +    Copyright &copy; 2010 <a href="http://www.slitaz.org/">SliTaz</a>
    1.45 +</font>
    1.46 +</p>
    1.47 +<!-- Logos -->
    1.48 +</p>
    1.49 +<a href="http://www.slitaz.org/">
    1.50 +<img
    1.51 +    border="0" src="images/slitaz-80x15.png"
    1.52 +    alt="www.slitaz.org" title="Powered by SliTaz GNU/Linux"
    1.53 +    style="width: 80px; height: 15px;" /></a>
    1.54 +</div>
    1.55 +</body>
    1.56 +</html>