From 704e87546ef7bea48979fc0b7cb36512ef4af9fb Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Sun, 23 Oct 2022 18:21:30 +0100 Subject: [PATCH] create /danger/snapshots.html template. This is just the HTML template. The back-end (I.E. defroute in web.lisp) is not implemented at the time of this commmit. --- templates/danger/snapshots.html | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 templates/danger/snapshots.html diff --git a/templates/danger/snapshots.html b/templates/danger/snapshots.html new file mode 100644 index 0000000..f89478f --- /dev/null +++ b/templates/danger/snapshots.html @@ -0,0 +1,23 @@ +{% extends "layouts/default.html" %} +{% block title %}Nicola Ellis & Ritherdon Archive{% endblock %} +{% block content %} +
+

Snapshots (not Back-ups)

+

+ Warning: Restoring the website from a snapshot will + delete all data added to the website after the Snapshot was taken. +

+

+ Below is a collection of Snapshots taken of the website's data (database, + Pages, Archive Entries and Storage Files). You can download them or + restore the website from a snapshot. +

+

+ Note: + These Snapshots are not a back-up. If the server goes down, the + Snapshots go with it. I recommend you download the Snapshots at regular + intervals and use those as the site's back-ups. +

+ +
+{% endblock %}