Convert WordPress Hosted Blog to BlogEngine.NET

I look at what is needed to transition from wordpress.com to BlogEngine.NET or a similar blog. I saw a tool to replace export.php so that it exports your Wordpress site in BlogML format so that it can be easily imported into BlogEngine.NET, however I would not want to need to install php / wordpress so that I can import the backup copy from wordpress.com, and then use the export from my local Wordpress to have a BlogML file.

Are there any tools that convert the wordpress file? Is there another blog that will import the wordpress file?

Change: . As for the other blog providers, I am open to them if they are based on .NET, preferably C #.

+3
source share
2 answers

Are there any tools that convert the wordpress file?

wordpress.com exports to XML, so it might be easier than using feeds or otherwise capturing html and parsing it. Navicat supports XML in PHPMyAdmin, which exports SQL.

Is there another blog that will import the wordpress file?

Are you open to using platforms other than BlogEngine?

+4
source

I don’t know a single tool, but you can analyze the contents. An example of a funny experiment;)

URL- : yourblog.wordpress.com/year/month; yourblog.wordpress.com/2009/11. div id = "content". div, , "post", href H2.

:

<div id="content">
  <div class="post-597 post hentry category-activeengine category-coaching tag-philosophy">
    <h2>
      <a title="Permalink for : More than .Net, jQuery, S3 and Corporate-Speak" href="http://activeengine.wordpress.com/2009/11/24/more-than-net-jquery-s3-and-corporate-speak/">More than .Net, jQuery, S3 and Corporate-Speak</a>
      <em>November 24, 2009</em>
    </h2>
    <em class="info"></em>
  <div class="snap_preview">
</div>
</div>
<div class="post-562 post hentry category-net category-activeengine category-linux category-mono category-new-techniques category-open-source tag-c tag-mono tag-monodevelop">

jQuery href . hrefs, , html . . , , .

+2

Source: https://habr.com/ru/post/1720094/


All Articles