Lars Pind

internet software, coaching, and entrepreneurship

Lars Pind - internet software, coaching, and entrepreneurship
Check out Coach TV, my video blog on happiness and personal development for geeks.

OpenACS to Typo

November 05, 2005 · 4 comments

I’m fiddling with an OpenACS lars-blogger to Typo converter, because I need to have my blog running Typo by Monday.

Has anyone done this already?

UPDATE: I completed it, and it turns out it wasn’t that bad. Ironically, it was much much easier than the upgrade from OpenACS 4.6 to OpenACS 5.0. Why? Because the queries for getting stuff out of the database, you can just grab from the pages, or even the error log. But inserting into the OpenACS database is a pain with multiple inserts across several tables. Much easier in Rails, where you have ActiveRecord making it trivial.

blog comments powered by Disqus

4 responses so far ↓

  • 1 Dave Bauer // Nov 05, 2005 at 03:46 PM

    Looks like they accept RSS for import. That seems like the easiest route here since you can just fiddle with the existing RSS handler, or write something that exports all the posts into RSS.
  • 2 Lars Pind // Nov 05, 2005 at 04:06 PM

    Yeah, I thought about that, but what about the comments?
  • 3 Dave Bauer // Nov 06, 2005 at 06:23 PM

    Looks like you figured it out :)
  • 4 Lars // Nov 06, 2005 at 06:54 PM

    I did :)