namespace = {
"title": "Oleg Broytman's Personal Page - News",
- "baseURL": "http://phdru.name/",
+ "baseURL": "https://phdru.name/",
"indexFile": "news.html",
"description": "",
"lang": lang,
if lang == "ru":
namespace["title"] = "Oleg Broytman's Personal Page - Russian News"
- namespace["baseURL"] = baseURL = "http://phdru.name/Russian/"
+ namespace["baseURL"] = baseURL = "https://phdru.name/Russian/"
for item in news_items:
item.baseURL = baseURL
if isinstance(item.title, bytes):
#else
<meta HTTP-Equiv="Content-Type" content="text/html">
#end if
-<meta HTTP-Equiv="Content-Location" content="http://phdru.name$path">
+<meta HTTP-Equiv="Content-Location" content="https://phdru.name$path">
<meta HTTP-Equiv="Last-Modified" content="$last_modified_en">
<title>$Title</title>
#if $Refresh:
<meta name="copyright" content="© $full_copyright PhiloSoft Design">
<link rel="copyright" href="$copy_href" title="© $full_copyright PhiloSoft Design">
#end if
-<link rel="canonical" href="http://phdru.name$path">
+<link rel="canonical" href="https://phdru.name$path">
<link rev="made" href="mailto:phd@phdru.name">
<meta name="generator" content="CheetahTemplate">
<meta name="robots" content="index, follow">
#end if
<link rel="shortcut icon" href="${root}favicon.ico">
#if not $root and $path.endswith('index.html')
-<link rel="openid.delegate" href="http://phdru.name/">
-<link rel="openid2.local_id" href="http://phdru.name/">
-<link rel="openid.server" href="http://home.phdru.name/cgi-bin/poit.py">
-<link rel="openid2.provider" href="http://home.phdru.name/cgi-bin/poit.py">
+<link rel="openid.delegate" href="https://phdru.name/">
+<link rel="openid2.local_id" href="https://phdru.name/">
+<link rel="openid.server" href="https://home.phdru.name/cgi-bin/poit.py">
+<link rel="openid2.provider" href="https://home.phdru.name/cgi-bin/poit.py">
#end if
<meta name="MSSmartTagsPreventParsing" content="TRUE"> <!-- MUST DIE -->
</head>
#set $path = $path[:-len("index.html")]
#end if
#if $path.startswith("/Russian/")
-<p class="head" style="font-size: 60%">Эта страница <a href="http://phdru.name$path">http://phdru.name$path</a>
+<p class="head" style="font-size: 60%">Эта страница <a href="https://phdru.name$path">https://phdru.name$path</a>
была сгенерирована $time.strftime("%d.%m.%Y", $local_time) в $time.strftime("%T", $local_time) из шаблона CheetahTemplate
<a href="$_fileBaseName">$_fileBaseName</a>;
<a href="${root}Russian/free.html">Некоторые права зарезервированы</a>.
Вы можете узнать <a href="${root}about/">о</a> <a href="${root}about/technical.html">технических</a>
аспектах этого сайта.</p>
#else
-<p class="head" style="font-size: 60%">This is the page <a href="http://phdru.name$path">http://phdru.name$path</a>.
+<p class="head" style="font-size: 60%">This is the page <a href="https://phdru.name$path">https://phdru.name$path</a>.
It was generated on $last_modified_en from CheetahTemplate <a href="$_fileBaseName">$_fileBaseName</a>.
<a href="./${root}free.html">Some rights are reserved</a>.
Read more <a href="${root}about/">about</a> <a href="${root}about/technical.html">technical</a> aspects of the site.