« Return to Thread: Migrating blogger to roller

Re: Migrating blogger to roller

by Dave-401 :: Rate this Message:

Reply to Author | View in Thread

You should be able to copy your blog entries from Blogger to a Roller
instance, but you'll have to write some code. The steps would be:

Write a program that:
- connects to Blogger via GData/AtomPub API
- connects to Roller using either MetaWeblog or AtomPub API
- for each entry in Blogger, post to Roller

There are some examples of AtomPub and XML-RPC API usage in the ROME
Propono project, also in my book RSS and Atom in Action.

Hope that helps.

- Dave



On Wed, Jul 1, 2009 at 1:45 PM, Rafiki Zawadi<rafikizawadi@...> wrote:
> Hi,
> Can someone provide the various steps required to move Blogger to Apache
> Roller?
> Thanks,
> Ann
>

 « Return to Thread: Migrating blogger to roller