anyone know about this?

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
kjoker
Regular
Posts: 26
Joined: Fri May 13, 2005 4:32 pm

anyone know about this?

Post by kjoker »

Hiya,

I just installed Serendipity and converted some of my blog archives. It works fine. But having a problem with my old archive from blurty. Anyone know how to import bml to serendipity??

I've been trying to locate a tool that save bml to xml but can't find any. and i read that bml has retired in the IBM news.

thanks
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: anyone know about this?

Post by garvinhicking »

Doesn't your old blog have a RSS feed? You could import your RSS feed?

(I don't know blurty...)

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
kjoker
Regular
Posts: 26
Joined: Fri May 13, 2005 4:32 pm

ah well..

Post by kjoker »

just my luck. at that time..there wasn't RSS in blurty. Only has the bml export. Damn.. i already closed that account like 3 years ago :p

only kept the bml file
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: ah well..

Post by garvinhicking »

Never heard of "BML". What does it look like?

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
kjoker
Regular
Posts: 26
Joined: Fri May 13, 2005 4:32 pm

BML = bean markup language

Post by kjoker »

it's a javabean code. the exported file it looks like this:

itemid,eventtime,logtime,subject,event,security,allowmask,current_music,current_mood
650,2005-05-13 14:27:00,2005-05-13 09:27:12,test2,test2,public,0,,accomplished
958,2005-05-13 14:27:00,2005-05-13 09:28:35,test2,test2,public,0,,accomplished
466,2005-05-13 14:10:00,2005-05-13 09:11:06,test,test,public,0,,accomplished

the top line is the variable names for the categories in the blog

I think you've seen this format before :)
650 - itemid
2005-05-13 - eventtime
2005-05-13 09:27:12 - logtime
.
.
.
and so forth

the thing is...some of these blogs still uses bml to export stuff. IBM already announced it that BML is dead.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: BML = bean markup language

Post by garvinhicking »

Hm, okay. Well, if you're a bit familar with PHP you could be able to write an importer for that stuff. However I can't offer you help for this, if it's a dead format it would be too much work...

Best regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
kjoker
Regular
Posts: 26
Joined: Fri May 13, 2005 4:32 pm

it's alright thanks

Post by kjoker »

maybe i'll try creating a php script that can convert that...
but like you said... the language is dead.
Post Reply