This repository has been archived by the owner on Nov 28, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathreadme.txt
73 lines (51 loc) · 3.91 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
=== WPML to MultilingualPress ===
Contributors: inpsyde, Bueltge, nullbyte, derpixler, dnaber-de
Tags: WPML, convert, export, import, migration, l10n, i18n, bilingual, international, internationalization, lang, language, localization, multilanguage, multi language, multilingual, multi lingual, multisite, switcher, translation, website translation, wordpress translation, network, categories, taxonomy, wxr
Requires at least: 4.4
Tested up to: 4.7.1
Stable tag: 2.0.0
Convert posts from an existing WPML multilingual site via WXR Export/Import for MultilingualPress
== Description ==
> **Note:** This plugin requires PHP 5.4 or higher to be activated.
= Please note =
This plugin is considered a **tool for developers and advanced users**. It is not a feature plugin for daily use. You can use the plugin, but **make a full backup** of your entire system and make sure you can role back easily! Please give us feedback if you see problems. The best way for feedback is an issue on the repository on
**Checkout our GitHub Repository** [github.com/inpsyde/wpml2mlp](https://github.com/inpsyde/wpml2mlp/issues).
At the moment there's a **known issue** with the scalability which is addressed in the ongoing refactoring. If you're in doubt whether to use the plugin or not, please ask before.
**Please note**: This is **not WPML**! We are not the developer of WPML itself and thus we can't provide any kind of support for WPML.
= What and why? =
If a WordPress site is translated with the WPML Plugin, each translated entry is stored as a separate posts and some custom tables are used to connect the translations. Now if you de-activate the WPML Plugin or have issues with functionality related to version updates, you get a WordPress site with multilingual confusion. This plugin migrates all data from WPML and creates a new WordPress network site out of each single language with use of [MultilingualPress](https://wordpress.org/plugins/multilingual-press/) plugin and also with the possibilty of a [Premium Support](http://multilingualpress.org/).
This migration plugin:
* Converts the WPML translation records to default core posts or post types
* It creates the relationship about the languages inside the network of the Multisite with the [MultilingualPress](https://wordpress.org/plugins/multilingual-press/) plugin
* Helps to export/import your data to your new WPMS site.
* Use WXR (WordPress eXtended Rss) format as Export file
* Restores the meta data back to posts and their meta data so that [MultilingualPress](https://wordpress.org/plugins/multilingual-press/) will recognize all your translations.
[MultilingualPress](https://wordpress.org/plugins/multilingual-press/) connects multiple sites as language alternatives in a multisite. Use a customizable widget or Nav Menu to link to all sites.
We cannot guarantee free ad hoc support. Please be patient, we are a small team.
= How to use =
[vimeo http://vimeo.com/199317177]
== Screenshots ==
1. Export: Tools -> Export -> WPML Export
2. Import: WPCLI
== Installation ==
= Requirements =
* WordPress Multisite 4.4+
* PHP 5.4.0, newer PHP versions will work faster.
* [MultilingualPress](https://wordpress.org/plugins/multilingual-press/) plugin
Use the installer via back-end of your install or ...
1. Unpack the download-package.
2. Upload the files to the `/wp-content/plugins/` directory.
3. Single Site: Activate the plugin through the **Plugins** menu in WordPress and click **Activate**
4. See the [Other Notes](https://wordpress.org/plugins/wpml-to-multilingualpress/other_notes/) for a screencast or/and read the [detailed documentation](https://github.com/inpsyde/wpml2mlp/wiki).
== Changelog ==
= 2.0.0 (01/13/2017) =
* Add Export UI for export wpml
* change export type from xliff to wxr
* refactor the importer
* Fix a lot of bug
= 1.0.0 (09/24/2015) =
* Lot of tester - stable release
* Add move of categories
* Bugfixes and maintenance
= 0.1 Beta (10/25/2014) =
* First public release, but Beta version