WP_Wiki_Sync
Tools
Open Source
Sync
WordPress
WPSync: WordPress MediaWiki Content Sync
Overview
WPSync is a WordPress plugin designed to synchronize WP content using the MediaWiki Action API web service.
This service allows access to some wiki-features like authentication, page operations, and search. For documentation on available
endpoints, visit MediaWiki:API.
Installation
-
Upload
cscan-forum-api.php
to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress.
- Ensure dependent plugins are installed.
-
Configure
/admin/settings.json
to match the MediaWiki content types. - Create post categories for each post content type.
Features
- Automates content synchronization between WP and MediaWiki database.
- Allows cron-scheduled updates to generate WP posts from imported data.
-
Uses an external JSON file
/admin/settings.json
to configure custom fields associated with different WP posts differentiated by post categories. -
Uses ACF plugin to manage custom fields defined in
/admin/settings.json
. - Includes bilingual (French/English) option (using Polylang).