Signed-off-by: WaitSpring <me@waitspring.com>
这个提交包含在:
WaitSpring 2023-03-04 12:41:42 +08:00
父节点 06d75d7b95
当前提交 6eefa6a539
共有 10 个文件被更改,包括 1084 次插入417 次删除

198
403.html
查看文件

@ -1,56 +1,148 @@
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="sourcecode" href="https://git.qiuwen.wiki/qiuwen/qiuwen-errorpages">
<link rel="copyright" href="https://creativecommons.org/licenses/by-sa/4.0/">
<link rel="license" href="https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html">
<link rel="icon" href="/favicon.ico">
<title>HTTP 403 拒绝访问 - 求闻百科,共笔求闻</title>
<style>
*{margin:0;padding:0}
html{width:100%;background:#fff;color:#000;font-family:"Noto Serif","Source Serif","Noto Serif SC","Source Han Serif SC",Times New Roman,Times,STSong,SimSun,serif;line-height:1.75}
body,html{min-height:100vh}
body{display:flex;margin:0 auto;max-width:83vw;flex-wrap:wrap;flex-direction:column;justify-content:space-between}
header{margin:10vh 0 0;padding-bottom:1em;border-bottom:5px solid #36c}
a img{border:0}
main{display:flex;flex-wrap:wrap;flex-direction:column;margin:0 auto;min-width:70vw}
h1{margin-top:.5em;margin-bottom:.5em;font-size:1.25em}
p{margin:.5em 0}
a{color:#36c;text-decoration:none}
a:hover{text-decoration:underline}
em,footer{color:#777;font-style:normal}
footer{margin:0 0 10vh;padding-top:1em;border-top:1px solid #eaecf0;font-size:.9em}
.footer-links a{margin-right:.5em;white-space:nowrap}
footer .footer-buttons{display:flex;gap:.5em;margin-top:.5em;flex-wrap:wrap;flex-direction:row;justify-content:flex-end}
</style>
</head>
<header>
<a href="https://www.qiuwenbaike.cn" title="求闻百科">
<img src="https://tu.zhongwen.wiki/resources/assets/qiuwen/wordmark/wordmark-favicon-tagline-horizonal.png" width="238" height="35" alt="求闻百科,共笔求闻">
</a>
</header>
<main>
<h1>拒绝访问<em>HTTP 403</em></h1>
<p>很抱歉,您不被允许访问此地址。</p>
<p>您应当返回<a href="/">首页</a></p>
</main>
<footer>
<div class="footer-copyright">
<p>© 2021-2023 无锡共笔全书网络有限责任公司</p>
<p>求闻®、求闻百科®、共笔全书®、“绿竹”图标等文字、图形、图文组合,均是本网站运营者或其关联实体的商标或注册商标。</p>
</div>
<div class="footer-links">
<a class="qwlink qwlink-about" href="https://www.qiuwenbaike.cn/wiki/Qiuwen:%E5%85%B3%E4%BA%8E%E6%B1%82%E9%97%BB%E7%99%BE%E7%A7%91" rel="noreferrer noopener" target="_blank">关于“求闻”</a>
<a class="qwlink qwlink-tos" href="https://www.qiuwenbaike.cn/wiki/Qiuwen:%E7%94%A8%E6%88%B7%E5%8D%8F%E8%AE%AE" rel="noreferrer noopener" target="_blank">用户协议</a>
<a class="qwlink qwlink-pipp" href="https://www.qiuwenbaike.cn/wiki/Qiuwen:%E4%B8%AA%E4%BA%BA%E4%BF%A1%E6%81%AF%E4%BF%9D%E6%8A%A4%E6%96%B9%E9%92%88" rel="noreferrer noopener" target="_blank">隐私保护</a>
<a class="govlink govlink-icp" href="https://beian.miit.gov.cn/" rel="noreferrer noopener" target="_blank">苏ICP备2022013164号</a>
<a class="govlink govlink-ga" href="http://www.beian.gov.cn/" rel="noreferrer noopener" target="_blank">苏公网安备32021302000963号</a>
</div>
<div class="footer-buttons">
<a href="https://www.qiuwenbaike.cn" title="“求闻”计划网站" target="_blank" rel="noopener noreferrer"><img alt="“求闻”计划网站" width="88" height="31" src="https://tu.zhongwen.wiki/resources/assets/qiuwen/button/qiuwen-button.png"></a>
<a href="https://www.gongbiquanshu.cn" title="共笔全书旗下网站" target="_blank" rel="noopener noreferrer"><img alt="共笔全书旗下网站" class="img" width="88" height="31" src="https://tu.zhongwen.wiki/resources/assets/qiuwen/button/gbqs-button.png"></a>
</div>
</footer>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<link rel="sourcecode" href="https://git.qiuwen.wiki/qiuwen/qiuwen-errorpages" />
<link rel="copyright" href="https://creativecommons.org/licenses/by-sa/4.0/" />
<link rel="license" href="https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html" />
<link rel="icon" href="/favicon.ico" />
<title>HTTP 403 拒绝访问 - 求闻百科,共笔求闻</title>
<style>
* {
margin: 0;
padding: 0;
}
html {
width: 100%;
background: #fff;
color: #000;
font-family: "Noto Serif", "Source Serif", "Noto Serif SC",
"Source Han Serif SC", Times New Roman, Times, STSong, SimSun, serif;
line-height: 1.75;
}
body,
html {
min-height: 100vh;
}
body {
display: flex;
margin: 0 auto;
max-width: 83vw;
flex-wrap: wrap;
flex-direction: column;
justify-content: space-between;
}
header {
margin: 10vh 0 0;
padding-bottom: 1em;
border-bottom: 5px solid #36c;
}
a img {
border: 0;
}
main {
display: flex;
flex-wrap: wrap;
flex-direction: column;
margin: 0 auto;
min-width: 70vw;
}
h1 {
margin-top: 0.5em;
margin-bottom: 0.5em;
font-size: 1.25em;
}
p {
margin: 0.5em 0;
}
a {
color: #36c;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
em,
footer {
color: #777;
font-style: normal;
}
footer {
margin: 0 0 10vh;
padding-top: 1em;
border-top: 1px solid #eaecf0;
font-size: 0.9em;
}
.footer-links a {
margin-right: 0.5em;
white-space: nowrap;
}
footer .footer-buttons {
display: flex;
gap: 0.5em;
margin-top: 0.5em;
flex-wrap: wrap;
flex-direction: row;
justify-content: flex-end;
}
</style>
</head>
<header>
<a href="https://www.qiuwenbaike.cn" title="求闻百科">
<img src="https://tu.zhongwen.wiki/resources/assets/qiuwen/wordmark/wordmark-favicon-tagline-horizonal.png"
width="238" height="35" alt="求闻百科,共笔求闻" />
</a>
</header>
<main>
<h1>拒绝访问<em>HTTP 403</em></h1>
<p>很抱歉,您不被允许访问此地址。</p>
<p>您应当返回<a href="/">首页</a></p>
</main>
<footer>
<div class="footer-copyright">
<p>© 2021-2023 无锡共笔全书网络有限责任公司</p>
<p>
求闻®、求闻百科®、共笔全书®、“绿竹”图标等文字、图形、图文组合,均是本网站运营者或其关联实体的商标或注册商标。
</p>
</div>
<div class="footer-links">
<a class="qwlink qwlink-about"
href="https://www.qiuwenbaike.cn/wiki/Qiuwen:%E5%85%B3%E4%BA%8E%E6%B1%82%E9%97%BB%E7%99%BE%E7%A7%91"
rel="noreferrer noopener" target="_blank">关于“求闻”</a>
<a class="qwlink qwlink-tos" href="https://www.qiuwenbaike.cn/wiki/Qiuwen:%E7%94%A8%E6%88%B7%E5%8D%8F%E8%AE%AE"
rel="noreferrer noopener" target="_blank">用户协议</a>
<a class="qwlink qwlink-pipp"
href="https://www.qiuwenbaike.cn/wiki/Qiuwen:%E4%B8%AA%E4%BA%BA%E4%BF%A1%E6%81%AF%E4%BF%9D%E6%8A%A4%E6%96%B9%E9%92%88"
rel="noreferrer noopener" target="_blank">隐私保护</a>
<a class="govlink govlink-icp" href="https://beian.miit.gov.cn/" rel="noreferrer noopener"
target="_blank">苏ICP备2022013164号</a>
<a class="govlink govlink-ga" href="http://www.beian.gov.cn/" rel="noreferrer noopener"
target="_blank">苏公网安备32021302000963号</a>
</div>
<div class="footer-buttons">
<a href="https://www.qiuwenbaike.cn" title="“求闻”计划网站" target="_blank" rel="noopener noreferrer"><img
alt="“求闻”计划网站" width="88" height="31"
src="https://tu.zhongwen.wiki/resources/assets/qiuwen/button/qiuwen-button.png" /></a>
<a href="https://www.gongbiquanshu.cn" title="共笔全书旗下网站" target="_blank" rel="noopener noreferrer"><img
alt="共笔全书旗下网站" class="img" width="88" height="31"
src="https://tu.zhongwen.wiki/resources/assets/qiuwen/button/gbqs-button.png" /></a>
</div>
</footer>
</html>

198
404.html
查看文件

@ -1,56 +1,148 @@
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="sourcecode" href="https://git.qiuwen.wiki/qiuwen/qiuwen-errorpages">
<link rel="copyright" href="https://creativecommons.org/licenses/by-sa/4.0/">
<link rel="license" href="https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html">
<link rel="icon" href="/favicon.ico">
<title>HTTP 404 页面未找到 - 求闻百科,共笔求闻</title>
<style>
*{margin:0;padding:0}
html{width:100%;background:#fff;color:#000;font-family:"Noto Serif","Source Serif","Noto Serif SC","Source Han Serif SC",Times New Roman,Times,STSong,SimSun,serif;line-height:1.75}
body,html{min-height:100vh}
body{display:flex;margin:0 auto;max-width:83vw;flex-wrap:wrap;flex-direction:column;justify-content:space-between}
header{margin:10vh 0 0;padding-bottom:1em;border-bottom:5px solid #36c}
a img{border:0}
main{display:flex;flex-wrap:wrap;flex-direction:column;margin:0 auto;min-width:70vw}
h1{margin-top:.5em;margin-bottom:.5em;font-size:1.25em}
p{margin:.5em 0}
a{color:#36c;text-decoration:none}
a:hover{text-decoration:underline}
em,footer{color:#777;font-style:normal}
footer{margin:0 0 10vh;padding-top:1em;border-top:1px solid #eaecf0;font-size:.9em}
.footer-links a{margin-right:.5em;white-space:nowrap}
footer .footer-buttons{display:flex;gap:.5em;margin-top:.5em;flex-wrap:wrap;flex-direction:row;justify-content:flex-end}
</style>
</head>
<header>
<a href="https://www.qiuwenbaike.cn" title="求闻百科">
<img src="https://tu.zhongwen.wiki/resources/assets/qiuwen/wordmark/wordmark-favicon-tagline-horizonal.png?_20230225" width="238" height="35" alt="求闻百科,共笔求闻">
</a>
</header>
<main>
<h1>页面未找到<em>HTTP 404</em></h1>
<p>很抱歉,我们未能找到您所访问的网址。</p>
<p>您可以返回<a href="/">首页</a></p>
</main>
<footer>
<div class="footer-copyright">
<p>© 2021-2023 无锡共笔全书网络有限责任公司</p>
<p>求闻®、求闻百科®、共笔全书®、“绿竹”图标等文字、图形、图文组合,均是本网站运营者或其关联实体的商标或注册商标。</p>
</div>
<div class="footer-links">
<a class="qwlink qwlink-about" href="https://www.qiuwenbaike.cn/wiki/Qiuwen:%E5%85%B3%E4%BA%8E%E6%B1%82%E9%97%BB%E7%99%BE%E7%A7%91" rel="noreferrer noopener" target="_blank">关于“求闻”</a>
<a class="qwlink qwlink-tos" href="https://www.qiuwenbaike.cn/wiki/Qiuwen:%E7%94%A8%E6%88%B7%E5%8D%8F%E8%AE%AE" rel="noreferrer noopener" target="_blank">用户协议</a>
<a class="qwlink qwlink-pipp" href="https://www.qiuwenbaike.cn/wiki/Qiuwen:%E4%B8%AA%E4%BA%BA%E4%BF%A1%E6%81%AF%E4%BF%9D%E6%8A%A4%E6%96%B9%E9%92%88" rel="noreferrer noopener" target="_blank">隐私保护</a>
<a class="govlink govlink-icp" href="https://beian.miit.gov.cn/" rel="noreferrer noopener" target="_blank">苏ICP备2022013164号</a>
<a class="govlink govlink-ga" href="http://www.beian.gov.cn/" rel="noreferrer noopener" target="_blank">苏公网安备32021302000963号</a>
</div>
<div class="footer-buttons">
<a href="https://www.qiuwenbaike.cn" title="“求闻”计划网站" target="_blank" rel="noopener noreferrer"><img alt="“求闻”计划网站" width="88" height="31" src="https://tu.zhongwen.wiki/resources/assets/qiuwen/button/qiuwen-button.png"></a>
<a href="https://www.gongbiquanshu.cn" title="共笔全书旗下网站" target="_blank" rel="noopener noreferrer"><img alt="共笔全书旗下网站" class="img" width="88" height="31" src="https://tu.zhongwen.wiki/resources/assets/qiuwen/button/gbqs-button.png"></a>
</div>
</footer>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<link rel="sourcecode" href="https://git.qiuwen.wiki/qiuwen/qiuwen-errorpages" />
<link rel="copyright" href="https://creativecommons.org/licenses/by-sa/4.0/" />
<link rel="license" href="https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html" />
<link rel="icon" href="/favicon.ico" />
<title>HTTP 404 页面未找到 - 求闻百科,共笔求闻</title>
<style>
* {
margin: 0;
padding: 0;
}
html {
width: 100%;
background: #fff;
color: #000;
font-family: "Noto Serif", "Source Serif", "Noto Serif SC",
"Source Han Serif SC", Times New Roman, Times, STSong, SimSun, serif;
line-height: 1.75;
}
body,
html {
min-height: 100vh;
}
body {
display: flex;
margin: 0 auto;
max-width: 83vw;
flex-wrap: wrap;
flex-direction: column;
justify-content: space-between;
}
header {
margin: 10vh 0 0;
padding-bottom: 1em;
border-bottom: 5px solid #36c;
}
a img {
border: 0;
}
main {
display: flex;
flex-wrap: wrap;
flex-direction: column;
margin: 0 auto;
min-width: 70vw;
}
h1 {
margin-top: 0.5em;
margin-bottom: 0.5em;
font-size: 1.25em;
}
p {
margin: 0.5em 0;
}
a {
color: #36c;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
em,
footer {
color: #777;
font-style: normal;
}
footer {
margin: 0 0 10vh;
padding-top: 1em;
border-top: 1px solid #eaecf0;
font-size: 0.9em;
}
.footer-links a {
margin-right: 0.5em;
white-space: nowrap;
}
footer .footer-buttons {
display: flex;
gap: 0.5em;
margin-top: 0.5em;
flex-wrap: wrap;
flex-direction: row;
justify-content: flex-end;
}
</style>
</head>
<header>
<a href="https://www.qiuwenbaike.cn" title="求闻百科">
<img src="https://tu.zhongwen.wiki/resources/assets/qiuwen/wordmark/wordmark-favicon-tagline-horizonal.png?_20230225"
width="238" height="35" alt="求闻百科,共笔求闻" />
</a>
</header>
<main>
<h1>页面未找到<em>HTTP 404</em></h1>
<p>很抱歉,我们未能找到您所访问的网址。</p>
<p>您可以返回<a href="/">首页</a></p>
</main>
<footer>
<div class="footer-copyright">
<p>© 2021-2023 无锡共笔全书网络有限责任公司</p>
<p>
求闻®、求闻百科®、共笔全书®、“绿竹”图标等文字、图形、图文组合,均是本网站运营者或其关联实体的商标或注册商标。
</p>
</div>
<div class="footer-links">
<a class="qwlink qwlink-about"
href="https://www.qiuwenbaike.cn/wiki/Qiuwen:%E5%85%B3%E4%BA%8E%E6%B1%82%E9%97%BB%E7%99%BE%E7%A7%91"
rel="noreferrer noopener" target="_blank">关于“求闻”</a>
<a class="qwlink qwlink-tos" href="https://www.qiuwenbaike.cn/wiki/Qiuwen:%E7%94%A8%E6%88%B7%E5%8D%8F%E8%AE%AE"
rel="noreferrer noopener" target="_blank">用户协议</a>
<a class="qwlink qwlink-pipp"
href="https://www.qiuwenbaike.cn/wiki/Qiuwen:%E4%B8%AA%E4%BA%BA%E4%BF%A1%E6%81%AF%E4%BF%9D%E6%8A%A4%E6%96%B9%E9%92%88"
rel="noreferrer noopener" target="_blank">隐私保护</a>
<a class="govlink govlink-icp" href="https://beian.miit.gov.cn/" rel="noreferrer noopener"
target="_blank">苏ICP备2022013164号</a>
<a class="govlink govlink-ga" href="http://www.beian.gov.cn/" rel="noreferrer noopener"
target="_blank">苏公网安备32021302000963号</a>
</div>
<div class="footer-buttons">
<a href="https://www.qiuwenbaike.cn" title="“求闻”计划网站" target="_blank" rel="noopener noreferrer"><img
alt="“求闻”计划网站" width="88" height="31"
src="https://tu.zhongwen.wiki/resources/assets/qiuwen/button/qiuwen-button.png" /></a>
<a href="https://www.gongbiquanshu.cn" title="共笔全书旗下网站" target="_blank" rel="noopener noreferrer"><img
alt="共笔全书旗下网站" class="img" width="88" height="31"
src="https://tu.zhongwen.wiki/resources/assets/qiuwen/button/gbqs-button.png" /></a>
</div>
</footer>
</html>

48
404.php
查看文件

@ -1,37 +1,37 @@
<?php
/**
* This is the 404-handler for Apache and PHP (see README).
* It is typically served from wiki domains for urls outside
* the scope of MediaWiki.
*/
header( 'Content-Type: text/html; charset=utf-8' );
header( 'Cache-Control: s-maxage=600, max-age=600' );
header('Content-Type: text/html; charset=utf-8');
header('Cache-Control: s-maxage=600, max-age=600');
$url = $_SERVER['REQUEST_URI'];
$encUrl = htmlspecialchars( $url );
$decUrl = htmlspecialchars( urldecode( $url ) );
$encUrl = htmlspecialchars($url);
$decUrl = htmlspecialchars(urldecode($url));
if ( preg_match( '/^\/(?:w|wiki)\/(.*\.php.*)/i', $url, $matches )
if (preg_match('/^\/(?:w|wiki)\/(.*\.php.*)/i', $url, $matches)) {
// "/w/Foo.php" -> "/Foo.php"
$target = '/' . $matches[1];
header('HTTP/1.1 302 Found');
header('Location:' . $target);
} elseif (
preg_match('/(%2f)/i', $url, $matches)
|| preg_match('/^\/(?:w|wiki|extensions|skins)\/(.*)/i', $url, $matches)
) {
// "/w/Foo.php" -> "/Foo.php"
$target = '/' . $matches[1];
header('HTTP/1.1 302 Found');
header('Location:' . $target );
} elseif ( preg_match( '/(%2f)/i', $url, $matches )
|| preg_match( '/^\/(?:w|wiki|extensions|skins)\/(.*)/i', $url, $matches )
) {
// "/w/Foo" -> "/wiki/Foo"
$target = '/wiki/' . $matches[1];
} elseif ( preg_match( '/^\/(?:wiki)(.*)/i', $url, $matches )
) {
// "/wikiFoo" -> "/wiki/Foo"
$target = '/wiki/' . $matches[1];
// "/w/Foo" -> "/wiki/Foo"
$target = '/wiki/' . $matches[1];
} elseif (preg_match('/^\/(?:wiki)(.*)/i', $url, $matches)) {
// "/wikiFoo" -> "/wiki/Foo"
$target = '/wiki/' . $matches[1];
} else {
// "/Foo" -> "/wiki/Foo"
$target = '/wiki' . $url;
// "/Foo" -> "/wiki/Foo"
$target = '/wiki' . $url;
}
$encTarget = htmlspecialchars( $target );
$decTarget = htmlspecialchars( urldecode( $target ) );
$encTarget = htmlspecialchars($target);
$decTarget = htmlspecialchars(urldecode($target));
$outputHtml = <<<END
<!DOCTYPE html>
@ -62,7 +62,7 @@ footer .footer-buttons{display:flex;gap:.5em;margin-top:.5em;flex-wrap:wrap;flex
</style>
</head>
<header>
<a href="https://www.qiuwenbaike.cn" title="求闻百科">
<a href="https://www.qiuwenbaike.cn" title="求闻百科">
<img src="https://tu.zhongwen.wiki/resources/assets/qiuwen/wordmark/wordmark-favicon-tagline-horizonal.png?_20230225" width="238" height="35" alt="求闻百科,共笔求闻">
</a>
</header>
@ -92,4 +92,4 @@ footer .footer-buttons{display:flex;gap:.5em;margin-top:.5em;flex-wrap:wrap;flex
</html>
END;
print $outputHtml;
print $outputHtml;

198
405.html
查看文件

@ -1,56 +1,148 @@
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="sourcecode" href="https://git.qiuwen.wiki/qiuwen/qiuwen-errorpages">
<link rel="copyright" href="https://creativecommons.org/licenses/by-sa/4.0/">
<link rel="license" href="https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html">
<link rel="icon" href="/favicon.ico">
<title>HTTP 405 不允许的方法 - 求闻百科,共笔求闻</title>
<style>
*{margin:0;padding:0}
html{width:100%;background:#fff;color:#000;font-family:"Noto Serif","Source Serif","Noto Serif SC","Source Han Serif SC",Times New Roman,Times,STSong,SimSun,serif;line-height:1.75}
body,html{min-height:100vh}
body{display:flex;margin:0 auto;max-width:83vw;flex-wrap:wrap;flex-direction:column;justify-content:space-between}
header{margin:10vh 0 0;padding-bottom:1em;border-bottom:5px solid #36c}
a img{border:0}
main{display:flex;flex-wrap:wrap;flex-direction:column;margin:0 auto;min-width:70vw}
h1{margin-top:.5em;margin-bottom:.5em;font-size:1.25em}
p{margin:.5em 0}
a{color:#36c;text-decoration:none}
a:hover{text-decoration:underline}
em,footer{color:#777;font-style:normal}
footer{margin:0 0 10vh;padding-top:1em;border-top:1px solid #eaecf0;font-size:.9em}
.footer-links a{margin-right:.5em;white-space:nowrap}
footer .footer-buttons{display:flex;gap:.5em;margin-top:.5em;flex-wrap:wrap;flex-direction:row;justify-content:flex-end}
</style>
</head>
<header>
<a href="https://www.qiuwenbaike.cn" title="求闻百科">
<img src="https://tu.zhongwen.wiki/resources/assets/qiuwen/wordmark/wordmark-favicon-tagline-horizonal.png?_20230225" width="238" height="35" alt="求闻百科,共笔求闻">
</a>
</header>
<main>
<h1>不允许的方法<em>HTTP 405</em></h1>
<p>很抱歉,您使用了不被允许的方法访问此地址。</p>
<p>您应当返回<a href="/">首页</a></p>
</main>
<footer>
<div class="footer-copyright">
<p>© 2021-2023 无锡共笔全书网络有限责任公司</p>
<p>求闻®、求闻百科®、共笔全书®、“绿竹”图标等文字、图形、图文组合,均是本网站运营者或其关联实体的商标或注册商标。</p>
</div>
<div class="footer-links">
<a class="qwlink qwlink-about" href="https://www.qiuwenbaike.cn/wiki/Qiuwen:%E5%85%B3%E4%BA%8E%E6%B1%82%E9%97%BB%E7%99%BE%E7%A7%91" rel="noreferrer noopener" target="_blank">关于“求闻”</a>
<a class="qwlink qwlink-tos" href="https://www.qiuwenbaike.cn/wiki/Qiuwen:%E7%94%A8%E6%88%B7%E5%8D%8F%E8%AE%AE" rel="noreferrer noopener" target="_blank">用户协议</a>
<a class="qwlink qwlink-pipp" href="https://www.qiuwenbaike.cn/wiki/Qiuwen:%E4%B8%AA%E4%BA%BA%E4%BF%A1%E6%81%AF%E4%BF%9D%E6%8A%A4%E6%96%B9%E9%92%88" rel="noreferrer noopener" target="_blank">隐私保护</a>
<a class="govlink govlink-icp" href="https://beian.miit.gov.cn/" rel="noreferrer noopener" target="_blank">苏ICP备2022013164号</a>
<a class="govlink govlink-ga" href="http://www.beian.gov.cn/" rel="noreferrer noopener" target="_blank">苏公网安备32021302000963号</a>
</div>
<div class="footer-buttons">
<a href="https://www.qiuwenbaike.cn" title="“求闻”计划网站" target="_blank" rel="noopener noreferrer"><img alt="“求闻”计划网站" width="88" height="31" src="https://tu.zhongwen.wiki/resources/assets/qiuwen/button/qiuwen-button.png"></a>
<a href="https://www.gongbiquanshu.cn" title="共笔全书旗下网站" target="_blank" rel="noopener noreferrer"><img alt="共笔全书旗下网站" class="img" width="88" height="31" src="https://tu.zhongwen.wiki/resources/assets/qiuwen/button/gbqs-button.png"></a>
</div>
</footer>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<link rel="sourcecode" href="https://git.qiuwen.wiki/qiuwen/qiuwen-errorpages" />
<link rel="copyright" href="https://creativecommons.org/licenses/by-sa/4.0/" />
<link rel="license" href="https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html" />
<link rel="icon" href="/favicon.ico" />
<title>HTTP 405 不允许的方法 - 求闻百科,共笔求闻</title>
<style>
* {
margin: 0;
padding: 0;
}
html {
width: 100%;
background: #fff;
color: #000;
font-family: "Noto Serif", "Source Serif", "Noto Serif SC",
"Source Han Serif SC", Times New Roman, Times, STSong, SimSun, serif;
line-height: 1.75;
}
body,
html {
min-height: 100vh;
}
body {
display: flex;
margin: 0 auto;
max-width: 83vw;
flex-wrap: wrap;
flex-direction: column;
justify-content: space-between;
}
header {
margin: 10vh 0 0;
padding-bottom: 1em;
border-bottom: 5px solid #36c;
}
a img {
border: 0;
}
main {
display: flex;
flex-wrap: wrap;
flex-direction: column;
margin: 0 auto;
min-width: 70vw;
}
h1 {
margin-top: 0.5em;
margin-bottom: 0.5em;
font-size: 1.25em;
}
p {
margin: 0.5em 0;
}
a {
color: #36c;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
em,
footer {
color: #777;
font-style: normal;
}
footer {
margin: 0 0 10vh;
padding-top: 1em;
border-top: 1px solid #eaecf0;
font-size: 0.9em;
}
.footer-links a {
margin-right: 0.5em;
white-space: nowrap;
}
footer .footer-buttons {
display: flex;
gap: 0.5em;
margin-top: 0.5em;
flex-wrap: wrap;
flex-direction: row;
justify-content: flex-end;
}
</style>
</head>
<header>
<a href="https://www.qiuwenbaike.cn" title="求闻百科">
<img src="https://tu.zhongwen.wiki/resources/assets/qiuwen/wordmark/wordmark-favicon-tagline-horizonal.png?_20230225"
width="238" height="35" alt="求闻百科,共笔求闻" />
</a>
</header>
<main>
<h1>不允许的方法<em>HTTP 405</em></h1>
<p>很抱歉,您使用了不被允许的方法访问此地址。</p>
<p>您应当返回<a href="/">首页</a></p>
</main>
<footer>
<div class="footer-copyright">
<p>© 2021-2023 无锡共笔全书网络有限责任公司</p>
<p>
求闻®、求闻百科®、共笔全书®、“绿竹”图标等文字、图形、图文组合,均是本网站运营者或其关联实体的商标或注册商标。
</p>
</div>
<div class="footer-links">
<a class="qwlink qwlink-about"
href="https://www.qiuwenbaike.cn/wiki/Qiuwen:%E5%85%B3%E4%BA%8E%E6%B1%82%E9%97%BB%E7%99%BE%E7%A7%91"
rel="noreferrer noopener" target="_blank">关于“求闻”</a>
<a class="qwlink qwlink-tos" href="https://www.qiuwenbaike.cn/wiki/Qiuwen:%E7%94%A8%E6%88%B7%E5%8D%8F%E8%AE%AE"
rel="noreferrer noopener" target="_blank">用户协议</a>
<a class="qwlink qwlink-pipp"
href="https://www.qiuwenbaike.cn/wiki/Qiuwen:%E4%B8%AA%E4%BA%BA%E4%BF%A1%E6%81%AF%E4%BF%9D%E6%8A%A4%E6%96%B9%E9%92%88"
rel="noreferrer noopener" target="_blank">隐私保护</a>
<a class="govlink govlink-icp" href="https://beian.miit.gov.cn/" rel="noreferrer noopener"
target="_blank">苏ICP备2022013164号</a>
<a class="govlink govlink-ga" href="http://www.beian.gov.cn/" rel="noreferrer noopener"
target="_blank">苏公网安备32021302000963号</a>
</div>
<div class="footer-buttons">
<a href="https://www.qiuwenbaike.cn" title="“求闻”计划网站" target="_blank" rel="noopener noreferrer"><img
alt="“求闻”计划网站" width="88" height="31"
src="https://tu.zhongwen.wiki/resources/assets/qiuwen/button/qiuwen-button.png" /></a>
<a href="https://www.gongbiquanshu.cn" title="共笔全书旗下网站" target="_blank" rel="noopener noreferrer"><img
alt="共笔全书旗下网站" class="img" width="88" height="31"
src="https://tu.zhongwen.wiki/resources/assets/qiuwen/button/gbqs-button.png" /></a>
</div>
</footer>
</html>

211
451.html
查看文件

@ -1,56 +1,161 @@
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="sourcecode" href="https://git.qiuwen.wiki/qiuwen/qiuwen-errorpages">
<link rel="copyright" href="https://creativecommons.org/licenses/by-sa/4.0/">
<link rel="license" href="https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html">
<link rel="icon" href="/favicon.ico">
<title>HTTP 451 因法律原因不可用 Unavailable For Legal Reasons - 求闻百科,共笔求闻</title>
<style>
*{margin:0;padding:0}
html{width:100%;background:#fff;color:#000;font-family:"Noto Serif","Source Serif","Noto Serif SC","Source Han Serif SC",Times New Roman,Times,STSong,SimSun,serif;line-height:1.75}
body,html{min-height:100vh}
body{display:flex;margin:0 auto;max-width:83vw;flex-wrap:wrap;flex-direction:column;justify-content:space-between}
header{margin:10vh 0 0;padding-bottom:1em;border-bottom:5px solid #36c}
a img{border:0}
main{display:flex;flex-wrap:wrap;flex-direction:column;margin:0 auto;min-width:70vw}
h1{margin-top:.5em;margin-bottom:.5em;font-size:1.25em}
p{margin:.5em 0}
a{color:#36c;text-decoration:none}
a:hover{text-decoration:underline}
em,footer{color:#777;font-style:normal}
footer{margin:0 0 10vh;padding-top:1em;border-top:1px solid #eaecf0;font-size:.9em}
.footer-links a{margin-right:.5em;white-space:nowrap}
footer .footer-buttons{display:flex;gap:.5em;margin-top:.5em;flex-wrap:wrap;flex-direction:row;justify-content:flex-end}
</style>
</head>
<header>
<a href="https://www.qiuwenbaike.cn" title="求闻百科">
<img src="https://tu.zhongwen.wiki/resources/assets/qiuwen/wordmark/wordmark-favicon-tagline-horizonal.png?_20230225" width="238" height="35" alt="求闻百科,共笔求闻">
</a>
</header>
<main>
<h1>因法律原因不可用<em>HTTP 451</em><br>Unavailable For Legal Reasons</h1>
<p>根据您所在司法管辖区的法律、法规,我们无法提供相关内容或服务。<br>给您造成不便,我们深感歉意,敬请谅解。</p>
<p>In accordance to the laws and reguations of your jurisdiction, we are unable to provide with relevant content or services.<br>We heartily apologize for your inconvenience.</p>
<p>您可以返回<a href="/">首页</a><br>You may turn back to the <a href="/">home page</a>.</p>
</main>
<footer>
<div class="footer-copyright">
<em>© 2021-2023 无锡共笔全书网络有限责任公司Wuxi Gongbi Quanshu Network Co., Ltd.</em>
</div>
<div class="footer-links">
<a class="qwlink qwlink-about" href="https://www.qiuwenbaike.cn/wiki/Qiuwen:%E5%85%B3%E4%BA%8E%E6%B1%82%E9%97%BB%E7%99%BE%E7%A7%91" rel="noreferrer noopener" target="_blank">关于“求闻”</a>
<a class="qwlink qwlink-tos" href="https://www.qiuwenbaike.cn/wiki/Qiuwen:%E7%94%A8%E6%88%B7%E5%8D%8F%E8%AE%AE" rel="noreferrer noopener" target="_blank">用户协议</a>
<a class="qwlink qwlink-pipp" href="https://www.qiuwenbaike.cn/wiki/Qiuwen:%E4%B8%AA%E4%BA%BA%E4%BF%A1%E6%81%AF%E4%BF%9D%E6%8A%A4%E6%96%B9%E9%92%88" rel="noreferrer noopener" target="_blank">隐私保护</a>
<a class="govlink govlink-icp" href="https://beian.miit.gov.cn/" rel="noreferrer noopener" target="_blank">苏ICP备2022013164号</a>
<a class="govlink govlink-ga" href="http://www.beian.gov.cn/" rel="noreferrer noopener" target="_blank">苏公网安备32021302000963号</a>
</div>
<div class="footer-buttons">
<a href="https://www.qiuwenbaike.cn" title="“求闻”计划网站" target="_blank" rel="noopener noreferrer"><img alt="“求闻”计划网站" width="88" height="31" src="https://tu.zhongwen.wiki/resources/assets/qiuwen/button/qiuwen-button.png"></a>
<a href="https://www.gongbiquanshu.cn" title="共笔全书旗下网站" target="_blank" rel="noopener noreferrer"><img alt="共笔全书旗下网站" class="img" width="88" height="31" src="https://tu.zhongwen.wiki/resources/assets/qiuwen/button/gbqs-button.png"></a>
</div>
</footer>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<link rel="sourcecode" href="https://git.qiuwen.wiki/qiuwen/qiuwen-errorpages" />
<link rel="copyright" href="https://creativecommons.org/licenses/by-sa/4.0/" />
<link rel="license" href="https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html" />
<link rel="icon" href="/favicon.ico" />
<title>
HTTP 451 因法律原因不可用 Unavailable For Legal Reasons -
求闻百科,共笔求闻
</title>
<style>
* {
margin: 0;
padding: 0;
}
html {
width: 100%;
background: #fff;
color: #000;
font-family: "Noto Serif", "Source Serif", "Noto Serif SC",
"Source Han Serif SC", Times New Roman, Times, STSong, SimSun, serif;
line-height: 1.75;
}
body,
html {
min-height: 100vh;
}
body {
display: flex;
margin: 0 auto;
max-width: 83vw;
flex-wrap: wrap;
flex-direction: column;
justify-content: space-between;
}
header {
margin: 10vh 0 0;
padding-bottom: 1em;
border-bottom: 5px solid #36c;
}
a img {
border: 0;
}
main {
display: flex;
flex-wrap: wrap;
flex-direction: column;
margin: 0 auto;
min-width: 70vw;
}
h1 {
margin-top: 0.5em;
margin-bottom: 0.5em;
font-size: 1.25em;
}
p {
margin: 0.5em 0;
}
a {
color: #36c;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
em,
footer {
color: #777;
font-style: normal;
}
footer {
margin: 0 0 10vh;
padding-top: 1em;
border-top: 1px solid #eaecf0;
font-size: 0.9em;
}
.footer-links a {
margin-right: 0.5em;
white-space: nowrap;
}
footer .footer-buttons {
display: flex;
gap: 0.5em;
margin-top: 0.5em;
flex-wrap: wrap;
flex-direction: row;
justify-content: flex-end;
}
</style>
</head>
<header>
<a href="https://www.qiuwenbaike.cn" title="求闻百科">
<img src="https://tu.zhongwen.wiki/resources/assets/qiuwen/wordmark/wordmark-favicon-tagline-horizonal.png?_20230225"
width="238" height="35" alt="求闻百科,共笔求闻" />
</a>
</header>
<main>
<h1>
因法律原因不可用<em>HTTP 451</em><br />Unavailable For Legal Reasons
</h1>
<p>
根据您所在司法管辖区的法律、法规,我们无法提供相关内容或服务。<br />给您造成不便,我们深感歉意,敬请谅解。
</p>
<p>
In accordance to the laws and reguations of your jurisdiction, we are
unable to provide with relevant content or services.<br />We heartily
apologize for your inconvenience.
</p>
<p>
您可以返回<a href="/">首页</a><br />You may turn back to the
<a href="/">home page</a>.
</p>
</main>
<footer>
<div class="footer-copyright">
<em>© 2021-2023 无锡共笔全书网络有限责任公司Wuxi Gongbi Quanshu Network
Co., Ltd.</em>
</div>
<div class="footer-links">
<a class="qwlink qwlink-about"
href="https://www.qiuwenbaike.cn/wiki/Qiuwen:%E5%85%B3%E4%BA%8E%E6%B1%82%E9%97%BB%E7%99%BE%E7%A7%91"
rel="noreferrer noopener" target="_blank">关于“求闻”</a>
<a class="qwlink qwlink-tos" href="https://www.qiuwenbaike.cn/wiki/Qiuwen:%E7%94%A8%E6%88%B7%E5%8D%8F%E8%AE%AE"
rel="noreferrer noopener" target="_blank">用户协议</a>
<a class="qwlink qwlink-pipp"
href="https://www.qiuwenbaike.cn/wiki/Qiuwen:%E4%B8%AA%E4%BA%BA%E4%BF%A1%E6%81%AF%E4%BF%9D%E6%8A%A4%E6%96%B9%E9%92%88"
rel="noreferrer noopener" target="_blank">隐私保护</a>
<a class="govlink govlink-icp" href="https://beian.miit.gov.cn/" rel="noreferrer noopener"
target="_blank">苏ICP备2022013164号</a>
<a class="govlink govlink-ga" href="http://www.beian.gov.cn/" rel="noreferrer noopener"
target="_blank">苏公网安备32021302000963号</a>
</div>
<div class="footer-buttons">
<a href="https://www.qiuwenbaike.cn" title="“求闻”计划网站" target="_blank" rel="noopener noreferrer"><img
alt="“求闻”计划网站" width="88" height="31"
src="https://tu.zhongwen.wiki/resources/assets/qiuwen/button/qiuwen-button.png" /></a>
<a href="https://www.gongbiquanshu.cn" title="共笔全书旗下网站" target="_blank" rel="noopener noreferrer"><img
alt="共笔全书旗下网站" class="img" width="88" height="31"
src="https://tu.zhongwen.wiki/resources/assets/qiuwen/button/gbqs-button.png" /></a>
</div>
</footer>
</html>

202
500.html
查看文件

@ -1,56 +1,152 @@
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="sourcecode" href="https://git.qiuwen.wiki/qiuwen/qiuwen-errorpages">
<link rel="copyright" href="https://creativecommons.org/licenses/by-sa/4.0/">
<link rel="license" href="https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html">
<link rel="icon" href="/favicon.ico">
<title>HTTP 500 服务器内部错误 - 求闻百科,共笔求闻</title>
<style>
*{margin:0;padding:0}
html{width:100%;background:#fff;color:#000;font-family:"Noto Serif","Source Serif","Noto Serif SC","Source Han Serif SC",Times New Roman,Times,STSong,SimSun,serif;line-height:1.75}
body,html{min-height:100vh}
body{display:flex;margin:0 auto;max-width:83vw;flex-wrap:wrap;flex-direction:column;justify-content:space-between}
header{margin:10vh 0 0;padding-bottom:1em;border-bottom:5px solid #36c}
a img{border:0}
main{display:flex;flex-wrap:wrap;flex-direction:column;margin:0 auto;min-width:70vw}
h1{margin-top:.5em;margin-bottom:.5em;font-size:1.25em}
p{margin:.5em 0}
a{color:#36c;text-decoration:none}
a:hover{text-decoration:underline}
em,footer{color:#777;font-style:normal}
footer{margin:0 0 10vh;padding-top:1em;border-top:1px solid #eaecf0;font-size:.9em}
.footer-links a{margin-right:.5em;white-space:nowrap}
footer .footer-buttons{display:flex;gap:.5em;margin-top:.5em;flex-wrap:wrap;flex-direction:row;justify-content:flex-end}
</style>
</head>
<header>
<a href="https://www.qiuwenbaike.cn" title="求闻百科">
<img src="https://tu.zhongwen.wiki/resources/assets/qiuwen/wordmark/wordmark-favicon-tagline-horizonal.png?_20230225" width="238" height="35" alt="求闻百科,共笔求闻">
</a>
</header>
<main>
<h1>服务器内部错误<em>HTTP 500</em></h1>
<p>很抱歉,我们的服务器出现内部故障。服务器可能处于重新启动或配置错误状态。服务器管理员正在紧急抢修。</p>
<p>您可以尝试<a href="javascript:window.location.reload();">刷新本页</a>,也可以返回<a href="/">首页</a></p>
</main>
<footer>
<div class="footer-copyright">
<p>© 2021-2023 无锡共笔全书网络有限责任公司</p>
<p>求闻®、求闻百科®、共笔全书®、“绿竹”图标等文字、图形、图文组合,均是本网站运营者或其关联实体的商标或注册商标。</p>
</div>
<div class="footer-links">
<a class="qwlink qwlink-about" href="https://www.qiuwenbaike.cn/wiki/Qiuwen:%E5%85%B3%E4%BA%8E%E6%B1%82%E9%97%BB%E7%99%BE%E7%A7%91" rel="noreferrer noopener" target="_blank">关于“求闻”</a>
<a class="qwlink qwlink-tos" href="https://www.qiuwenbaike.cn/wiki/Qiuwen:%E7%94%A8%E6%88%B7%E5%8D%8F%E8%AE%AE" rel="noreferrer noopener" target="_blank">用户协议</a>
<a class="qwlink qwlink-pipp" href="https://www.qiuwenbaike.cn/wiki/Qiuwen:%E4%B8%AA%E4%BA%BA%E4%BF%A1%E6%81%AF%E4%BF%9D%E6%8A%A4%E6%96%B9%E9%92%88" rel="noreferrer noopener" target="_blank">隐私保护</a>
<a class="govlink govlink-icp" href="https://beian.miit.gov.cn/" rel="noreferrer noopener" target="_blank">苏ICP备2022013164号</a>
<a class="govlink govlink-ga" href="http://www.beian.gov.cn/" rel="noreferrer noopener" target="_blank">苏公网安备32021302000963号</a>
</div>
<div class="footer-buttons">
<a href="https://www.qiuwenbaike.cn" title="“求闻”计划网站" target="_blank" rel="noopener noreferrer"><img alt="“求闻”计划网站" width="88" height="31" src="https://tu.zhongwen.wiki/resources/assets/qiuwen/button/qiuwen-button.png"></a>
<a href="https://www.gongbiquanshu.cn" title="共笔全书旗下网站" target="_blank" rel="noopener noreferrer"><img alt="共笔全书旗下网站" class="img" width="88" height="31" src="https://tu.zhongwen.wiki/resources/assets/qiuwen/button/gbqs-button.png"></a>
</div>
</footer>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<link rel="sourcecode" href="https://git.qiuwen.wiki/qiuwen/qiuwen-errorpages" />
<link rel="copyright" href="https://creativecommons.org/licenses/by-sa/4.0/" />
<link rel="license" href="https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html" />
<link rel="icon" href="/favicon.ico" />
<title>HTTP 500 服务器内部错误 - 求闻百科,共笔求闻</title>
<style>
* {
margin: 0;
padding: 0;
}
html {
width: 100%;
background: #fff;
color: #000;
font-family: "Noto Serif", "Source Serif", "Noto Serif SC",
"Source Han Serif SC", Times New Roman, Times, STSong, SimSun, serif;
line-height: 1.75;
}
body,
html {
min-height: 100vh;
}
body {
display: flex;
margin: 0 auto;
max-width: 83vw;
flex-wrap: wrap;
flex-direction: column;
justify-content: space-between;
}
header {
margin: 10vh 0 0;
padding-bottom: 1em;
border-bottom: 5px solid #36c;
}
a img {
border: 0;
}
main {
display: flex;
flex-wrap: wrap;
flex-direction: column;
margin: 0 auto;
min-width: 70vw;
}
h1 {
margin-top: 0.5em;
margin-bottom: 0.5em;
font-size: 1.25em;
}
p {
margin: 0.5em 0;
}
a {
color: #36c;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
em,
footer {
color: #777;
font-style: normal;
}
footer {
margin: 0 0 10vh;
padding-top: 1em;
border-top: 1px solid #eaecf0;
font-size: 0.9em;
}
.footer-links a {
margin-right: 0.5em;
white-space: nowrap;
}
footer .footer-buttons {
display: flex;
gap: 0.5em;
margin-top: 0.5em;
flex-wrap: wrap;
flex-direction: row;
justify-content: flex-end;
}
</style>
</head>
<header>
<a href="https://www.qiuwenbaike.cn" title="求闻百科">
<img src="https://tu.zhongwen.wiki/resources/assets/qiuwen/wordmark/wordmark-favicon-tagline-horizonal.png?_20230225"
width="238" height="35" alt="求闻百科,共笔求闻" />
</a>
</header>
<main>
<h1>服务器内部错误<em>HTTP 500</em></h1>
<p>
很抱歉,我们的服务器出现内部故障。服务器可能处于重新启动或配置错误状态。服务器管理员正在紧急抢修。
</p>
<p>
您可以尝试<a href="javascript:window.location.reload();">刷新本页</a>,也可以返回<a href="/">首页</a>
</p>
</main>
<footer>
<div class="footer-copyright">
<p>© 2021-2023 无锡共笔全书网络有限责任公司</p>
<p>
求闻®、求闻百科®、共笔全书®、“绿竹”图标等文字、图形、图文组合,均是本网站运营者或其关联实体的商标或注册商标。
</p>
</div>
<div class="footer-links">
<a class="qwlink qwlink-about"
href="https://www.qiuwenbaike.cn/wiki/Qiuwen:%E5%85%B3%E4%BA%8E%E6%B1%82%E9%97%BB%E7%99%BE%E7%A7%91"
rel="noreferrer noopener" target="_blank">关于“求闻”</a>
<a class="qwlink qwlink-tos" href="https://www.qiuwenbaike.cn/wiki/Qiuwen:%E7%94%A8%E6%88%B7%E5%8D%8F%E8%AE%AE"
rel="noreferrer noopener" target="_blank">用户协议</a>
<a class="qwlink qwlink-pipp"
href="https://www.qiuwenbaike.cn/wiki/Qiuwen:%E4%B8%AA%E4%BA%BA%E4%BF%A1%E6%81%AF%E4%BF%9D%E6%8A%A4%E6%96%B9%E9%92%88"
rel="noreferrer noopener" target="_blank">隐私保护</a>
<a class="govlink govlink-icp" href="https://beian.miit.gov.cn/" rel="noreferrer noopener"
target="_blank">苏ICP备2022013164号</a>
<a class="govlink govlink-ga" href="http://www.beian.gov.cn/" rel="noreferrer noopener"
target="_blank">苏公网安备32021302000963号</a>
</div>
<div class="footer-buttons">
<a href="https://www.qiuwenbaike.cn" title="“求闻”计划网站" target="_blank" rel="noopener noreferrer"><img
alt="“求闻”计划网站" width="88" height="31"
src="https://tu.zhongwen.wiki/resources/assets/qiuwen/button/qiuwen-button.png" /></a>
<a href="https://www.gongbiquanshu.cn" title="共笔全书旗下网站" target="_blank" rel="noopener noreferrer"><img
alt="共笔全书旗下网站" class="img" width="88" height="31"
src="https://tu.zhongwen.wiki/resources/assets/qiuwen/button/gbqs-button.png" /></a>
</div>
</footer>
</html>

200
502.html
查看文件

@ -1,56 +1,150 @@
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="sourcecode" href="https://git.qiuwen.wiki/qiuwen/qiuwen-errorpages">
<link rel="copyright" href="https://creativecommons.org/licenses/by-sa/4.0/">
<link rel="license" href="https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html">
<link rel="icon" href="/favicon.ico">
<title>HTTP 502 网关错误 - 求闻百科,共笔求闻</title>
<style>
*{margin:0;padding:0}
html{width:100%;background:#fff;color:#000;font-family:"Noto Serif","Source Serif","Noto Serif SC","Source Han Serif SC",Times New Roman,Times,STSong,SimSun,serif;line-height:1.75}
body,html{min-height:100vh}
body{display:flex;margin:0 auto;max-width:83vw;flex-wrap:wrap;flex-direction:column;justify-content:space-between}
header{margin:10vh 0 0;padding-bottom:1em;border-bottom:5px solid #36c}
a img{border:0}
main{display:flex;flex-wrap:wrap;flex-direction:column;margin:0 auto;min-width:70vw}
h1{margin-top:.5em;margin-bottom:.5em;font-size:1.25em}
p{margin:.5em 0}
a{color:#36c;text-decoration:none}
a:hover{text-decoration:underline}
em,footer{color:#777;font-style:normal}
footer{margin:0 0 10vh;padding-top:1em;border-top:1px solid #eaecf0;font-size:.9em}
.footer-links a{margin-right:.5em;white-space:nowrap}
footer .footer-buttons{display:flex;gap:.5em;margin-top:.5em;flex-wrap:wrap;flex-direction:row;justify-content:flex-end}
</style>
</head>
<header>
<a href="https://www.qiuwenbaike.cn" title="求闻百科">
<img src="https://tu.zhongwen.wiki/resources/assets/qiuwen/wordmark/wordmark-favicon-tagline-horizonal.png?_20230225" width="238" height="35" alt="求闻百科,共笔求闻">
</a>
</header>
<main>
<h1>网关错误<em>HTTP 502</em></h1>
<p>很抱歉,我们的服务器网关收到报错。服务器管理员正在紧急抢修。</p>
<p>您可以尝试<a href="javascript:window.location.reload();">刷新本页</a>,也可以返回<a href="/">首页</a></p>
</main>
<footer>
<div class="footer-copyright">
<p>© 2021-2023 无锡共笔全书网络有限责任公司</p>
<p>求闻®、求闻百科®、共笔全书®、“绿竹”图标等文字、图形、图文组合,均是本网站运营者或其关联实体的商标或注册商标。</p>
</div>
<div class="footer-links">
<a class="qwlink qwlink-about" href="https://www.qiuwenbaike.cn/wiki/Qiuwen:%E5%85%B3%E4%BA%8E%E6%B1%82%E9%97%BB%E7%99%BE%E7%A7%91" rel="noreferrer noopener" target="_blank">关于“求闻”</a>
<a class="qwlink qwlink-tos" href="https://www.qiuwenbaike.cn/wiki/Qiuwen:%E7%94%A8%E6%88%B7%E5%8D%8F%E8%AE%AE" rel="noreferrer noopener" target="_blank">用户协议</a>
<a class="qwlink qwlink-pipp" href="https://www.qiuwenbaike.cn/wiki/Qiuwen:%E4%B8%AA%E4%BA%BA%E4%BF%A1%E6%81%AF%E4%BF%9D%E6%8A%A4%E6%96%B9%E9%92%88" rel="noreferrer noopener" target="_blank">隐私保护</a>
<a class="govlink govlink-icp" href="https://beian.miit.gov.cn/" rel="noreferrer noopener" target="_blank">苏ICP备2022013164号</a>
<a class="govlink govlink-ga" href="http://www.beian.gov.cn/" rel="noreferrer noopener" target="_blank">苏公网安备32021302000963号</a>
</div>
<div class="footer-buttons">
<a href="https://www.qiuwenbaike.cn" title="“求闻”计划网站" target="_blank" rel="noopener noreferrer"><img alt="“求闻”计划网站" width="88" height="31" src="https://tu.zhongwen.wiki/resources/assets/qiuwen/button/qiuwen-button.png"></a>
<a href="https://www.gongbiquanshu.cn" title="共笔全书旗下网站" target="_blank" rel="noopener noreferrer"><img alt="共笔全书旗下网站" class="img" width="88" height="31" src="https://tu.zhongwen.wiki/resources/assets/qiuwen/button/gbqs-button.png"></a>
</div>
</footer>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<link rel="sourcecode" href="https://git.qiuwen.wiki/qiuwen/qiuwen-errorpages" />
<link rel="copyright" href="https://creativecommons.org/licenses/by-sa/4.0/" />
<link rel="license" href="https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html" />
<link rel="icon" href="/favicon.ico" />
<title>HTTP 502 网关错误 - 求闻百科,共笔求闻</title>
<style>
* {
margin: 0;
padding: 0;
}
html {
width: 100%;
background: #fff;
color: #000;
font-family: "Noto Serif", "Source Serif", "Noto Serif SC",
"Source Han Serif SC", Times New Roman, Times, STSong, SimSun, serif;
line-height: 1.75;
}
body,
html {
min-height: 100vh;
}
body {
display: flex;
margin: 0 auto;
max-width: 83vw;
flex-wrap: wrap;
flex-direction: column;
justify-content: space-between;
}
header {
margin: 10vh 0 0;
padding-bottom: 1em;
border-bottom: 5px solid #36c;
}
a img {
border: 0;
}
main {
display: flex;
flex-wrap: wrap;
flex-direction: column;
margin: 0 auto;
min-width: 70vw;
}
h1 {
margin-top: 0.5em;
margin-bottom: 0.5em;
font-size: 1.25em;
}
p {
margin: 0.5em 0;
}
a {
color: #36c;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
em,
footer {
color: #777;
font-style: normal;
}
footer {
margin: 0 0 10vh;
padding-top: 1em;
border-top: 1px solid #eaecf0;
font-size: 0.9em;
}
.footer-links a {
margin-right: 0.5em;
white-space: nowrap;
}
footer .footer-buttons {
display: flex;
gap: 0.5em;
margin-top: 0.5em;
flex-wrap: wrap;
flex-direction: row;
justify-content: flex-end;
}
</style>
</head>
<header>
<a href="https://www.qiuwenbaike.cn" title="求闻百科">
<img src="https://tu.zhongwen.wiki/resources/assets/qiuwen/wordmark/wordmark-favicon-tagline-horizonal.png?_20230225"
width="238" height="35" alt="求闻百科,共笔求闻" />
</a>
</header>
<main>
<h1>网关错误<em>HTTP 502</em></h1>
<p>很抱歉,我们的服务器网关收到报错。服务器管理员正在紧急抢修。</p>
<p>
您可以尝试<a href="javascript:window.location.reload();">刷新本页</a>,也可以返回<a href="/">首页</a>
</p>
</main>
<footer>
<div class="footer-copyright">
<p>© 2021-2023 无锡共笔全书网络有限责任公司</p>
<p>
求闻®、求闻百科®、共笔全书®、“绿竹”图标等文字、图形、图文组合,均是本网站运营者或其关联实体的商标或注册商标。
</p>
</div>
<div class="footer-links">
<a class="qwlink qwlink-about"
href="https://www.qiuwenbaike.cn/wiki/Qiuwen:%E5%85%B3%E4%BA%8E%E6%B1%82%E9%97%BB%E7%99%BE%E7%A7%91"
rel="noreferrer noopener" target="_blank">关于“求闻”</a>
<a class="qwlink qwlink-tos" href="https://www.qiuwenbaike.cn/wiki/Qiuwen:%E7%94%A8%E6%88%B7%E5%8D%8F%E8%AE%AE"
rel="noreferrer noopener" target="_blank">用户协议</a>
<a class="qwlink qwlink-pipp"
href="https://www.qiuwenbaike.cn/wiki/Qiuwen:%E4%B8%AA%E4%BA%BA%E4%BF%A1%E6%81%AF%E4%BF%9D%E6%8A%A4%E6%96%B9%E9%92%88"
rel="noreferrer noopener" target="_blank">隐私保护</a>
<a class="govlink govlink-icp" href="https://beian.miit.gov.cn/" rel="noreferrer noopener"
target="_blank">苏ICP备2022013164号</a>
<a class="govlink govlink-ga" href="http://www.beian.gov.cn/" rel="noreferrer noopener"
target="_blank">苏公网安备32021302000963号</a>
</div>
<div class="footer-buttons">
<a href="https://www.qiuwenbaike.cn" title="“求闻”计划网站" target="_blank" rel="noopener noreferrer"><img
alt="“求闻”计划网站" width="88" height="31"
src="https://tu.zhongwen.wiki/resources/assets/qiuwen/button/qiuwen-button.png" /></a>
<a href="https://www.gongbiquanshu.cn" title="共笔全书旗下网站" target="_blank" rel="noopener noreferrer"><img
alt="共笔全书旗下网站" class="img" width="88" height="31"
src="https://tu.zhongwen.wiki/resources/assets/qiuwen/button/gbqs-button.png" /></a>
</div>
</footer>
</html>

200
503.html
查看文件

@ -1,56 +1,150 @@
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="sourcecode" href="https://git.qiuwen.wiki/qiuwen/qiuwen-errorpages">
<link rel="copyright" href="https://creativecommons.org/licenses/by-sa/4.0/">
<link rel="license" href="https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html">
<link rel="icon" href="/favicon.ico">
<title>HTTP 503 服务不可用 - 求闻百科,共笔求闻</title>
<style>
*{margin:0;padding:0}
html{width:100%;background:#fff;color:#000;font-family:"Noto Serif","Source Serif","Noto Serif SC","Source Han Serif SC",Times New Roman,Times,STSong,SimSun,serif;line-height:1.75}
body,html{min-height:100vh}
body{display:flex;margin:0 auto;max-width:83vw;flex-wrap:wrap;flex-direction:column;justify-content:space-between}
header{margin:10vh 0 0;padding-bottom:1em;border-bottom:5px solid #36c}
a img{border:0}
main{display:flex;flex-wrap:wrap;flex-direction:column;margin:0 auto;min-width:70vw}
h1{margin-top:.5em;margin-bottom:.5em;font-size:1.25em}
p{margin:.5em 0}
a{color:#36c;text-decoration:none}
a:hover{text-decoration:underline}
em,footer{color:#777;font-style:normal}
footer{margin:0 0 10vh;padding-top:1em;border-top:1px solid #eaecf0;font-size:.9em}
.footer-links a{margin-right:.5em;white-space:nowrap}
footer .footer-buttons{display:flex;gap:.5em;margin-top:.5em;flex-wrap:wrap;flex-direction:row;justify-content:flex-end}
</style>
</head>
<header>
<a href="https://www.qiuwenbaike.cn" title="求闻百科">
<img src="https://tu.zhongwen.wiki/resources/assets/qiuwen/wordmark/wordmark-favicon-tagline-horizonal.png?_20230225" width="238" height="35" alt="求闻百科,共笔求闻">
</a>
</header>
<main>
<h1>服务不可用<em>HTTP 503</em></h1>
<p>很抱歉,我们的服务器无法处理您的请求。</p>
<p>您可以放慢请求频率后<a href="javascript:window.location.reload();">重试</a>,也可以返回<a href="/">首页</a></p>
</main>
<footer>
<div class="footer-copyright">
<p>© 2021-2023 无锡共笔全书网络有限责任公司</p>
<p>求闻®、求闻百科®、共笔全书®、“绿竹”图标等文字、图形、图文组合,均是本网站运营者或其关联实体的商标或注册商标。</p>
</div>
<div class="footer-links">
<a class="qwlink qwlink-about" href="https://www.qiuwenbaike.cn/wiki/Qiuwen:%E5%85%B3%E4%BA%8E%E6%B1%82%E9%97%BB%E7%99%BE%E7%A7%91" rel="noreferrer noopener" target="_blank">关于“求闻”</a>
<a class="qwlink qwlink-tos" href="https://www.qiuwenbaike.cn/wiki/Qiuwen:%E7%94%A8%E6%88%B7%E5%8D%8F%E8%AE%AE" rel="noreferrer noopener" target="_blank">用户协议</a>
<a class="qwlink qwlink-pipp" href="https://www.qiuwenbaike.cn/wiki/Qiuwen:%E4%B8%AA%E4%BA%BA%E4%BF%A1%E6%81%AF%E4%BF%9D%E6%8A%A4%E6%96%B9%E9%92%88" rel="noreferrer noopener" target="_blank">隐私保护</a>
<a class="govlink govlink-icp" href="https://beian.miit.gov.cn/" rel="noreferrer noopener" target="_blank">苏ICP备2022013164号</a>
<a class="govlink govlink-ga" href="http://www.beian.gov.cn/" rel="noreferrer noopener" target="_blank">苏公网安备32021302000963号</a>
</div>
<div class="footer-buttons">
<a href="https://www.qiuwenbaike.cn" title="“求闻”计划网站" target="_blank" rel="noopener noreferrer"><img alt="“求闻”计划网站" width="88" height="31" src="https://tu.zhongwen.wiki/resources/assets/qiuwen/button/qiuwen-button.png"></a>
<a href="https://www.gongbiquanshu.cn" title="共笔全书旗下网站" target="_blank" rel="noopener noreferrer"><img alt="共笔全书旗下网站" class="img" width="88" height="31" src="https://tu.zhongwen.wiki/resources/assets/qiuwen/button/gbqs-button.png"></a>
</div>
</footer>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<link rel="sourcecode" href="https://git.qiuwen.wiki/qiuwen/qiuwen-errorpages" />
<link rel="copyright" href="https://creativecommons.org/licenses/by-sa/4.0/" />
<link rel="license" href="https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html" />
<link rel="icon" href="/favicon.ico" />
<title>HTTP 503 服务不可用 - 求闻百科,共笔求闻</title>
<style>
* {
margin: 0;
padding: 0;
}
html {
width: 100%;
background: #fff;
color: #000;
font-family: "Noto Serif", "Source Serif", "Noto Serif SC",
"Source Han Serif SC", Times New Roman, Times, STSong, SimSun, serif;
line-height: 1.75;
}
body,
html {
min-height: 100vh;
}
body {
display: flex;
margin: 0 auto;
max-width: 83vw;
flex-wrap: wrap;
flex-direction: column;
justify-content: space-between;
}
header {
margin: 10vh 0 0;
padding-bottom: 1em;
border-bottom: 5px solid #36c;
}
a img {
border: 0;
}
main {
display: flex;
flex-wrap: wrap;
flex-direction: column;
margin: 0 auto;
min-width: 70vw;
}
h1 {
margin-top: 0.5em;
margin-bottom: 0.5em;
font-size: 1.25em;
}
p {
margin: 0.5em 0;
}
a {
color: #36c;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
em,
footer {
color: #777;
font-style: normal;
}
footer {
margin: 0 0 10vh;
padding-top: 1em;
border-top: 1px solid #eaecf0;
font-size: 0.9em;
}
.footer-links a {
margin-right: 0.5em;
white-space: nowrap;
}
footer .footer-buttons {
display: flex;
gap: 0.5em;
margin-top: 0.5em;
flex-wrap: wrap;
flex-direction: row;
justify-content: flex-end;
}
</style>
</head>
<header>
<a href="https://www.qiuwenbaike.cn" title="求闻百科">
<img src="https://tu.zhongwen.wiki/resources/assets/qiuwen/wordmark/wordmark-favicon-tagline-horizonal.png?_20230225"
width="238" height="35" alt="求闻百科,共笔求闻" />
</a>
</header>
<main>
<h1>服务不可用<em>HTTP 503</em></h1>
<p>很抱歉,我们的服务器无法处理您的请求。</p>
<p>
您可以放慢请求频率后<a href="javascript:window.location.reload();">重试</a>,也可以返回<a href="/">首页</a>
</p>
</main>
<footer>
<div class="footer-copyright">
<p>© 2021-2023 无锡共笔全书网络有限责任公司</p>
<p>
求闻®、求闻百科®、共笔全书®、“绿竹”图标等文字、图形、图文组合,均是本网站运营者或其关联实体的商标或注册商标。
</p>
</div>
<div class="footer-links">
<a class="qwlink qwlink-about"
href="https://www.qiuwenbaike.cn/wiki/Qiuwen:%E5%85%B3%E4%BA%8E%E6%B1%82%E9%97%BB%E7%99%BE%E7%A7%91"
rel="noreferrer noopener" target="_blank">关于“求闻”</a>
<a class="qwlink qwlink-tos" href="https://www.qiuwenbaike.cn/wiki/Qiuwen:%E7%94%A8%E6%88%B7%E5%8D%8F%E8%AE%AE"
rel="noreferrer noopener" target="_blank">用户协议</a>
<a class="qwlink qwlink-pipp"
href="https://www.qiuwenbaike.cn/wiki/Qiuwen:%E4%B8%AA%E4%BA%BA%E4%BF%A1%E6%81%AF%E4%BF%9D%E6%8A%A4%E6%96%B9%E9%92%88"
rel="noreferrer noopener" target="_blank">隐私保护</a>
<a class="govlink govlink-icp" href="https://beian.miit.gov.cn/" rel="noreferrer noopener"
target="_blank">苏ICP备2022013164号</a>
<a class="govlink govlink-ga" href="http://www.beian.gov.cn/" rel="noreferrer noopener"
target="_blank">苏公网安备32021302000963号</a>
</div>
<div class="footer-buttons">
<a href="https://www.qiuwenbaike.cn" title="“求闻”计划网站" target="_blank" rel="noopener noreferrer"><img
alt="“求闻”计划网站" width="88" height="31"
src="https://tu.zhongwen.wiki/resources/assets/qiuwen/button/qiuwen-button.png" /></a>
<a href="https://www.gongbiquanshu.cn" title="共笔全书旗下网站" target="_blank" rel="noopener noreferrer"><img
alt="共笔全书旗下网站" class="img" width="88" height="31"
src="https://tu.zhongwen.wiki/resources/assets/qiuwen/button/gbqs-button.png" /></a>
</div>
</footer>
</html>

26
LICENSE
查看文件

@ -2,7 +2,7 @@ GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.
@ -36,11 +36,11 @@ You may charge a fee for the physical act of transferring a copy, and you may at
2. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions:
a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change.
a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change.
b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License.
b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License.
c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.)
c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.)
These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it.
@ -50,11 +50,11 @@ In addition, mere aggregation of another work not based on the Program with the
3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following:
a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or,
a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or,
b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or,
b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or,
c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.)
c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.)
The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable.
@ -96,22 +96,22 @@ If you develop a new program, and you want it to be of the greatest possible use
To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found.
one line to give the program's name and an idea of what it does. Copyright (C) yyyy name of author
one line to give the program's name and an idea of what it does. Copyright (C) yyyy name of author
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. Also add information on how to contact you by electronic and paper mail.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. Also add information on how to contact you by electronic and paper mail.
If the program is interactive, make it output a short notice like this when it starts in an interactive mode:
Gnomovision version 69, Copyright (C) year name of author Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details.
Gnomovision version 69, Copyright (C) year name of author Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details.
The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, the commands you use may be called something other than `show w' and `show c'; they could even be mouse-clicks or menu items--whatever suits your program.
You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the program, if necessary. Here is a sample; alter the names:
Yoyodyne, Inc., hereby disclaims all copyright interest in the program `Gnomovision' (which makes passes at compilers) written by James Hacker.
Yoyodyne, Inc., hereby disclaims all copyright interest in the program `Gnomovision' (which makes passes at compilers) written by James Hacker.
signature of Ty Coon, 1 April 1989 Ty Coon, President of Vice

查看文件

@ -1,9 +1,11 @@
# 求闻百科错误页面
存档求闻百科技术维护组制作的“求闻百科”错误页面。部分代码借鉴了[维基媒体项目的错误页面](https://phabricator.wikimedia.org/source/mediawiki-config/browse/master/errorpages/404.php)。
## 版权声明
源代码采用[GPLv2+](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)许可条款(另有声明除外);内容采用[CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)许可条款(另有声明除外);可能适用附加条款,详见[求闻百科版权声明](https://www.qiuwen.wiki/wiki/Qiuwen:%E8%91%97%E4%BD%9C%E6%9D%83%E6%96%B9%E9%92%88)。
## 商标声明
“求闻”、“求闻百科”、“共笔全书”及“环绕绿竹”、“[求]”等文字、图形均是求闻百科运营者的商标。
# 求闻百科错误页面
存档求闻百科技术维护组制作的“求闻百科”错误页面。部分代码借鉴了[维基媒体项目的错误页面](https://phabricator.wikimedia.org/source/mediawiki-config/browse/master/errorpages/404.php)。
## 版权声明
源代码采用[GPLv2+](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)许可条款(另有声明除外);内容采用[CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)许可条款(另有声明除外);可能适用附加条款,详见[求闻百科版权声明](https://www.qiuwen.wiki/wiki/Qiuwen:%E8%91%97%E4%BD%9C%E6%9D%83%E6%96%B9%E9%92%88)。
## 商标声明
“求闻”、“求闻百科”、“共笔全书”及“环绕绿竹”、“[求]”等文字、图形均是求闻百科运营者的商标。