<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Pythonコンポーネント [dozo dokuwiki.py]</title>
<meta http-equiv="Cache-Control" content="no-cache" />
<meta name="generator" content="DokuWiki Release 2007-06-26b" />
<meta name="robots" content="noindex,nofollow" />
<meta name="date" content="2007-10-30T21:56:04+0900" />
<meta name="keywords" content="start" />
<meta name="generator" content="DokuWiki Release 2007-06-26b" />
<meta name="robots" content="noindex,nofollow" />
<meta name="date" content="2007-10-30T21:56:04+0900" />
- サイト設定の[スパム対策]-[インデックスを許可(何秒後)]の数値を調整
<?php tpl_metaheaders(); ?>
switch使ってくれ。という願いは置いておき、// setup robot tags apropriate for different modes
if( ($ACT=='show' || $ACT=='export_xhtml') && !$REV){
if($INFO['exists']){
//delay indexing:
if((time() - $INFO['lastmod']) >= $conf['indexdelay']){
$head['meta'][] = array( 'name'=>'robots', 'content'=>'index,follow');
}else{
$head['meta'][] = array( 'name'=>'robots', 'content'=>'noindex,nofollow');
}
}else{
$head['meta'][] = array( 'name'=>'robots', 'content'=>'noindex,follow');
}
}elseif(defined('DOKU_MEDIADETAIL')){
$head['meta'][] = array( 'name'=>'robots', 'content'=>'index,follow');
}else{
$head['meta'][] = array( 'name'=>'robots', 'content'=>'noindex,nofollow');
}
if((time() - $INFO['lastmod']) >= $conf['indexdelay'])
インデックスを許可(何秒後) 60*60*24*5
http://hain.jp/htsrv/trackback.php/191
No Comments/Trackbacks for this post yet...
極論istの技術屋を始めて早幾年。 流れの速い業界の波にもまれながらも精一杯生きている様をとくとごらんあれ。