From 41699333049cefc12952cbe3390760625e497b53 Mon Sep 17 00:00:00 2001 From: Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> Date: Thu, 24 Sep 2026 00:03:10 +0900 Subject: フロー図: 一部の切り取り(引用)が可能である旨を、図にも追記 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit SVGの下部バーとPDFのフッターに、一部を切り取って引用することもできる旨を追記した。引用する場合も出典の明示が必要であることは、ページ側に書いている。 PDFは文字数が増えるため、公立版のフッターの文字サイズを少し下げて収めた。 簡易版の生成スクリプトも、課題欄の省略と切り取りを区別した文言に合わせた。 --- scripts/make-flow-simple.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/make-flow-simple.py') diff --git a/scripts/make-flow-simple.py b/scripts/make-flow-simple.py index 1e0b566..be16cf1 100644 --- a/scripts/make-flow-simple.py +++ b/scripts/make-flow-simple.py @@ -40,7 +40,7 @@ text, n_note = re.subn(r']*>※6[^<]*\n', "", text # 簡易版には課題欄がないので、ライセンス行の但し書きも外す text = text.replace("課題欄のリンク先:yasutakeyohei.com", "各課題の詳細:yasutakeyohei.com/ijime-judai-jitai/flow/") -text = text.replace("内容を変えず(下部の【課題・論点】を省くのは可)、", "内容を変えず、") +text = text.replace("内容を変えず(課題欄の省略・一部の切り取りは可)、", "内容を変えず(一部の切り取りは可)、") # 5) 課題欄より下の要素を上へ寄せる def _shift(m): -- cgit v1.3.1