in reply to Re: RFC: Name and/or API for module ("HTML::RewriteURLs")
in thread RFC: Name and/or API for module ("HTML::RewriteURLs")

Hmm - I'm not too fond of "RelocateRelativeURL" because it's unwieldly, but maybe just HTML::MakeRelativeURL is good enough. The function names will need a good new name but that should come once I've found the module name ;)

Replies are listed 'Best First'.
Re^3: RFC: Name and/or API for module ("HTML::RewriteURLs")
by shmem (Chancellor) on Jul 25, 2015 at 10:48 UTC

    Ok - next shot: HTML::RebaseURL. How's that?

    update:Golfed down a bit: HTML::Rebase might suffice.

    perl -le'print map{pack c,($-++?1:13)+ord}split//,ESEL'

      First thing that came to me as well was something Rebase. I like HTML::LocalizeURLs or HTML::URLLocalize as well.

      -stevieb

        "Localize" evokes the notion of Unicode & locale settings first to me, not knowing anything else (but I do know by now) about the module.