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
anyone know about this?
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: anyone know about this?
Doesn't your old blog have a RSS feed? You could import your RSS feed?
(I don't know blurty...)
Regards,
Garvin
(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/
# 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/
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: ah well..
Never heard of "BML". What does it look like?
Regards,
Garvin
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/
# 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/
BML = bean markup language
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.
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
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
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/
# 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/
it's alright thanks
maybe i'll try creating a php script that can convert that...
but like you said... the language is dead.
but like you said... the language is dead.