Plugin Directory

Changeset 721119


Ignore:
Timestamp:
05/31/2013 11:26:43 PM (13 years ago)
Author:
Idealien
Message:

readme updates

Location:
wpml2wpmsls
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wpml2wpmsls/tags/0.1/readme.txt

    r721113 r721119  
    55Tested up to: 3.5.1
    66Stable tag: 0.1
     7License: GPLv2
    78
    89Convert posts from an existing WPML multilingual site via WP Import/Export to a WPMS (Network) with Language Switcher so easily it feels like magic!
     
    1213See <http://wordpress.org/extend/plugins/wpml2wpmsls/>
    1314
    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.
     16If you de-activate the plugin or have issues with functionality related to version updates, you get one site with multi-lingual confusion.
     17See [Getting WordPress to speak your language](http://www.slideshare.net/r3df/getting-word-press-to-speak-your-langauge/) for more details how /
     18why using a WordPress MultiSite / Network is becomming the recommended strategy for multilingual sites. At least until it is fully supported in core.
     19
     20This 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.
    1825
    1926You will need to handle conversion of any strings, .po files or other language elements separately.
     
    30371. Login to your WordPress instance as an admin user.
    31381. 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 
     391. Go to the Settings > WPML 2 WPMSLS menu.
    39401. Set the Conversion Mode to WPML and select which post type(s) you want to convert.
    40411. Press Update. All of the selected post types will have their translations associated together via meta data.
    41421. 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.
     431. Import your posts to each of your language specific WordPress Network sites.
    43441. Install, activate and configure [Multisite Language Switcher](http://wordpress.org/plugins/multisite-language-switcher/)
    44451. Install the WPML2WPMSLS plugin to your WordPRess MS / Network site.
     461. Go to the Settings > WPML 2 WPMSLS menu.
    45471. Set the Conversion Mode to WPMS and select which post type(s) you want to finish converting.
    46481. Press Update. All of the selected post types will have their associated translations restored.
     49
    4750
    4851== Help and Support ==
     
    5154
    5255== 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. =
     57Currently, 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
     58site 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
     59built 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
     60language) and import each language-based export file into the new sites before running the same steps 11 thru 13 above.
    5461
    5562== Source and Development ==
     
    7380
    7481
    75 The WP Plugin Repo also offers a convenient ticketing system for bug and
    76 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 modify
    87 it under the terms of the GNU General Public License as published
    88 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 of
    92 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    93 GNU General Public License for more details.
    94 
    95 You should have received a copy of the GNU General Public License
    96 along with this program.  If not, see <http://www.gnu.org/licenses/>.
    97 
    98 
    9982== Project History ==
    10083
  • wpml2wpmsls/trunk/readme.txt

    r721112 r721119  
    55Tested up to: 3.5.1
    66Stable tag: 0.1
     7License: GPLv2
    78
    89Convert posts from an existing WPML multilingual site via WP Import/Export to a WPMS (Network) with Language Switcher so easily it feels like magic!
     
    1213See <http://wordpress.org/extend/plugins/wpml2wpmsls/>
    1314
    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.
     16If you de-activate the plugin or have issues with functionality related to version updates, you get one site with multi-lingual confusion.
     17See [Getting WordPress to speak your language](http://www.slideshare.net/r3df/getting-word-press-to-speak-your-langauge/) for more details how /
     18why using a WordPress MultiSite / Network is becomming the recommended strategy for multilingual sites. At least until it is fully supported in core.
     19
     20This 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.
    1825
    1926You will need to handle conversion of any strings, .po files or other language elements separately.
     
    30371. Login to your WordPress instance as an admin user.
    31381. 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 
     391. Go to the Settings > WPML 2 WPMSLS menu.
    39401. Set the Conversion Mode to WPML and select which post type(s) you want to convert.
    40411. Press Update. All of the selected post types will have their translations associated together via meta data.
    41421. 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.
     431. Import your posts to each of your language specific WordPress Network sites.
    43441. Install, activate and configure [Multisite Language Switcher](http://wordpress.org/plugins/multisite-language-switcher/)
    44451. Install the WPML2WPMSLS plugin to your WordPRess MS / Network site.
     461. Go to the Settings > WPML 2 WPMSLS menu.
    45471. Set the Conversion Mode to WPMS and select which post type(s) you want to finish converting.
    46481. Press Update. All of the selected post types will have their associated translations restored.
     49
    4750
    4851== Help and Support ==
     
    5154
    5255== 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. =
     57Currently, 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
     58site 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
     59built 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
     60language) and import each language-based export file into the new sites before running the same steps 11 thru 13 above.
    5461
    5562== Source and Development ==
     
    7380
    7481
    75 The WP Plugin Repo also offers a convenient ticketing system for bug and
    76 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 modify
    87 it under the terms of the GNU General Public License as published
    88 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 of
    92 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    93 GNU General Public License for more details.
    94 
    95 You should have received a copy of the GNU General Public License
    96 along with this program.  If not, see <http://www.gnu.org/licenses/>.
    97 
    98 
    9982== Project History ==
    10083
Note: See TracChangeset for help on using the changeset viewer.