Updated Home (markdown)

Igor V Belousov 2015-08-16 03:46:41 +03:00
родитель 5a6258c2b7
Коммит ebb8d92eeb
2 изменённых файлов: 21 добавлений и 4 удалений

21
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 <https://github.com/IgorVBelousov/batch_operations/archive/master.zip>.
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

@ -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").