website 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 0b9c27149213
children c21c253e3d9b
files en/index.php en/mailing-list.php en/search.php i18n.php index.php lib/html/meta-link.html netmap.php webchat.php
line diff
     1.1 --- a/en/index.php	Mon Mar 12 18:22:05 2012 +0100
     1.2 +++ b/en/index.php	Mon Mar 12 20:14:21 2012 +0100
     1.3 @@ -6,13 +6,8 @@
     1.4  	<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
     1.5  	<meta name="description" content="SliTaz GNU/Linux English Website" />
     1.6  	<meta name="keywords" lang="en" content="System, free, gnu, linux, software opensource, livecd LINUX in RAM" />
     1.7 -	<meta name="robots" content="index, follow, all" />
     1.8 -	<meta name="modified" content="<?php echo (date( "Y-m-d H:i:s", getlastmod())); ?>" />
     1.9  	<meta name="author" content="Paul Issot"/>
    1.10 -	<link rel="shortcut icon" href="../favicon.ico" />
    1.11 -	<link rel="stylesheet" type="text/css" href="../slitaz.css" />
    1.12 -	<link rel="alternate" type="application//rss.xml" title="SliTaz Feed" href="/rss.xml" />
    1.13 -	<link rel="alternate" type="application//rss.xml" title="SliTaz SCN Feed" href="http://scn.slitaz.org/activity/feed/" />
    1.14 +	<?php include("../lib/html/meta-link.html"); ?>
    1.15  </head>
    1.16  <body>
    1.17  
     2.1 --- a/en/mailing-list.php	Mon Mar 12 18:22:05 2012 +0100
     2.2 +++ b/en/mailing-list.php	Mon Mar 12 20:14:21 2012 +0100
     2.3 @@ -2,16 +2,12 @@
     2.4  	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     2.5  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
     2.6  <head>
     2.7 -    <title>SliTaz - Mailing list</title>
     2.8 -    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
     2.9 -    <meta name="description" content="slitaz users developpers mailing list" />
    2.10 -    <meta name="keywords" content="slitaz list mail discuss" lang="fr" />
    2.11 -    <meta name="robots" content="index, follow, all" />
    2.12 -    <meta name="modified" content="<?php echo (date( "Y-m-d H:i:s", getlastmod())); ?>" />
    2.13 -    <meta name="author" content="Christophe Lincoln" />
    2.14 -    <link rel="shortcut icon" href="../favicon.ico" />
    2.15 -    <link rel="stylesheet" type="text/css" href="../slitaz.css" />
    2.16 -    <link rel="alternate" type="application//rss.xml" title="SliTaz Website feed" href="//rss.xml" />
    2.17 +	<title>SliTaz - Mailing list</title>
    2.18 +	<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
    2.19 +	<meta name="description" content="slitaz users developpers mailing list" />
    2.20 +	<meta name="keywords" content="slitaz list mail discuss" lang="fr" />
    2.21 +	<meta name="author" content="Christophe Lincoln" />
    2.22 +	<?php include("../lib/html/meta-link.html"); ?>
    2.23  </head>
    2.24  <body>
    2.25  
     3.1 --- a/en/search.php	Mon Mar 12 18:22:05 2012 +0100
     3.2 +++ b/en/search.php	Mon Mar 12 20:14:21 2012 +0100
     3.3 @@ -6,11 +6,8 @@
     3.4  	<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
     3.5  	<meta name="description" content="SliTaz GNU/Linux custom search engine" />
     3.6  	<meta name="keywords" lang="en" content="System, free, gnu, linux, software opensource, livecd LINUX in RAM" />
     3.7 -	<meta name="robots" content="index, follow, all" />
     3.8 -	<meta name="modified" content="<?php echo (date( "Y-m-d H:i:s", getlastmod())); ?>" />
     3.9  	<meta name="author" content="Christophe Lincoln"/>
    3.10 -	<link rel="shortcut icon" href="../favicon.ico" />
    3.11 -	<link rel="stylesheet" type="text/css" href="../slitaz.css" />
    3.12 +	<?php include("../lib/html/meta-link.html"); ?>
    3.13  </head>
    3.14  <body>
    3.15  
     4.1 --- a/i18n.php	Mon Mar 12 18:22:05 2012 +0100
     4.2 +++ b/i18n.php	Mon Mar 12 20:14:21 2012 +0100
     4.3 @@ -6,11 +6,8 @@
     4.4  	<meta http-equiv="content-type" content="text/html; charset=utf-8" />
     4.5  	<meta name="description" content="SliTaz GNU/Linux languages" />
     4.6      <meta name="keywords" lang="en" content="SliTaz POT, gettext, translation" />
     4.7 -    <meta name="robots" content="index, follow, all" />
     4.8 -    <meta name="modified" content="<?php echo (date( "Y-m-d H:i:s", getlastmod())); ?>" />
     4.9      <meta name="author" content="Christophe Lincoln"/>
    4.10 -    <link rel="shortcut icon" href="favicon.ico" />
    4.11 -    <link rel="stylesheet" type="text/css" href="slitaz.css" />
    4.12 +    <?php include("lib/html/meta-link.html"); ?>
    4.13  </head>
    4.14  <body>
    4.15  
     5.1 --- a/index.php	Mon Mar 12 18:22:05 2012 +0100
     5.2 +++ b/index.php	Mon Mar 12 20:14:21 2012 +0100
     5.3 @@ -2,19 +2,16 @@
     5.4  	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     5.5  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
     5.6  <head>
     5.7 -    <title>SliTaz GNU/Linux</title>
     5.8 -    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
     5.9 +	<title>SliTaz GNU/Linux</title>
    5.10 +	<meta http-equiv="content-type" content="text/html; charset=utf-8" />
    5.11  	<meta name="description" content="SliTaz GNU/Linux LiveCD operating system" />
    5.12 -    <meta name="keywords" lang="en" content="slitaz, gnu, linux, opensource, livecd, live usb" />
    5.13 -    <meta name="robots" content="index, follow, all" />
    5.14 -    <meta name="modified" content="<?php echo (date( "Y-m-d H:i:s", getlastmod())); ?>" />
    5.15 -    <meta name="author" content="Christophe Lincoln" />
    5.16 -    <meta name="verify-v1" content="qieECDfB5l+EBkG8QMNuHOGfol0/MEe4U22/4iVupNw=" />
    5.17 -	<link rel="shortcut icon" href="favicon.ico" />
    5.18 -    <link rel="stylesheet" type="text/css" href="slitaz.css" />
    5.19 -    <link rel="alternate" type="application//rss.xml" title="SliTaz Website feed" href="/rss.xml" />
    5.20 -    <link rel="alternate" type="application/atom+xml" title="SliTaz Forum feed" href="http://forum.slitaz.org/rss" />
    5.21 -    <link rel="alternate" type="application//rss.xml" title="SliTaz SCN feed" href="http://scn.slitaz.org//rss.xml" />
    5.22 +	<meta name="keywords" lang="en" content="slitaz, gnu, linux, opensource, livecd, live usb" />
    5.23 +	<meta name="author" content="Christophe Lincoln" />
    5.24 +	<meta name="verify-v1" content="qieECDfB5l+EBkG8QMNuHOGfol0/MEe4U22/4iVupNw=" />
    5.25 +	<?php include("lib/html/meta-link.html"); ?>
    5.26 +	<!-- Link to Forum and SCN feed -->
    5.27 +	<link rel="alternate" type="application/rss+xml" title="SliTaz Forum Feed" href="http://forum.slitaz.org/rss" />
    5.28 +	<link rel="alternate" type="application/rss+xml" title="SliTaz SCN Feed" href="http://scn.slitaz.org/feed/" />
    5.29  </head>
    5.30  <body>
    5.31  
     6.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     6.2 +++ b/lib/html/meta-link.html	Mon Mar 12 20:14:21 2012 +0100
     6.3 @@ -0,0 +1,5 @@
     6.4 +<meta name="modified" content="<?php echo (date( "Y-m-d H:i:s", getlastmod())); ?>" />
     6.5 +	<meta name="robots" content="index, follow, all" />
     6.6 +	<link rel="shortcut icon" href="/favicon.ico" />
     6.7 +	<link rel="stylesheet" type="text/css" href="/slitaz.css" />
     6.8 +	<link rel="alternate" type="application/rss+xml" title="SliTaz Feed" href="/rss.xml" />
     7.1 --- a/netmap.php	Mon Mar 12 18:22:05 2012 +0100
     7.2 +++ b/netmap.php	Mon Mar 12 20:14:21 2012 +0100
     7.3 @@ -6,11 +6,8 @@
     7.4  	<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
     7.5  	<meta name="description" content="slitaz network map" />
     7.6  	<meta name="keywords" lang="en" content="slitaz network, slitaz support, slitaz sites" />
     7.7 -	<meta name="robots" content="index, follow, all" />
     7.8 -    <meta name="modified" content="<?php echo (date( "Y-m-d H:i:s", getlastmod())); ?>" />
     7.9  	<meta name="author" content="Christophe Lincoln"/>
    7.10 -	<link rel="shortcut icon" href="favicon.ico" />
    7.11 -	<link rel="stylesheet" type="text/css" href="slitaz.css" />
    7.12 +	<?php include("lib/html/meta-link.html"); ?>
    7.13  </head>
    7.14  <body>
    7.15  
     8.1 --- a/webchat.php	Mon Mar 12 18:22:05 2012 +0100
     8.2 +++ b/webchat.php	Mon Mar 12 20:14:21 2012 +0100
     8.3 @@ -4,13 +4,10 @@
     8.4  <head>
     8.5  	<title>SliTaz - Web chat</title>
     8.6  	<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
     8.7 -	<meta name="description" content="slitaz webchat" />
     8.8 -	<meta name="keywords" lang="en" content="slitaz irc chat support" />
     8.9 -	<meta name="robots" content="index, follow, all" />
    8.10 -    <meta name="modified" content="<?php echo (date( "Y-m-d H:i:s", getlastmod())); ?>" />
    8.11 +	<meta name="description" content="SliTaz Webchat - Connect to #slitaz on Freenode IRC" />
    8.12 +	<meta name="keywords" lang="en" content="slitaz irc, slitaz chat, slitaz support" />
    8.13  	<meta name="author" content="Christophe Lincoln"/>
    8.14 -	<link rel="shortcut icon" href="favicon.ico" />
    8.15 -	<link rel="stylesheet" type="text/css" href="slitaz.css" />
    8.16 +	<?php include("lib/html/meta-link.html"); ?>
    8.17  </head>
    8.18  <body>
    8.19