This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/attic-docker.git
The following commit(s) were added to refs/heads/main by this push:
new 2581fc7 More docco [skip ci]
2581fc7 is described below
commit 2581fc734dfebb1803285535918b9def1d54a0ff
Author: Sebb <[email protected]>
AuthorDate: Fri Oct 3 14:41:41 2025 +0100
More docco [skip ci]
---
README.md | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index f64144e..d1e7127 100644
--- a/README.md
+++ b/README.md
@@ -14,8 +14,13 @@ https://infra-reports.apache.org/#sitesource
Some sites are served from a subdir of the repository, e.g.
/path/to/repo/content
This is shown as /path/to/website in the following descriptions
-To enable/disable the Attic banner, create/delete the directory:
-/path/to/website/_ATTIC
+To enable/disable the Attic banner, create/delete the directory (not a file!):
+`mkdir /path/to/website/_ATTIC`
+
+If the banner does not display correctly (e.g. it may be partially hidden
under the menu bar),
+you can try to see if any of the existing filter overrides work. Just use the
relevant sitename
+in the docker command below instead of the target sitename.
+You can quickly check all the existing overrides using this method.
To process download cgi pages, you will need access to
the closer_cgi/files directory in the private infrastructure-p6 repository.