How one can move blog posts from blogging engine to another? Is there away to transfer posts between blog engines, blogs ... lets say from community server blog to blog engine blog vice versa? Can that be done by using OPML, rss, atom ..etc?
Asked
Active
Viewed 181 times
0
-
You didn't mention which engines you're referring to. I wrote my own for SimplePHPBlog to WordPress Converter. – Oct 19 '09 at 13:01
-
I think you would be better asking this question on www.superuser.com. StackOverflow is specifically for programming questions. Superuser is more suited for general computing questions like thi.s – Simon P Stevens Oct 19 '09 at 13:02
-
@Randolph I mentioned what engines I need community server<>blog-engine. @Simon I don't think so .. this is not a general question it needs a programming effort. There is no out-of the box way to do that and I am seeking for the best way to use. I can write my custom code to import/export data between the different database, but I am wondering if there is any way using those protocols? – Huthaifa Afanah Oct 19 '09 at 13:06
-
Looks like this is a one-off task to migrate a blog. If so, then just write something that works without being pretty, probably in a nice simple scripting language :) – workmad3 Oct 19 '09 at 13:12
-
Community server? That's a blog engine? For me, a blog engine is Wordpress, Serendipity, DotClear, etc. If you mean to do a transfer between two servers running the same blog software, you should indicate it. – PhiLho Oct 19 '09 at 13:17
-
@PhiLho - couldn't have said it better. – Oct 19 '09 at 13:26
3 Answers
1
Okay ... I found this standerd "Blogml" which could be used and I found a converters for transfering blog posts between applications at CodePlex

Huthaifa Afanah
- 189
- 1
- 7
1
The Data Liberation Front has converters: http://code.google.com/p/google-blog-converters-appengine/
Converts between WordPress, Blogger, MovableType, and LiveJournal.
Sometimes blogging software has an importer and exporter for one of these formats, so you could use one of them as an intermediate.

stesch
- 7,202
- 6
- 47
- 62
0
Use the Export/Import functionalities, if you're using a wordpress enabled blog.

rmn
- 2,386
- 1
- 14
- 21