summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-12-22 21:51:54 +0200
committerLars Wirzenius <liw@liw.fi>2018-12-22 21:51:54 +0200
commit16f543ca60c4adeaf5990892e90f1f74d5e3b1da (patch)
treedfa8134d00f97ebf159c6c6cd013456b05b20f91
parent4f2e1dea29b84af6b6c4c69e249a2a656151ad2b (diff)
downloadeffi-reg-16f543ca60c4adeaf5990892e90f1f74d5e3b1da.tar.gz
Change: flesh out partial draft a bit
-rw-r--r--arch/000.yarn5
-rwxr-xr-xarch/build.sh2
2 files changed, 4 insertions, 3 deletions
diff --git a/arch/000.yarn b/arch/000.yarn
index 5db67f3..2bfff88 100644
--- a/arch/000.yarn
+++ b/arch/000.yarn
@@ -5,11 +5,12 @@ author: Lars Wirzenius
# Introduction
-Effireg is a web-based membership register for the EFfi non-profit
+Effireg is a web-based membership register for the Effi non-profit
association. See <https://effi.org/> for more information about Effi.
Effireg is written for Effi, but it is free software, released under
-the Affero GPL v3 license, and may be used by others.
+the Affero GPL v3 license, and may be used by others. No guarantees of
+quality.
# Architecture overview
diff --git a/arch/build.sh b/arch/build.sh
index 794b299..8a04877 100755
--- a/arch/build.sh
+++ b/arch/build.sh
@@ -5,7 +5,7 @@ set -eu
version="$(git describe --dirty)"
blockdiag3 arch.diag
pandoc \
- -Vdate="$version" \
+ -Vdate="Version: $version" \
--toc \
--standalone \
--self-contained \