Plugin Directory

Changeset 588363


Ignore:
Timestamp:
08/21/2012 02:51:51 PM (14 years ago)
Author:
odn
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • mosaic-generator/tags/1.0/readme.txt

    r588343 r588363  
    1111== Description ==
    1212= About =
     13Plugin 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.
    1314
    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Плагин создает мозайку из изображений Вашего сайта. Вы можете настраивать его под верстку.
    1617
    1718= Recent Releases =
     
    1920
    2021== Installation ==
    21 
     22= Installation =
     23* Visit http://omelchuck.ru/mosaic-generator/
    2224* Upload plugin files to the `/wp-content/plugins/` directory.
    2325* Activate the plugin through the 'Plugins' menu in WordPress.
    2426* Paste code between the end of "header" and "content" or in another place of your templates:
    2527<pre><code class="php">&lt;?php mosaic_generator();?&gt;</code></pre>
     28
     29= Установка =
    2630* Посетите страницу http://omelchuck.ru/mosaic-generator/
    2731* Загрузите файлы плагина в директорию /wp-content/plugins/
    2832* Активируйте плагин в панели администратора.<br>
    29 * Вставьте вышеуказанный код в нужное место шаблона.
     33* Вставьте код в нужное место шаблона.
     34<pre><code class="php">&lt;?php mosaic_generator();?&gt;</code></pre>
    3035
    3136== Frequently Asked Questions ==
    3237
    3338== Changelog ==
    34 
    3539= Version 1.0 (August 21, 2012) =
    3640* Initial release
Note: See TracChangeset for help on using the changeset viewer.