summaryrefslogtreecommitdiff
path: root/web/training
diff options
context:
space:
mode:
Diffstat (limited to 'web/training')
-rwxr-xr-xweb/training10
1 files changed, 10 insertions, 0 deletions
diff --git a/web/training b/web/training
new file mode 100755
index 0000000..c60edd2
--- /dev/null
+++ b/web/training
@@ -0,0 +1,10 @@
+#!/bin/sh
+# Updates the training/general page of the website for the day.
+# To do this, an entry is added in trk/training and then is copied over into
+# the website, formatted correctly, and a commit made.
+
+ORIGIN="$(orgdresolv "ORGD_TRK_PATH")"/training
+DEST="$BLOG_PATH/training/general.html"
+
+
+ws-replace "<!-- training:begin -->" "<!-- training:end -->" "$ORIGIN" "$DEST" "Training" "txt" "training-format-table" "$(date +"%Y-%m")"