mirror of
https://github.com/typecho/typecho.git
synced 2025-01-16 20:18:19 +01:00
Use https links (#1280)
This commit is contained in:
parent
b989459d87
commit
f6e1232db8
@ -1,13 +1,13 @@
|
||||
<?php if(!defined('__TYPECHO_ADMIN__')) exit; ?>
|
||||
<div class="typecho-foot" role="contentinfo">
|
||||
<div class="copyright">
|
||||
<a href="http://typecho.org" class="i-logo-s">Typecho</a>
|
||||
<p><?php _e('由 <a href="http://typecho.org">%s</a> 强力驱动, 版本 %s', $options->software, $options->version); ?></p>
|
||||
<a href="https://typecho.org" class="i-logo-s">Typecho</a>
|
||||
<p><?php _e('由 <a href="https://typecho.org">%s</a> 强力驱动, 版本 %s', $options->software, $options->version); ?></p>
|
||||
</div>
|
||||
<nav class="resource">
|
||||
<a href="http://docs.typecho.org"><?php _e('帮助文档'); ?></a> •
|
||||
<a href="http://forum.typecho.org"><?php _e('支持论坛'); ?></a> •
|
||||
<a href="https://docs.typecho.org"><?php _e('帮助文档'); ?></a> •
|
||||
<a href="https://forum.typecho.org"><?php _e('支持论坛'); ?></a> •
|
||||
<a href="https://github.com/typecho/typecho/issues"><?php _e('报告错误'); ?></a> •
|
||||
<a href="http://typecho.org/download"><?php _e('资源下载'); ?></a>
|
||||
<a href="https://typecho.org/download"><?php _e('资源下载'); ?></a>
|
||||
</nav>
|
||||
</div>
|
||||
|
@ -77,6 +77,6 @@ $defaultFields = isset($post) ? $post->getDefaultFieldItems() : $page->getDefaul
|
||||
</table>
|
||||
<div class="description clearfix">
|
||||
<button type="button" class="btn btn-xs operate-add"><?php _e('+添加字段'); ?></button>
|
||||
<?php _e('自定义字段可以扩展你的模板功能, 使用方法参见 <a href="http://docs.typecho.org/help/custom-fields">帮助文档</a>'); ?>
|
||||
<?php _e('自定义字段可以扩展你的模板功能, 使用方法参见 <a href="https://docs.typecho.org/help/custom-fields">帮助文档</a>'); ?>
|
||||
</div>
|
||||
</section>
|
||||
|
@ -13,7 +13,7 @@ include 'header.php';
|
||||
?>
|
||||
<div class="typecho-login-wrap">
|
||||
<div class="typecho-login">
|
||||
<h1><a href="http://typecho.org" class="i-logo">Typecho</a></h1>
|
||||
<h1><a href="https://typecho.org" class="i-logo">Typecho</a></h1>
|
||||
<form action="<?php $options->loginAction(); ?>" method="post" name="login" role="form">
|
||||
<p>
|
||||
<label for="name" class="sr-only"><?php _e('用户名'); ?></label>
|
||||
|
@ -15,7 +15,7 @@ include 'header.php';
|
||||
?>
|
||||
<div class="typecho-login-wrap">
|
||||
<div class="typecho-login">
|
||||
<h1><a href="http://typecho.org" class="i-logo">Typecho</a></h1>
|
||||
<h1><a href="https://typecho.org" class="i-logo">Typecho</a></h1>
|
||||
<form action="<?php $options->registerAction(); ?>" method="post" name="register" role="form">
|
||||
<p>
|
||||
<label for="name" class="sr-only"><?php _e('用户名'); ?></label>
|
||||
|
@ -705,7 +705,7 @@ function install_step_1()
|
||||
</p>
|
||||
<h3><?php _e('许可及协议'); ?></h3>
|
||||
<ul>
|
||||
<li><?php _e('Typecho 基于 <a href="http://www.gnu.org/copyleft/gpl.html">GPL</a> 协议发布, 我们允许用户在 GPL 协议许可的范围内使用, 拷贝, 修改和分发此程序.'); ?>
|
||||
<li><?php _e('Typecho 基于 <a href="https://www.gnu.org/copyleft/gpl.html">GPL</a> 协议发布, 我们允许用户在 GPL 协议许可的范围内使用, 拷贝, 修改和分发此程序.'); ?>
|
||||
<?php _e('在GPL许可的范围内, 您可以自由地将其用于商业以及非商业用途.'); ?></li>
|
||||
<li><?php _e('Typecho 软件由其社区提供支持, 核心开发团队负责维护程序日常开发工作以及新特性的制定.'); ?>
|
||||
<?php _e('如果您遇到使用上的问题, 程序中的 BUG, 以及期许的新功能, 欢迎您在社区中交流或者直接向我们贡献代码.'); ?>
|
||||
@ -1460,7 +1460,7 @@ function install_dispatch()
|
||||
</head>
|
||||
<body>
|
||||
<div class="body container">
|
||||
<h1><a href="http://typecho.org" target="_blank" class="i-logo">Typecho</a></h1>
|
||||
<h1><a href="https://typecho.org" target="_blank" class="i-logo">Typecho</a></h1>
|
||||
<?php $method(); ?>
|
||||
</div>
|
||||
</body>
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
<footer id="footer" role="contentinfo">
|
||||
© <?php echo date('Y'); ?> <a href="<?php $this->options->siteUrl(); ?>"><?php $this->options->title(); ?></a>.
|
||||
<?php _e('由 <a href="http://www.typecho.org">Typecho</a> 强力驱动'); ?>.
|
||||
<?php _e('由 <a href="https://typecho.org">Typecho</a> 强力驱动'); ?>.
|
||||
</footer><!-- end #footer -->
|
||||
|
||||
<?php $this->footer(); ?>
|
||||
|
@ -55,7 +55,7 @@
|
||||
<?php endif; ?>
|
||||
<li><a href="<?php $this->options->feedUrl(); ?>"><?php _e('文章 RSS'); ?></a></li>
|
||||
<li><a href="<?php $this->options->commentsFeedUrl(); ?>"><?php _e('评论 RSS'); ?></a></li>
|
||||
<li><a href="http://www.typecho.org">Typecho</a></li>
|
||||
<li><a href="https://typecho.org">Typecho</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
<?php endif; ?>
|
||||
|
@ -545,7 +545,7 @@ Typecho_Date::setTimezoneOffset($options->timezone);
|
||||
|
||||
} else {
|
||||
/** 升级提示 */
|
||||
return _t('建议您在升级到 Typecho 0.7/9.7.2 以后的版本后, 立刻执行<a href="http://typecho.org/upgrade/9.7.2">以下优化步骤</a>');
|
||||
return _t('建议您在升级到 Typecho 0.7/9.7.2 以后的版本后, 立刻执行<a href="https://typecho.org/upgrade/9.7.2">以下优化步骤</a>');
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -127,7 +127,7 @@ class Discussion extends Options implements ActionInterface
|
||||
$this->options->commentDateFormat,
|
||||
_t('评论日期格式'),
|
||||
_t('这是一个默认的格式,当你在模板中调用显示评论日期方法时, 如果没有指定日期格式, 将按照此格式输出.') . '<br />'
|
||||
. _t('具体写法请参考 <a href="http://www.php.net/manual/zh/function.date.php">PHP 日期格式写法</a>.')
|
||||
. _t('具体写法请参考 <a href="https://www.php.net/manual/zh/function.date.php">PHP 日期格式写法</a>.')
|
||||
);
|
||||
$commentDateFormat->input->setAttribute('class', 'w-40 mono');
|
||||
$form->addInput($commentDateFormat);
|
||||
@ -147,8 +147,8 @@ class Discussion extends Options implements ActionInterface
|
||||
'commentsShowCommentOnly' => _t('仅显示评论, 不显示 Pingback 和 Trackback'),
|
||||
'commentsMarkdown' => _t('在评论中使用 Markdown 语法'),
|
||||
'commentsShowUrl' => _t('评论者名称显示时自动加上其个人主页链接'),
|
||||
'commentsUrlNofollow' => _t('对评论者个人主页链接使用 <a href="http://en.wikipedia.org/wiki/Nofollow">nofollow 属性</a>'),
|
||||
'commentsAvatar' => _t('启用 <a href="http://gravatar.com">Gravatar</a> 头像服务, 最高显示评级为 %s 的头像',
|
||||
'commentsUrlNofollow' => _t('对评论者个人主页链接使用 <a href="https://en.wikipedia.org/wiki/Nofollow">nofollow 属性</a>'),
|
||||
'commentsAvatar' => _t('启用 <a href="https://gravatar.com">Gravatar</a> 头像服务, 最高显示评级为 %s 的头像',
|
||||
'</label><select id="commentsShow-commentsAvatarRating" name="commentsAvatarRating">
|
||||
<option value="G"' . ('G' == $this->options->commentsAvatarRating ? ' selected="true"' : '') . '>' . _t('G - 普通') . '</option>
|
||||
<option value="PG"' . ('PG' == $this->options->commentsAvatarRating ? ' selected="true"' : '') . '>' . _t('PG - 13岁以上') . '</option>
|
||||
|
@ -105,7 +105,7 @@ class Reading extends Permalink
|
||||
_t('文章日期格式'),
|
||||
_t('此格式用于指定显示在文章归档中的日期默认显示格式.') . '<br />'
|
||||
. _t('在某些主题中这个格式可能不会生效, 因为主题作者可以自定义日期格式.') . '<br />'
|
||||
. _t('请参考 <a href="http://www.php.net/manual/zh/function.date.php">PHP 日期格式写法</a>.')
|
||||
. _t('请参考 <a href="https://www.php.net/manual/zh/function.date.php">PHP 日期格式写法</a>.')
|
||||
);
|
||||
$postDateFormat->input->setAttribute('class', 'w-40 mono');
|
||||
$form->addInput($postDateFormat->addRule('xssCheck', _t('请不要在日期格式中使用特殊字符')));
|
||||
|
@ -155,7 +155,7 @@ class Edit extends Users implements ActionInterface
|
||||
],
|
||||
null,
|
||||
_t('用户组'),
|
||||
_t('不同的用户组拥有不同的权限.') . '<br />' . _t('具体的权限分配表请<a href="http://docs.typecho.org/develop/acl">参考这里</a>.')
|
||||
_t('不同的用户组拥有不同的权限.') . '<br />' . _t('具体的权限分配表请<a href="https://docs.typecho.org/develop/acl">参考这里</a>.')
|
||||
);
|
||||
$form->addInput($group);
|
||||
|
||||
|
@ -53,7 +53,7 @@ class Profile extends Edit implements ActionInterface
|
||||
['0' => _t('关闭'), '1' => _t('打开')],
|
||||
$this->options->markdown,
|
||||
_t('使用 Markdown 语法编辑和解析内容'),
|
||||
_t('使用 <a href="http://daringfireball.net/projects/markdown/">Markdown</a> 语法能够使您的撰写过程更加简便直观.')
|
||||
_t('使用 <a href="https://daringfireball.net/projects/markdown/">Markdown</a> 语法能够使您的撰写过程更加简便直观.')
|
||||
. '<br />' . _t('此功能开启不会影响以前没有使用 Markdown 语法编辑的内容.')
|
||||
);
|
||||
$form->addInput($markdown);
|
||||
@ -63,7 +63,7 @@ class Profile extends Edit implements ActionInterface
|
||||
['0' => _t('关闭'), '1' => _t('打开')],
|
||||
$this->options->xmlrpcMarkdown,
|
||||
_t('在 XMLRPC 接口中使用 Markdown 语法'),
|
||||
_t('对于完全支持 <a href="http://daringfireball.net/projects/markdown/">Markdown</a> 语法写作的离线编辑器, 打开此选项后将避免内容被转换为 HTML.')
|
||||
_t('对于完全支持 <a href="https://daringfireball.net/projects/markdown/">Markdown</a> 语法写作的离线编辑器, 打开此选项后将避免内容被转换为 HTML.')
|
||||
);
|
||||
$form->addInput($xmlrpcMarkdown);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user