From 9b4cbf3ad517ae4533e9bd983a9f76ab4b1287f8 Mon Sep 17 00:00:00 2001 From: Deskull Date: Sun, 18 Mar 2018 11:58:57 +0900 Subject: [PATCH] =?utf8?q?AsciiDoctor=E3=81=AB=E3=82=88=E3=82=8BWEB?= =?utf8?q?=E3=83=89=E3=82=AD=E3=83=A5=E3=83=A1=E3=83=B3=E3=83=88=E5=87=A6?= =?utf8?q?=E7=90=86=E3=82=92=E4=BB=AE=E5=AE=9F=E8=A3=85=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/make.sh | 4 ++ src/template.html | 1 + src/web_update.adoc | 128 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 133 insertions(+) create mode 100644 src/make.sh create mode 100644 src/web_update.adoc diff --git a/src/make.sh b/src/make.sh new file mode 100644 index 0000000..b5a5725 --- /dev/null +++ b/src/make.sh @@ -0,0 +1,4 @@ +#!/bin/sh +asciidoctor --no-header-footer --out-file=tmp.txt --backend=html5 -a linkcss -a stylesheet=hengband.css web_update.adoc + +cat template.html | sed '//r tmp.txt' > web_update.html diff --git a/src/template.html b/src/template.html index bba0763..452c755 100644 --- a/src/template.html +++ b/src/template.html @@ -38,6 +38,7 @@
+