Migrating blogger to roller

View: New views
3 Messages — Rating Filter:   Alert me  

Migrating blogger to roller

by Rafiki Zawadi :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,
Can someone provide the various steps required to move Blogger to Apache
Roller?
Thanks,
Ann

Re: Migrating blogger to roller

by Dave-401 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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
>

Re: Migrating blogger to roller

by Rafiki Zawadi :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Dave--thanks.  I will try these steps.
Ann

On Thu, Jul 2, 2009 at 5:58 PM, Dave <snoopdave@...> wrote:

> 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
> >
>