B2evolution/导入文章和评论
来自站长百科
B2evolution内置有导入功能,利用该功能,你可以使用或者修改后来从你的其他博客系统中导入数据。
从Movable Type中导入[ ]
- 使用Movable Type的导出功能,将所有的文章和评论以.txt格式的文件导出。
- 将.txt文件上传到主机上的/admin目录下;
- 在你的b2evolution后台中,找到Tools标签,点击其中的MT Migration Utility工具,进行导入;
从Live Journal中导入[ ]
B2evolution自带有从Wordpress等博客引擎中导入数据的方法,而从LiveJournal导入的数据的方法,是B2evolution的用户在Movable Type导入工具的基础上修改的。 安装:
- 首先下载这个文件:import-lj.txt;
- 然后将.txt扩展名从文件名中移除,而加上.php扩展名,然后上传到你的服务器上的b2evolution下的/admin目录中;
- 然后找到admin目录下的tools.php文件,添加上下面代码,然后保存:
<div class="panelblock"> <h2><?php echo T_('LiveJournal Import') ?></h2> <ol> <li>Use LiveJournal's <a href="http://www.livejournal.com/support/faqbrowse.bml?faqid=8&q=export" title="LiveJournal documentation for exporting posts">export functionality</a> to create an XML file containing your posts. <ul><li>Exports done in this way will not include comments.</li> <li>LiveJournal's export page creates a separate file for each month, requiring you to run the importer multiple times</li> <li>To get an one XML file with all of your posts and comments, use <a href="http://sourceforge.net/projects/ljarchive">ljArchive</a></li> <li>This importer is compatible with either method</li> </ul> </li> <li>Place the XML file in the /admin folder on your server</li> <li>Follow the instructions in the <a href="import-lj.php">LiveJournal migration utility</a>.</li> </ol> </div>
使用: 进行上面的导入工具安装后,你在B2evolution后台的Tools标签中就会看到你安装的工具。
首先使用ljArchive从LiveJournal中获得XML备份文件,LiveJournal有自己的导出页面,但是其每月只进行一次归档,并且不包含评论。ljArchive是一个很好的方法,但是导入工具也可以与其他方法一起配合使用。
然后将XML文件上传到admin目录下,接着在后台运行导入工具,你将可以为这些将要导入的文章选择作者和分类;
参考来源[ ]
B2evolution使用手册导航 | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|