mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
1. change email address
2. remove "Tsinghua internal address" 3. updated links and meta info
This commit is contained in:
parent
11991ab77f
commit
b1edf8dac7
|
|
@ -2,6 +2,7 @@
|
|||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-4">
|
||||
<p>本站由清华大学信息化建设中心支持创办,由清华大学 TUNA 协会运行维护。</p>
|
||||
<p>清华大学 TUNA 协会最初叫清华大学学生网管会,其前身为清华大学电脑协会,是由清华大学网络技术和开源软件爱好者、技术宅组成的团体。</p>
|
||||
<p>本站相关源码可在 <a href="https://github.com/tuna/tunasync"><em>这里(镜像管理器)</em></a> 和 <a href="https://github.com/tuna/mirror-web"><em>这里(镜像站网页)</em></a> 获取。</p>
|
||||
</div>
|
||||
|
|
@ -20,14 +21,8 @@
|
|||
<a href="https://github.com/tuna/"><i class="fa fa-github"></i> GitHub </a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://secure.flickr.com/groups/tuna/"><i class="fa fa-flickr"></i> Flickr</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://weibo.com/u/5402274706"><i class="fa fa-weibo"></i> 新浪微博</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://page.renren.com/601908241"><i class="fa fa-renren"></i> 人人公共主页</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
18
index.html
18
index.html
|
|
@ -10,19 +10,6 @@ permalink: /
|
|||
<div id="mirrors">
|
||||
<div class="spacing hidden-xs"></div>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="space"></div>
|
||||
<div class="col-md-12">
|
||||
<div id="thu-alert" class="alert alert-danger hidden">
|
||||
<i class="glyphicon glyphicon-exclamation-sign"></i>
|
||||
<strong>清华用户您好,我们发现您正在通过校外线路访问 mirrors(可能是因为您设置了校外的DNS服务器),
|
||||
为避免产生不必要的校外流量,
|
||||
建议您通过 <a href="https://mirrors-i.tuna.tsinghua.edu.cn/">https://mirrors-i.tuna.tsinghua.edu.cn/</a>
|
||||
访问和使用 TUNA mirrors 资源。
|
||||
</strong>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-md-8 table-responsive">
|
||||
<h3><span class="fa fa-cube"></span> 镜像列表 </h3>
|
||||
|
|
@ -54,14 +41,13 @@ permalink: /
|
|||
<li><a href="https://mirrors.tuna.tsinghua.edu.cn/">https://mirrors.tuna.tsinghua.edu.cn/</a> 自动选择 </li>
|
||||
<li><a href="https://mirrors6.tuna.tsinghua.edu.cn/">https://mirrors6.tuna.tsinghua.edu.cn/</a> 只解析 IPv6</li>
|
||||
<li><a href="https://mirrors4.tuna.tsinghua.edu.cn/">https://mirrors4.tuna.tsinghua.edu.cn/</a> 只解析 IPv4</li>
|
||||
<li><a href="https://mirrors-i.tuna.tsinghua.edu.cn/">https://mirrors-i.tuna.tsinghua.edu.cn/</a> 只解析清华 IP</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div>
|
||||
<h4> <span class="fa fa-envelope-o"></span> 联系我们 </h4>
|
||||
<ul>
|
||||
<li><strong>订阅邮件列表</strong> <br /> thu-opensource-mirror-admin@googlegroups.com <br /> 第一时间获得镜像站动态</li>
|
||||
<li><strong>意见反馈</strong> <br /> <a href="https://github.com/tuna/issues">https://github.com/tuna/issues</a></li>
|
||||
<li><strong>发送邮件</strong> <br /> <a id="eib1gieB"></a></li>
|
||||
<li><strong>在线交流</strong> <br /> <a href="https://fishroom.tuna.moe/log/tuna/today"> #tuna at freenode </a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
@ -72,6 +58,8 @@ permalink: /
|
|||
<li><a href="/status/#server-status">服务器状态</a></li>
|
||||
<li><a href="/status/#syncing-status">同步状态</a></li>
|
||||
<li><a href="https://tuna.moe/">清华大学 TUNA 协会</a></li>
|
||||
<li><a href="https://github.com/tuna/tunasync">镜像管理器源码</a></li>
|
||||
<li><a href="https://github.com/tuna/tunasync-scripts">自定义镜像脚本</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,12 @@
|
|||
---
|
||||
---
|
||||
$(document).ready(() => {
|
||||
var lei3Po8h = ["support", ["tuna", "tsinghua", "edu", "cn"].join(".")].join("@");
|
||||
$('a#eib1gieB')
|
||||
.text(lei3Po8h)
|
||||
.attr('href', atob('bWFpbHRvOgo=') + lei3Po8h);
|
||||
|
||||
|
||||
var mir_tmpl = $("#template").text(),
|
||||
label_map = {
|
||||
'unknown': 'label-default',
|
||||
|
|
@ -72,12 +78,6 @@ window.refreshMirrorList = () => {
|
|||
}
|
||||
refreshMirrorList();
|
||||
|
||||
$.getJSON("/static/tunet.json", (to_alert) => {
|
||||
if (to_alert) {
|
||||
$('#thu-alert').removeClass('hidden');
|
||||
};
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
// vim: ts=2 sts=2 sw=2 noexpandtab
|
||||
|
|
|
|||
Loading…
Reference in New Issue