blogifierdotnet / Blogifier

Blogifier is an open-source publishing platform Written in ASP.NET and Blazor WebAssembly. With Blogifier make a personal blog or a website.
https://blogifier.net
MIT License
1.28k stars 518 forks source link

Import BlogML OPML #209

Closed Geekays closed 3 years ago

Geekays commented 4 years ago

A great blog app. I am replacing my blogengine.NET with this now.

But how to migrate the data from the earlier one to this? any BlogML export/import?

rxtur commented 4 years ago

You should be able to pull RSS feed from Blogengine to Blogifier.SPA version using this. The resulting database should work fine for any Blogifier flavor, including Blazor/MVC.

Geekays commented 4 years ago

You should be able to pull RSS feed from Blogengine to Blogifier.SPA version using this. The resulting database should work fine for any Blogifier flavor, including Blazor/MVC.

I tried that and raised another issue in Blogifier.SPA

I see Error 500. Attached the log file in that issue already.