From d8daf28eff7f7e0a4203f6ca5e294667e013b4ee Mon Sep 17 00:00:00 2001 From: Ken Fallon Date: Fri, 27 Dec 2024 11:32:23 +0100 Subject: [PATCH] Documenting upload and host table --- workflow/directory-structure.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/workflow/directory-structure.md b/workflow/directory-structure.md index 14a57c1..37ce6fa 100644 --- a/workflow/directory-structure.md +++ b/workflow/directory-structure.md @@ -73,9 +73,9 @@ Host Images/Avatars, can either be: Local Images uploaded when the host submits or edits their profile. -Gravatar Images downloaded periodically by the Janitors and copied to the file store on the [origin server](https://en.wikipedia.org/wiki/Upstream_server). +Gravatar Images downloaded periodically by the Janitors and copied to the file store on the [origin server](https://en.wikipedia.org/wiki/Upstream_server). -Default Images added by [hpr_generator](https://repo.anhonesthost.net/HPR/hpr_generator/src/branch/main/public_html/images/hosts) when the host has no other image. +[Default Images](https://repo.anhonesthost.net/HPR/hpr_generator/src/branch/main/public_html/images/hpr_logo.png) added by [hpr_generator](https://repo.anhonesthost.net/HPR/hpr_generator/src/branch/main/templates/shared-avatar.tpl.html) when the host has no other image. All the images are [currently](https://repo.anhonesthost.net/HPR/hpr_generator/issues/234) stored in the [hpr_generator](https://repo.anhonesthost.net/HPR/hpr_generator/src/branch/main/public_html/images/hosts) repository, and get transferred to the server using [hpr-publish.bash](https://repo.anhonesthost.net/HPR/hpr-tools/src/branch/main/workflow/hpr-publish.bash).