update HEADER.html to new layout

This commit is contained in:
Tobias Powalowski 2024-03-18 09:27:26 +01:00
parent c476edd12d
commit 6e39ad5fbd
5 changed files with 7 additions and 3 deletions

View file

@ -5,7 +5,9 @@
# copy header and footer for autoindex litespeed webserver
# header is placed in plain text on top
# readme is placed in plain text on bottom
for i in $(find public_html/*/ -type d); do
cp lsws-header.html ${i}/HEADER.html
for i in src pkg release; do
for k in $(find public_html/${i}/ -type d); do
cp lsws-header-${i}.html ${k}/HEADER.html
done
done
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -0,0 +1 @@
Archboot - Package Repository | (c) 2006 - 2024 | Tobias Powalowski | Arch Linux Developer tpowa

View file

@ -0,0 +1 @@
Archboot - Release CDN Mirror | (c) 2006 - 2024 | Tobias Powalowski | Arch Linux Developer tpowa

View file

@ -0,0 +1 @@
Archboot - Sources | (c) 2006 - 2024 | Tobias Powalowski | Arch Linux Developer tpowa

View file

@ -1 +0,0 @@
Archboot - GeoIP Mirror | (c) 2006 - 2024 | Tobias Powalowski | Arch Linux Developer tpowa