Hi all,

I'm writing a script to take all posts from my old Wordpress blog, and insert them into my Typo blog.

I was just wondering does anyone know what the minimum requirements of the Typo blog system to keep everything running properly are?

I'm inserting variables for:

type = 'Article'
title
author = supplied at runtime
body
created_at = original wordpress post creation date
user_id = id of author, author will be supplied at runtime and if invalid, will fail permalink = title with spaces transformed to _, and if it already exists append an arbitrary amount of _ to the title
text_filter_id = '1' - Appears to be default value
published = '1' - Only taking published posts from previous blog
allow_pings = '0' - Appears to be default
allow_comments = '1' - Appears to be default
published_at = created_at
state = 'published'

Do I need anything more??

---

Regards,
Michael Dever


_______________________________________________
Typo-list mailing list
Typo-list@rubyforge.org
http://rubyforge.org/mailman/listinfo/typo-list

Reply via email to