From ae3f4f577bc3db4875543239f02788496065fc37 Mon Sep 17 00:00:00 2001 From: "me@ow.nekobit.net" Date: Mon, 28 Feb 2022 04:36:04 +0000 Subject: [PATCH] Attachment html FossilOrigin-Name: cd69edc7941f8b3c45c7d9bf3cfa3a3d6d79be000d775866ee64c57f1c7fb944 --- Makefile | 4 ++++ static/attachment_image.html | 1 + static/attachments.html | 3 +++ static/status.html | 1 + 4 files changed, 9 insertions(+) create mode 100644 static/attachment_image.html create mode 100644 static/attachments.html diff --git a/Makefile b/Makefile index 6bc02d4..0b501f5 100644 --- a/Makefile +++ b/Makefile @@ -44,6 +44,10 @@ $(PAGES_DIR)/lists.chtml: $(PAGES_DIR)/lists.html ./filec $< data_lists_html > $@ $(PAGES_DIR)/error.chtml: $(PAGES_DIR)/error.html ./filec $< data_error_html > $@ +$(PAGES_DIR)/attachments.chtml: $(PAGES_DIR)/attachments.html + ./filec $< data_attachments_html > $@ +$(PAGES_DIR)/attachment_image.chtml: $(PAGES_DIR)/attachment_image.html + ./filec $< data_attachment_image_html > $@ $(MASTODONT_DIR): git clone $(MASTODONT_URL) || true diff --git a/static/attachment_image.html b/static/attachment_image.html new file mode 100644 index 0000000..5aa8f1c --- /dev/null +++ b/static/attachment_image.html @@ -0,0 +1 @@ + diff --git a/static/attachments.html b/static/attachments.html new file mode 100644 index 0000000..2a56f55 --- /dev/null +++ b/static/attachments.html @@ -0,0 +1,3 @@ +
+ %s +
diff --git a/static/status.html b/static/status.html index d13f94b..c97b5c8 100644 --- a/static/status.html +++ b/static/status.html @@ -12,6 +12,7 @@ %s + %s