I'm planning to migrate my blog from b2evolution to Something Completely Different (to be determined). It's unlikely that I'll use an automated import or conversion utility.
I want to extract all the Permalink URLs and associate them with the post titles, in order to make it easier to create a redirect file.
My old blog will be inaccessible after the conversion, so I won't be able to refer to it.
Is there an easy way to do this? (I could write something by hand with HTMLAgilityPack, but that would take hours.)
Alternately, is there a quick way to create an offline copy of the (dynamic PHP) site with the URLs preserved?