I'm in the process of writing a converter now. Rather than screwing around with regular expressions and getting things wrong, I'm using an actual HTML parser for most of the work.
I'm dealing with image tags now, which I'm trying to upgrade to HTTPS wherever possible. That will avoid some mixed-content warnings when Bob enables SSL on his domain, hint hint. We also need to figure out what our syntax will be for embedding youtube. it doesn't look too hard to create custom MyCode for that.
I'd say I'm about 90% done with the conversion, and therefore just started on the second 90%.-- ?×V
I'm dealing with image tags now, which I'm trying to upgrade to HTTPS wherever possible. That will avoid some mixed-content warnings when Bob enables SSL on his domain, hint hint. We also need to figure out what our syntax will be for embedding youtube. it doesn't look too hard to create custom MyCode for that.
I'd say I'm about 90% done with the conversion, and therefore just started on the second 90%.-- ?×V