From d23d10fc6632a39516e329260732835ede760f7b Mon Sep 17 00:00:00 2001 From: Adam Monsen Date: Thu, 17 Feb 2022 13:33:55 -0800 Subject: [PATCH] add UI button documentation from issue #930 --- Usage.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Usage.md b/Usage.md index 91dd493..801d0de 100644 --- a/Usage.md +++ b/Usage.md @@ -132,6 +132,18 @@ Click the Favicon under the "Files" column to go to the details page for each li +### Explanation of buttons in the web UI - admin snapshots list + +A logged-in admin user may perform these operations on one or more snapshots: + +- Search (tbd) +- Tags - tag or un-tag snapshots +- Title Pull the title ( redownload if it was missing, or the title has changed ) +- Pull Download missing/failed outputs/extractors methods ( pdf, wget... etc). Maybe because download failed or interrupted by a reboot or something. This is the default behavior when you add new URL, they will get pulled automatically. https://github.com/ArchiveBox/ArchiveBox#output-formats +- Re-Snapshot As the name suggests, re-download the page as a separated unique page. Not the same as pull, this one will create a separate entry, and the page is treated as a new URL ending with the date and time #2020-10-24-08:00 https://github.com/ArchiveBox/ArchiveBox#saving-multiple-snapshots-of-a-single-url +- Reset Delete all type of output and redownload them. In the contrary of snapshot, this will overwrite the files. +- Reset Delete a snapshot entirely. This action cannot be undone. + ## Disk Layout The `OUTPUT_DIR` folder (usually whatever folder you run the `archivebox` command in), contains the UI HTML and archived data with the structure outlined below.