diff --git a/English.md b/English.md new file mode 100644 index 0000000..8f887c2 --- /dev/null +++ b/English.md @@ -0,0 +1,21 @@ +Welcome to the batch_operations wiki! + +This plugin for [WordPress](https://wordpress.org/ "WordPress › Blog Tool, Publishing Platform, and CMS") +is my version of [Drupal Batch API](https://www.drupal.org/node/180528 "Batch API | Drupal.org"). + +Description +----------- + +Batch API need for running long-time operation without using the function +`set_time_limit` or CLI. + +Long-term operation is divided into short-term sub-operations which are executed +in the order queue. Sub-operation can send a message below the progress bar. + +Install +------- + +1. Upload latest stable version of code . +2. Unpack this archive to the `/wp-content/plugins/` directory +3. Activate the plugin through the 'Plugins' menu in WordPress +4. Use batch operations in your code diff --git a/Home.md b/Home.md deleted file mode 100644 index c32a8b5..0000000 --- a/Home.md +++ /dev/null @@ -1,4 +0,0 @@ -Welcome to the batch_operations wiki! - -This plug-in for [WordPress](https://wordpress.org/ "WordPress › Blog Tool, Publishing Platform, and CMS") is my version of [Drupal Batch API](https://www.drupal.org/node/180528 "Batch API | Drupal.org"). -