From 254db09729ff521509014f1ea99f032e25800b03 Mon Sep 17 00:00:00 2001 From: Deskull Date: Sun, 18 Mar 2018 22:07:00 +0900 Subject: [PATCH 1/1] =?utf8?q?=E3=82=B9=E3=82=B3=E3=82=A2=E3=83=9A?= =?utf8?q?=E3=83=BC=E3=82=B8=E3=82=92=E6=95=B4=E7=90=86=E3=80=82=20/=20Rea?= =?utf8?q?rrange=20score=20page.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/index.adoc | 6 ++++++ src/make.sh | 2 +- src/score.adoc | 22 ++++++++++++++++++++++ src/web_update.adoc | 2 ++ 4 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 src/score.adoc diff --git a/src/index.adoc b/src/index.adoc index 17606f6..03d02b8 100644 --- a/src/index.adoc +++ b/src/index.adoc @@ -3,6 +3,12 @@ ## 最近の告知 +### (2018/03/18) スコアサーバの復帰と公式WEBリニューアル + +スコアサーバの再実装と復帰が済みました。ついでにWEBをHTML5と昨今向けの仕様に大幅リニューアルしました。まだ一部は整理中です。 + +まだ転送先を変更していない2.2.0で待機スコアを送らないよう注意して下さい。2.2.1の正式バイナリは明日になるかもしれません。もうしばらくお待ちください。 + ### (2018/02/10) スコアサーバの不調について 2018/02/04より、スコアサーバの不調を確認しています。現在復旧中ですので、スコアの喪失を避けたい方は復旧まで送らないようによろしくお願いします。 diff --git a/src/make.sh b/src/make.sh index 78b58ba..6700390 100644 --- a/src/make.sh +++ b/src/make.sh @@ -1,6 +1,6 @@ #!/bin/bash -list="index web_update jlicense link download lists history" +list="index web_update jlicense link download lists history score" mkdir -p ../web cp -r image *.txt hengband.css ../web diff --git a/src/score.adoc b/src/score.adoc new file mode 100644 index 0000000..472ac11 --- /dev/null +++ b/src/score.adoc @@ -0,0 +1,22 @@ +:lang: ja +:doctype: article + +## 変愚蛮怒 スコア + +スコアには一度死んでバックアップから復活させたキャラクターは送らないで下さい。 + +### 告知 + +2017/03/18より、新スコアサーバに移行しました。旧サーバは放棄予定です。スコアの喪失を避けたい方は2.2.1の公式リリースまで送らないようによろしくお願いします。 + +### スコア機能一覧 + +現在機能拡張中です。順に増やしていくので更新情報をこまめに確認ください。 + +* link:http://hengband.osdn.jp/score/score_ranking.php[全スコアランキング] +* link:http://hengband.osdn.jp/score/score_ranking.php?&last_days=7[最近1週間のスコア] +* link:http://hengband.osdn.jp/score/score_ranking.php?&last_days=30[最近1ヶ月のスコア] +* link:http://hengband.osdn.jp/score/score_ranking.php?&sort=newcome[新着順] +* link:http://hengband.osdn.jp/score/killer_ranking.php[死因ランキング] +* link:http://hengband.osdn.jp/score/popularity_ranking.php[人気のある種族・職業・性格] + diff --git a/src/web_update.adoc b/src/web_update.adoc index 9ef7f93..52ffe22 100644 --- a/src/web_update.adoc +++ b/src/web_update.adoc @@ -3,6 +3,8 @@ == WEB更新履歴 +* 2018/03/18 +** スコアサーバ復旧とWEBサイト大幅リニューアル * 2018/02/10 ** スコアサーバに関する告知追加。 * 2017/08/10 -- 2.11.0