Plugin Directory

Changeset 588322


Ignore:
Timestamp:
08/21/2012 01:26:11 PM (14 years ago)
Author:
odn
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • mosaic-generator/trunk/readme.txt

    r588320 r588322  
    1111== Description ==
    1212
    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* 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.
    1414* Плагин создает мозайку из изображений Вашего сайта. Вы можете настраивать его под верстку.
     15
     16= Recent Releases =
     17* Version 1.0 Initial version of Mosaic generator
    1518
    1619== Installation ==
     
    18211. Upload plugin files to the `/wp-content/plugins/` directory.<br>
    19222. Activate the plugin through the 'Plugins' menu in WordPress.<br>
    20 3. Paste this code between the end of "header" and "content" or in another place of your templates: <?php mosaic_generator();?><br>
     233. Paste code between the end of "header" and "content" or in another place of your templates:
     24<pre><code class="php">&lt;?php mosaic_generator();?&gt;</code></pre>
    2125<br>
    22261. Загрузите файлы плагина в директорию `/wp-content/plugins/`.<br>
Note: See TracChangeset for help on using the changeset viewer.