I think there are a few missing aliases. When I fire up the I2P easy installer, the welcome workflow points to https://i2p.net/htproxyports, which 302 redirects to https://i2p.net/en/htproxyports, which serves up a 404.
The old website had an alias for this page: https://github.com/i2p/i2p.www/blob/3afd7340f51d53e407986e2d2ca9cf004b708b35/i2p2www/legacy.py#L77
I was going to just add the missing aliases from that old LEGACY_PAGES_MAP list, but it seems there is an add_aliases.py script in this new codebase. Only problem is when I run that script it seems to edit 55 files. Should I add the missing aliases to the script, run it, then PR the full result? Or is the script no longer the way to add aliases, and I should just add them directly?
I think there are a few missing aliases. When I fire up the I2P easy installer, the welcome workflow points to https://i2p.net/htproxyports, which 302 redirects to https://i2p.net/en/htproxyports, which serves up a 404.
The old website had an alias for this page: https://github.com/i2p/i2p.www/blob/3afd7340f51d53e407986e2d2ca9cf004b708b35/i2p2www/legacy.py#L77
I was going to just add the missing aliases from that old
LEGACY_PAGES_MAPlist, but it seems there is anadd_aliases.pyscript in this new codebase. Only problem is when I run that script it seems to edit 55 files. Should I add the missing aliases to the script, run it, then PR the full result? Or is the script no longer the way to add aliases, and I should just add them directly?