indie-wiki-buddy
indie-wiki-buddy copied to clipboard
Add support for filtering article names during redirection
The Star Trek Online Fandom wiki has some basic information saved in "/Info" subpages (for example, see Adapted_M.A.C.O._Phaser_Pulsewave_Rifle/Info. The destination wiki (https://stowiki.net/) has no such /Info
pages. These Fandom /Info
pages do show up in search results, and the resulting redirection by IWB hits a dead end.
To resolve this, we may want to add support for filtering and/or transforming article names. We could, for example, have a origin_filter_regex
property. The value would be a regular expression that is removed from article names before redirecting. For STO Wiki, the value would be \/Info$
.