SMW Import
开发者 |
chherbst
|
更新时间 |
2011年7月13日 23:27 |
PHP版本: |
3.0.0 及以上 |
WordPress版本: |
3.2 |
详情介绍:
This plugin synchronizes information of an Semantic Media Wiki
with a wordpress blog.
It is supposed to be used in production without any downtime of the site.
The way SMW data is imported can be configured using a simple php mapping array.
Until now it supports importing poss, categories, attachments, meta data,
links and full galleries.
Only data which has actually changed will be imported, thus minimizing the
time on successive imports.
The supported import format is JSON. Thus it could also be used
for data sources other than Semantic Media Wikis, as long as they export their
data in JSON format.
安装:
- Upload
smw-import
to the /wp-content/plugins/
directory
- Activate the plugin through the 'Plugins' menu in WordPress
- Add data sources in the admin page
- Edit and adjust the mapping in the
smwimport-mapping.php
file