noindex,nofollow on old revisions (Task #65)

darcs-hash:20050119190049-9977f-795695564faec0be3654137ea1e2ae51c9472455.gz
This commit is contained in:
andi 2005-01-19 20:00:49 +01:00
parent 97ec4e01c3
commit a31ab7a2d0
1 changed files with 2 additions and 1 deletions

View File

@ -174,6 +174,7 @@ function html_head(){
global $ID;
global $ACT;
global $INFO;
global $REV;
global $conf;
global $lang;
@ -197,7 +198,7 @@ function html_head(){
<link rel="alternate" type="text/html" title="Plain HTML" href="<?=wl($ID,'do=export_html')?>" />
<link rel="alternate" type="text/plain" title="Wiki Markup" href="<?=wl($ID, 'do=export_raw')?>" />
<?
if($ACT=='show' || $ACT=='export_html'){
if( ($ACT=='show' || $ACT=='export_html') && !$REV){
if($INFO['exists']){
print ' <meta name="robots" content="index,follow" />'."\n";
print ' <meta name="date" content="'.date('Y-m-d\TH:i:sO',$INFO['lastmod']).'" />'."\n";