website rev 877

Add webchat.php for easy access to SliTaz IRC channel from a browser
author Christophe Lincoln <pankso@slitaz.org>
date Fri Feb 17 12:31:40 2012 +0100 (2012-02-17)
parents 7cef1e1e57fb
children d3c0e431f8c2
files netmap.php webchat.php
line diff
     1.1 --- a/netmap.php	Sun Feb 12 15:16:39 2012 +0100
     1.2 +++ b/netmap.php	Fri Feb 17 12:31:40 2012 +0100
     1.3 @@ -73,7 +73,7 @@
     1.4  			<li><a href="http://doc.slitaz.org/en:handbook:start">Handbook</a></li>
     1.5  			<li><a href="http://forum.slitaz.org/">Support Forum</a></li>
     1.6  			<li><a href="http://www.slitaz.org/en/mailing-list.html">Mailing List</a></li>
     1.7 -			<li>IRC: <b>irc.toile-libre.org #slitaz</b></li>
     1.8 +			<li>IRC: <b>irc.freenode.net <a href="webchat.php">#slitaz</a></b></li>
     1.9  		</ul>
    1.10  	</div>
    1.11  </div>
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/webchat.php	Fri Feb 17 12:31:40 2012 +0100
     2.3 @@ -0,0 +1,85 @@
     2.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     2.5 +    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     2.6 +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
     2.7 +<head>
     2.8 +	<title>SliTaz - Web chat</title>
     2.9 +	<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
    2.10 +	<meta name="description" content="slitaz webchat" />
    2.11 +	<meta name="keywords" lang="en" content="slitaz irc chat support" />
    2.12 +	<meta name="robots" content="index, follow, all" />
    2.13 +    <meta name="modified" content="<?php echo (date( "Y-m-d H:i:s", getlastmod())); ?>" />
    2.14 +	<meta name="author" content="Christophe Lincoln"/>
    2.15 +	<link rel="shortcut icon" href="favicon.ico" />
    2.16 +	<link rel="stylesheet" type="text/css" href="slitaz.css" />
    2.17 +</head>
    2.18 +<body>
    2.19 +
    2.20 +<!-- Header -->
    2.21 +<div id="header">
    2.22 +	<div id="logo"></div>
    2.23 +	<div id="network">
    2.24 +		<a href="./netmap.php">
    2.25 +			<img src="images/network.png" alt="network.png" /></a>
    2.26 +		<a href="http://scn.slitaz.org/">Community</a>
    2.27 +		<a href="http://doc.slitaz.org/">Doc</a>
    2.28 +		<a href="http://forum.slitaz.org/">Forum</a>
    2.29 +		<a href="http://bugs.slitaz.org">Bugs</a>
    2.30 +		<a href="http://hg.slitaz.org/">Hg</a>
    2.31 +	</div>
    2.32 +	<h1><a href="./">SliTaz GNU/Linux</a></h1>
    2.33 +</div>
    2.34 +
    2.35 +<!-- Block -->
    2.36 +<div id="block">
    2.37 +	<!-- Navigation -->
    2.38 +	<div id="block_nav" style="text-align: center; padding: 10px;">
    2.39 +		<?php include("libs/random-image.php"); ?>
    2.40 +	</div>
    2.41 +	<!-- Information/image -->
    2.42 +	<div id="block_info">
    2.43 +		<h4>Web chat</h4>
    2.44 +		<p>
    2.45 +			Chat on SliTaz Freenode IRC chanel to meet users and contributors
    2.46 +			or get live support. On SliTaz you can also use a desktop application
    2.47 +			to connect on IRC. LostIRC is installed in core and Xchat or Pidgin
    2.48 +			in slitaz repositories. 
    2.49 +		</p>
    2.50 +	</div>
    2.51 +</div>
    2.52 +
    2.53 +<!-- Content -->
    2.54 +<div id="content">
    2.55 +
    2.56 +<iframe
    2.57 +	style="border: solid 1px #ddd;"
    2.58 +	src="http://webchat.freenode.net?channels=slitaz&uio=OT10cnVlJjEyPXRydWU62"
    2.59 +	width="100%" height="400">
    2.60 +</iframe>
    2.61 +
    2.62 +<!-- End of content -->
    2.63 +</div>
    2.64 +
    2.65 +<div style="margin-top: 100px;"></div>
    2.66 +
    2.67 +<!-- Footer -->
    2.68 +<div id="footer">
    2.69 +	Copyright &copy; <span class="year"></span>
    2.70 +	<a href="http://www.slitaz.org/">SliTaz</a> - Network:
    2.71 +	<a href="http://scn.slitaz.org/">Community</a>
    2.72 +	<a href="http://doc.slitaz.org/">Doc</a>
    2.73 +	<a href="http://forum.slitaz.org/">Forum</a>
    2.74 +	<a href="http://pkgs.slitaz.org/">Packages</a>
    2.75 +	<a href="http://bugs.slitaz.org">Bugs</a>
    2.76 +	<a href="http://hg.slitaz.org/">Hg</a>
    2.77 +	<p>
    2.78 +		SliTaz @
    2.79 +		<a href="http://twitter.com/slitaz">Twitter</a>
    2.80 +		<a href="http://www.facebook.com/slitaz">Facebook</a>
    2.81 +		<a href="http://distrowatch.com/slitaz">Distrowatch</a>
    2.82 +		<a href="http://en.wikipedia.org/wiki/SliTaz">Wikipedia</a>
    2.83 +		<a href="http://flattr.com/profile/slitaz">Flattr</a>
    2.84 +	</p>
    2.85 +</div>
    2.86 +
    2.87 +</body>
    2.88 +</html>