Mailing List Archive

New mirror: mirror.cyberbits.eu
Hi,

I've set up a new gnupg.org mirror.

The website is mirrored at <https://mirror.cyberbits.eu/gnupg.org/> and
the FTP is at <https://mirror.cyberbits.eu/gnupg.org/ftp/>

I sync every 6 hours on a random minute from rsync://ftp.gnupg.org/

I noticed that most mirrors listed at
<https://gnupg.org/download/mirrors.html> are no longer maintained so
this may need some spring cleaning.

Moreover, many links/paths on the website start with a slash (/) and
since I'm hosting the website in a sub-directory, they end up in 404s.
Ideally all links/paths should be made relative (similarly to what
torproject.org does). As a temporary workaround, I do some dirty
post-processing to fix them:

> find .../gnupg.org/ -name '*.html' \
> -exec sed -ri 's:(href|src)="/:\1="/gnupg.org/:g' {} \;

Hopefully this is the right place to post this - please point me to the
appropriate mailing list if not.

Thank you,
Cédric