in reply to RFC: Module to take a title and generate the core bit of the URL

I'm not sure how well it works for your specs, for example, it doesn't downgrade UTF-8 to its asciificated equivalents, but String::Dirify claims to come from the Movable Type codebase. I'm not aware of any other module and wrote my own ad-hoc solution, so if String::Dirify doesn't suit your needs, maybe writing your own module isn't that out of the question.

  • Comment on Re: RFC: Module to take a title and generate the core bit of the URL

Replies are listed 'Best First'.
Re^2: RFC: Module to take a title and generate the core bit of the URL
by SilasTheMonk (Chaplain) on Jul 15, 2010 at 11:09 UTC

    Thanks. That was quick. It looks good enough though I am not quite ready to try it out. I guess if I have find a real issue with it I can try and submit those as change requests.

    Edit: I am trying it out now. So far it is doing more good than harm. ;-)