Plugin Directory

Changeset 958554


Ignore:
Timestamp:
08/01/2014 08:47:29 AM (11 years ago)
Author:
globalis
Message:

First version on wordpress.org : readme updated

Location:
multisite-clone-duplicator
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • multisite-clone-duplicator/tags/0.2.0/readme.txt

    r958549 r958554  
    1212== Description ==
    1313
    14 MultiSite Clone Duplicator adds a "Duplicate Site" functionnality to your network installation.
    15 It allows you to clone any site of your network into a new one : all data, files, users and roles can be copied.
    16 It is usefull when you want to create multiple sites from a same template : do not waste your time on copy the same configuration again and again !
    17 Simple and user-friendly, this plugin extends WordPress core network's functionalities without polluting the dashboard.
     14MultiSite Clone Duplicator adds a "Duplicate Site" functionnality to your network installation. 
     15It allows you to clone any site of your network into a new one : all data, files, users and roles can be copied. 
     16It is usefull when you want to create multiple sites from a same template : do not waste your time on copy the same configuration again and again ! 
     17Simple and user-friendly, this plugin extends WordPress core network's functionalities without polluting the dashboard. 
    1818
    1919= Features: =
     
    4242
    4343= How does it work ? =
    44 Basically :
    4544* It creates a new user if the email was not an existing email
    4645* It creates a new blog with appropriate title and admin user
     
    6261It's not a problem ! Serialized data are understood by the plugin, recursively unserialized, replaced with appropriate values, and serialized again.
    6362
    64 = After cloning, new site was created, but it goes on 404 page non found, why ? =
     63= After cloning, new site was created, but it goes on 404 page, why ? =
    6564Check your host / server configuration : you probably cloned your site into a domain that is not available !
    6665
     
    105104
    106105**Action : mucd_before_copy_files / mucd_after_copy_files**
    107 Action before / after copying files
    108 Args :
     106Action before / after copying files 
     107Args : 
    1091081. from_site_id
    1101092. to_site_id
    111110
    112111**Action : mucd_before_copy_data / mucd_after_copy_data**
    113 Action before / after copying data
    114 Args :
     112Action before / after copying data 
     113Args : 
    1151141. from_site_id
    1161152. to_site_id
    117116
    118117**Action : mucd_before_copy_users / mucd_after_copy_users**
    119 Action before / after copying users
    120 Args :
     118Action before / after copying users 
     119Args : 
    1211201. from_site_id
    1221212. to_site_id
    123122
    124123**Filter : mucd_copy_blog_data_saved_options**
    125 Filter options that should be preserved in the new blog (original values from created blog will not be erased by copy of old site's tables)
    126 Args :
     124Filter options that should be preserved in the new blog (original values from created blog will not be erased by copy of old site's tables) 
     125Args : 
    1271261. array of ( 'option_name');
    128127
    129128**Filter : mucd_default_fields_to_update**
    130 Filter fields to scan for an update after data copy
    131 Args :
     129Filter fields to scan for an update after data copy 
     130Args : 
    1321311. array of ( 'table_name' => array('field_1', 'field_2' ...));
    133132
    134133**Filter : mucd_default_primary_tables_to_copy**
    135 Filter tables to duplicate when duplicated site is primary site
    136 Args :
     134Filter tables to duplicate when duplicated site is primary site 
     135Args : 
    1371361. array of ( 'table_name');
    138137
    139138**Filter : mucd_copy_dirs**
    140 Filter directories and files you want to copy
    141 Args :
     139Filter directories and files you want to copy 
     140Args : 
    1421411. $string_to_replace
    1431422. $from_site_id
     
    145144
    146145**Filter : mucd_string_to_replace**
    147 Filter which strings we want to replace during update
    148 Args :
     146Filter which strings we want to replace during update 
     147Args : 
    1491481. $dirs
    1501492. $from_site_id
     
    154153= Thank’s =
    155154
    156 The original version of this plugin has been developed by [Julien OGER](https://github.com/julienOG) who keeps following the project carefully.
     155The original version of this plugin has been developed by [Julien OGER](https://github.com/julienOG) who keeps following the project carefully. 
    157156
    158157Some code for search and replace in SQL serialised data were initialy taken from [Lionel Pointet Wordpress Migration tool](https://github.com/lpointet/wordpress_migration)
     
    160159= GLOBALIS =
    161160
    162 [GLOBALIS](http://www.globalis-ms.com/) is a web IT consulting company based in Paris, and a pioneer of the PHP and LAMP platform. Since 1997, we have been designing, making and maintaining Internet, intranet or mobile software. We have been working with open source CMS since 2000 and have regularly been using WordPress since 2007.
     161[GLOBALIS](http://www.globalis-ms.com/) is a web IT consulting company based in Paris, and a pioneer of the PHP and LAMP platform. 
     162Since 1997, we have been designing, making and maintaining Internet, intranet or mobile software. 
     163We have been working with open source CMS since 2000 and have regularly been using WordPress since 2007.
  • multisite-clone-duplicator/trunk/readme.txt

    r958549 r958554  
    1212== Description ==
    1313
    14 MultiSite Clone Duplicator adds a "Duplicate Site" functionnality to your network installation.
    15 It allows you to clone any site of your network into a new one : all data, files, users and roles can be copied.
    16 It is usefull when you want to create multiple sites from a same template : do not waste your time on copy the same configuration again and again !
    17 Simple and user-friendly, this plugin extends WordPress core network's functionalities without polluting the dashboard.
     14MultiSite Clone Duplicator adds a "Duplicate Site" functionnality to your network installation. 
     15It allows you to clone any site of your network into a new one : all data, files, users and roles can be copied. 
     16It is usefull when you want to create multiple sites from a same template : do not waste your time on copy the same configuration again and again ! 
     17Simple and user-friendly, this plugin extends WordPress core network's functionalities without polluting the dashboard. 
    1818
    1919= Features: =
     
    4242
    4343= How does it work ? =
    44 Basically :
    4544* It creates a new user if the email was not an existing email
    4645* It creates a new blog with appropriate title and admin user
     
    6261It's not a problem ! Serialized data are understood by the plugin, recursively unserialized, replaced with appropriate values, and serialized again.
    6362
    64 = After cloning, new site was created, but it goes on 404 page non found, why ? =
     63= After cloning, new site was created, but it goes on 404 page, why ? =
    6564Check your host / server configuration : you probably cloned your site into a domain that is not available !
    6665
     
    105104
    106105**Action : mucd_before_copy_files / mucd_after_copy_files**
    107 Action before / after copying files
    108 Args :
     106Action before / after copying files 
     107Args : 
    1091081. from_site_id
    1101092. to_site_id
    111110
    112111**Action : mucd_before_copy_data / mucd_after_copy_data**
    113 Action before / after copying data
    114 Args :
     112Action before / after copying data 
     113Args : 
    1151141. from_site_id
    1161152. to_site_id
    117116
    118117**Action : mucd_before_copy_users / mucd_after_copy_users**
    119 Action before / after copying users
    120 Args :
     118Action before / after copying users 
     119Args : 
    1211201. from_site_id
    1221212. to_site_id
    123122
    124123**Filter : mucd_copy_blog_data_saved_options**
    125 Filter options that should be preserved in the new blog (original values from created blog will not be erased by copy of old site's tables)
    126 Args :
     124Filter options that should be preserved in the new blog (original values from created blog will not be erased by copy of old site's tables) 
     125Args : 
    1271261. array of ( 'option_name');
    128127
    129128**Filter : mucd_default_fields_to_update**
    130 Filter fields to scan for an update after data copy
    131 Args :
     129Filter fields to scan for an update after data copy 
     130Args : 
    1321311. array of ( 'table_name' => array('field_1', 'field_2' ...));
    133132
    134133**Filter : mucd_default_primary_tables_to_copy**
    135 Filter tables to duplicate when duplicated site is primary site
    136 Args :
     134Filter tables to duplicate when duplicated site is primary site 
     135Args : 
    1371361. array of ( 'table_name');
    138137
    139138**Filter : mucd_copy_dirs**
    140 Filter directories and files you want to copy
    141 Args :
     139Filter directories and files you want to copy 
     140Args : 
    1421411. $string_to_replace
    1431422. $from_site_id
     
    145144
    146145**Filter : mucd_string_to_replace**
    147 Filter which strings we want to replace during update
    148 Args :
     146Filter which strings we want to replace during update 
     147Args : 
    1491481. $dirs
    1501492. $from_site_id
     
    154153= Thank’s =
    155154
    156 The original version of this plugin has been developed by [Julien OGER](https://github.com/julienOG) who keeps following the project carefully.
     155The original version of this plugin has been developed by [Julien OGER](https://github.com/julienOG) who keeps following the project carefully. 
    157156
    158157Some code for search and replace in SQL serialised data were initialy taken from [Lionel Pointet Wordpress Migration tool](https://github.com/lpointet/wordpress_migration)
     
    160159= GLOBALIS =
    161160
    162 [GLOBALIS](http://www.globalis-ms.com/) is a web IT consulting company based in Paris, and a pioneer of the PHP and LAMP platform. Since 1997, we have been designing, making and maintaining Internet, intranet or mobile software. We have been working with open source CMS since 2000 and have regularly been using WordPress since 2007.
     161[GLOBALIS](http://www.globalis-ms.com/) is a web IT consulting company based in Paris, and a pioneer of the PHP and LAMP platform. 
     162Since 1997, we have been designing, making and maintaining Internet, intranet or mobile software. 
     163We have been working with open source CMS since 2000 and have regularly been using WordPress since 2007.
Note: See TracChangeset for help on using the changeset viewer.