文件名称:wp2ghost:将wordpress XML导出数据转换成ghost可以导入的JSON文件
文件大小:43KB
文件格式:ZIP
更新时间:2024-08-02 05:07:22
JavaScript
wp2ghost 将 wordpress XML 导出数据(WordPress eXtended RSS 或 WXR)转换为 ghost 可以导入的 JSON 文件 ##系统要求 需要 nodejs 0.10 或更高版本 ##安装 运行npm install -g wp2ghost 对于 linux,可能需要sudo npm install -g wp2ghost 或者,你可以 下载并解压。 在包文件夹中运行npm install ##转换 转到 Wordpress - 工具 - 全部导出,获取 backup.xml 运行wp2ghost backup.xml ,将在同一目录中创建一个 'backup.xml.json' 文件仅当您使用第二种安装方法时才运行node wp2ghost backup.xml如果您使用的是 Debian,则运行nodejs wp2ghost bac
【文件预览】:
wp2ghost-master
----.gitignore(30B)
----package.json(782B)
----.travis.yml(49B)
----wp2ghost.js(8KB)
----README.md(1KB)
----test()
--------wptest.xml(468KB)