website diff index.php @ rev 929

Add lib/html/meta-link.html to include common meta tags in all pages
author Christophe Lincoln <pankso@slitaz.org>
date Mon Mar 12 20:14:21 2012 +0100 (2012-03-12)
parents 41992b4f5268
children f1002e10d0f2
line diff
     1.1 --- a/index.php	Mon Mar 12 01:32:05 2012 +0100
     1.2 +++ b/index.php	Mon Mar 12 20:14:21 2012 +0100
     1.3 @@ -2,19 +2,16 @@
     1.4  	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     1.5  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
     1.6  <head>
     1.7 -    <title>SliTaz GNU/Linux</title>
     1.8 -    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
     1.9 +	<title>SliTaz GNU/Linux</title>
    1.10 +	<meta http-equiv="content-type" content="text/html; charset=utf-8" />
    1.11  	<meta name="description" content="SliTaz GNU/Linux LiveCD operating system" />
    1.12 -    <meta name="keywords" lang="en" content="slitaz, gnu, linux, opensource, livecd, live usb" />
    1.13 -    <meta name="robots" content="index, follow, all" />
    1.14 -    <meta name="modified" content="<?php echo (date( "Y-m-d H:i:s", getlastmod())); ?>" />
    1.15 -    <meta name="author" content="Christophe Lincoln" />
    1.16 -    <meta name="verify-v1" content="qieECDfB5l+EBkG8QMNuHOGfol0/MEe4U22/4iVupNw=" />
    1.17 -	<link rel="shortcut icon" href="favicon.ico" />
    1.18 -    <link rel="stylesheet" type="text/css" href="slitaz.css" />
    1.19 -    <link rel="alternate" type="application//rss.xml" title="SliTaz Website feed" href="/rss.xml" />
    1.20 -    <link rel="alternate" type="application/atom+xml" title="SliTaz Forum feed" href="http://forum.slitaz.org/rss" />
    1.21 -    <link rel="alternate" type="application//rss.xml" title="SliTaz SCN feed" href="http://scn.slitaz.org//rss.xml" />
    1.22 +	<meta name="keywords" lang="en" content="slitaz, gnu, linux, opensource, livecd, live usb" />
    1.23 +	<meta name="author" content="Christophe Lincoln" />
    1.24 +	<meta name="verify-v1" content="qieECDfB5l+EBkG8QMNuHOGfol0/MEe4U22/4iVupNw=" />
    1.25 +	<?php include("lib/html/meta-link.html"); ?>
    1.26 +	<!-- Link to Forum and SCN feed -->
    1.27 +	<link rel="alternate" type="application/rss+xml" title="SliTaz Forum Feed" href="http://forum.slitaz.org/rss" />
    1.28 +	<link rel="alternate" type="application/rss+xml" title="SliTaz SCN Feed" href="http://scn.slitaz.org/feed/" />
    1.29  </head>
    1.30  <body>
    1.31