Changeset 588363
- Timestamp:
- 08/21/2012 02:51:51 PM (14 years ago)
- File:
-
- 1 edited
-
mosaic-generator/tags/1.0/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mosaic-generator/tags/1.0/readme.txt
r588343 r588363 11 11 == Description == 12 12 = About = 13 Plugin creates mosaic from all images of the site and places it in any part of website. You can configure all options. You can generate mosaic in html code with some images or in one big images. 13 14 14 * Plugin creates mosaic from all images of the site and places it in any part of website. You can configure all options. You can generate mosaic in html code with some images or in one big images. 15 *Плагин создает мозайку из изображений Вашего сайта. Вы можете настраивать его под верстку.15 = Коротко о плагине Mosaic generator = 16 Плагин создает мозайку из изображений Вашего сайта. Вы можете настраивать его под верстку. 16 17 17 18 = Recent Releases = … … 19 20 20 21 == Installation == 21 22 = Installation = 23 * Visit http://omelchuck.ru/mosaic-generator/ 22 24 * Upload plugin files to the `/wp-content/plugins/` directory. 23 25 * Activate the plugin through the 'Plugins' menu in WordPress. 24 26 * Paste code between the end of "header" and "content" or in another place of your templates: 25 27 <pre><code class="php"><?php mosaic_generator();?></code></pre> 28 29 = Установка = 26 30 * Посетите страницу http://omelchuck.ru/mosaic-generator/ 27 31 * Загрузите файлы плагина в директорию /wp-content/plugins/ 28 32 * Активируйте плагин в панели администратора.<br> 29 * Вставьте вышеуказанный код в нужное место шаблона. 33 * Вставьте код в нужное место шаблона. 34 <pre><code class="php"><?php mosaic_generator();?></code></pre> 30 35 31 36 == Frequently Asked Questions == 32 37 33 38 == Changelog == 34 35 39 = Version 1.0 (August 21, 2012) = 36 40 * Initial release
Note: See TracChangeset
for help on using the changeset viewer.