Changeset 721119
- Timestamp:
- 05/31/2013 11:26:43 PM (13 years ago)
- Location:
- wpml2wpmsls
- Files:
-
- 2 edited
-
tags/0.1/readme.txt (modified) (5 diffs)
-
trunk/readme.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wpml2wpmsls/tags/0.1/readme.txt
r721113 r721119 5 5 Tested up to: 3.5.1 6 6 Stable tag: 0.1 7 License: GPLv2 7 8 8 9 Convert posts from an existing WPML multilingual site via WP Import/Export to a WPMS (Network) with Language Switcher so easily it feels like magic! … … 12 13 See <http://wordpress.org/extend/plugins/wpml2wpmsls/> 13 14 14 [WPML](http://wpml.org) stores each entry as a separate post and uses some custom tables to connect the translations. If you de-activate the plugin or have issues with functionality related to version updates, you get one site with multi-lingual confusion. See [Getting WordPress to speak your language](http://www.slideshare.net/r3df/getting-word-press-to-speak-your-langauge/) for more details how / why using a WordPress MultiSite / Network is becomming the recommended strategy for multilingual sites. At least until it is fully supported in core. This plugin: 15 * Converts the WPML translation records into meta fields on actual posts or post types 16 * Helps with the export/import to your new WPMS site the data. 17 * Restores the meta data back to options so that [Multisite Language Switcher](http://wordpress.org/plugins/multisite-language-switcher/) will recognize all your translations. 15 [WPML](http://wpml.org) stores each entry as a separate post and uses some custom tables to connect the translations. 16 If you de-activate the plugin or have issues with functionality related to version updates, you get one site with multi-lingual confusion. 17 See [Getting WordPress to speak your language](http://www.slideshare.net/r3df/getting-word-press-to-speak-your-langauge/) for more details how / 18 why using a WordPress MultiSite / Network is becomming the recommended strategy for multilingual sites. At least until it is fully supported in core. 19 20 This plugin: 21 22 * Converts the WPML translation records into meta fields on actual posts or post types 23 * Helps with the export/import to your new WPMS site the data. 24 * Restores the meta data back to options so that [Multisite Language Switcher](http://wordpress.org/plugins/multisite-language-switcher/) will recognize all your translations. 18 25 19 26 You will need to handle conversion of any strings, .po files or other language elements separately. … … 30 37 1. Login to your WordPress instance as an admin user. 31 38 1. Activate the plugin through the 'Plugins' menu in WordPress. 32 1. Follow the rest of the Using WPML2WPMSLS instructions. 33 34 35 == Using WPML2WPMSLS == 36 37 Ensure you have installed and activated the plugin on a WPML-based site. Then: 38 39 1. Go to the Settings > WPML 2 WPMSLS menu. 39 40 1. Set the Conversion Mode to WPML and select which post type(s) you want to convert. 40 41 1. Press Update. All of the selected post types will have their translations associated together via meta data. 41 42 1. Export your post type(s) using the [WordPress export](http://codex.wordpress.org/Tools_Export_Screen). 42 1. Import your posts to your WordPress MS / Network.43 1. Import your posts to each of your language specific WordPress Network sites. 43 44 1. Install, activate and configure [Multisite Language Switcher](http://wordpress.org/plugins/multisite-language-switcher/) 44 45 1. Install the WPML2WPMSLS plugin to your WordPRess MS / Network site. 46 1. Go to the Settings > WPML 2 WPMSLS menu. 45 47 1. Set the Conversion Mode to WPMS and select which post type(s) you want to finish converting. 46 48 1. Press Update. All of the selected post types will have their associated translations restored. 49 47 50 48 51 == Help and Support == … … 51 54 52 55 == TO-DO's == 53 * Complete the enhancements for WordPress export. Currently, if you have 100 posts translated into 3 languages, you would export all posts once, import that same .xml file into 3 sites and delete the 200 from each site which are not the corresponding language. Then, you would be able to run steps 7 and 8 of the usage instructions above. With an enhanced WordPress export feature built into this plugin you would be able to specify the language for export to filter files. In that same scenario, you would run 3 exports (100 posts each of unique language) and import each language-based export file into the new sites before running the same steps 7 and 8 above. 56 = Complete the enhancements for WordPress export. = 57 Currently, if you have 100 posts translated into 3 languages, you would export all posts once, import that same .xml file into 3 sites and delete the 200 from each 58 site which are not the corresponding language. Then, you would be able to run steps 7 and 8 of the usage instructions above. With an enhanced WordPress export feature 59 built into this plugin you would be able to specify the language for export to filter files. In that same scenario, you would run 3 exports (100 posts each of unique 60 language) and import each language-based export file into the new sites before running the same steps 11 thru 13 above. 54 61 55 62 == Source and Development == … … 73 80 74 81 75 The WP Plugin Repo also offers a convenient ticketing system for bug and76 task tracking.77 78 * Existing tickets: <http://dev.wp-plugins.org/query?status=new&status=assigned&status=reopened&group=priority&component=wpml2wpmsls&order=priority>79 * Open a new ticket: <http://dev.wp-plugins.org/newticket>80 81 82 == License ==83 84 [General Public License](http://www.gnu.org/licenses/gpl.html)85 86 WPML2WPMSLS is free software: you can redistribute it and/or modify87 it under the terms of the GNU General Public License as published88 by the Free Software Foundation.89 90 WPML2WPMSLS is distributed in the hope that it will be useful,91 but WITHOUT ANY WARRANTY; without even the implied warranty of92 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the93 GNU General Public License for more details.94 95 You should have received a copy of the GNU General Public License96 along with this program. If not, see <http://www.gnu.org/licenses/>.97 98 99 82 == Project History == 100 83 -
wpml2wpmsls/trunk/readme.txt
r721112 r721119 5 5 Tested up to: 3.5.1 6 6 Stable tag: 0.1 7 License: GPLv2 7 8 8 9 Convert posts from an existing WPML multilingual site via WP Import/Export to a WPMS (Network) with Language Switcher so easily it feels like magic! … … 12 13 See <http://wordpress.org/extend/plugins/wpml2wpmsls/> 13 14 14 [WPML](http://wpml.org) stores each entry as a separate post and uses some custom tables to connect the translations. If you de-activate the plugin or have issues with functionality related to version updates, you get one site with multi-lingual confusion. See [Getting WordPress to speak your language](http://www.slideshare.net/r3df/getting-word-press-to-speak-your-langauge/) for more details how / why using a WordPress MultiSite / Network is becomming the recommended strategy for multilingual sites. At least until it is fully supported in core. This plugin: 15 * Converts the WPML translation records into meta fields on actual posts or post types 16 * Helps with the export/import to your new WPMS site the data. 17 * Restores the meta data back to options so that [Multisite Language Switcher](http://wordpress.org/plugins/multisite-language-switcher/) will recognize all your translations. 15 [WPML](http://wpml.org) stores each entry as a separate post and uses some custom tables to connect the translations. 16 If you de-activate the plugin or have issues with functionality related to version updates, you get one site with multi-lingual confusion. 17 See [Getting WordPress to speak your language](http://www.slideshare.net/r3df/getting-word-press-to-speak-your-langauge/) for more details how / 18 why using a WordPress MultiSite / Network is becomming the recommended strategy for multilingual sites. At least until it is fully supported in core. 19 20 This plugin: 21 22 * Converts the WPML translation records into meta fields on actual posts or post types 23 * Helps with the export/import to your new WPMS site the data. 24 * Restores the meta data back to options so that [Multisite Language Switcher](http://wordpress.org/plugins/multisite-language-switcher/) will recognize all your translations. 18 25 19 26 You will need to handle conversion of any strings, .po files or other language elements separately. … … 30 37 1. Login to your WordPress instance as an admin user. 31 38 1. Activate the plugin through the 'Plugins' menu in WordPress. 32 1. Follow the rest of the Using WPML2WPMSLS instructions. 33 34 35 == Using WPML2WPMSLS == 36 37 Ensure you have installed and activated the plugin on a WPML-based site. Then: 38 39 1. Go to the Settings > WPML 2 WPMSLS menu. 39 40 1. Set the Conversion Mode to WPML and select which post type(s) you want to convert. 40 41 1. Press Update. All of the selected post types will have their translations associated together via meta data. 41 42 1. Export your post type(s) using the [WordPress export](http://codex.wordpress.org/Tools_Export_Screen). 42 1. Import your posts to your WordPress MS / Network.43 1. Import your posts to each of your language specific WordPress Network sites. 43 44 1. Install, activate and configure [Multisite Language Switcher](http://wordpress.org/plugins/multisite-language-switcher/) 44 45 1. Install the WPML2WPMSLS plugin to your WordPRess MS / Network site. 46 1. Go to the Settings > WPML 2 WPMSLS menu. 45 47 1. Set the Conversion Mode to WPMS and select which post type(s) you want to finish converting. 46 48 1. Press Update. All of the selected post types will have their associated translations restored. 49 47 50 48 51 == Help and Support == … … 51 54 52 55 == TO-DO's == 53 * Complete the enhancements for WordPress export. Currently, if you have 100 posts translated into 3 languages, you would export all posts once, import that same .xml file into 3 sites and delete the 200 from each site which are not the corresponding language. Then, you would be able to run steps 7 and 8 of the usage instructions above. With an enhanced WordPress export feature built into this plugin you would be able to specify the language for export to filter files. In that same scenario, you would run 3 exports (100 posts each of unique language) and import each language-based export file into the new sites before running the same steps 7 and 8 above. 56 = Complete the enhancements for WordPress export. = 57 Currently, if you have 100 posts translated into 3 languages, you would export all posts once, import that same .xml file into 3 sites and delete the 200 from each 58 site which are not the corresponding language. Then, you would be able to run steps 7 and 8 of the usage instructions above. With an enhanced WordPress export feature 59 built into this plugin you would be able to specify the language for export to filter files. In that same scenario, you would run 3 exports (100 posts each of unique 60 language) and import each language-based export file into the new sites before running the same steps 11 thru 13 above. 54 61 55 62 == Source and Development == … … 73 80 74 81 75 The WP Plugin Repo also offers a convenient ticketing system for bug and76 task tracking.77 78 * Existing tickets: <http://dev.wp-plugins.org/query?status=new&status=assigned&status=reopened&group=priority&component=wpml2wpmsls&order=priority>79 * Open a new ticket: <http://dev.wp-plugins.org/newticket>80 81 82 == License ==83 84 [General Public License](http://www.gnu.org/licenses/gpl.html)85 86 WPML2WPMSLS is free software: you can redistribute it and/or modify87 it under the terms of the GNU General Public License as published88 by the Free Software Foundation.89 90 WPML2WPMSLS is distributed in the hope that it will be useful,91 but WITHOUT ANY WARRANTY; without even the implied warranty of92 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the93 GNU General Public License for more details.94 95 You should have received a copy of the GNU General Public License96 along with this program. If not, see <http://www.gnu.org/licenses/>.97 98 99 82 == Project History == 100 83
Note: See TracChangeset
for help on using the changeset viewer.