Plugin Directory

Changeset 588326


Ignore:
Timestamp:
08/21/2012 01:35:31 PM (14 years ago)
Author:
odn
Message:
 
Location:
mosaic-generator/tags/1.0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • mosaic-generator/tags/1.0/mosaic_generator.php

    r588314 r588326  
    44Plugin URI: http://omelchuck.ru
    55Description: Creates mosaic from all images of the site and places it in any part of website.
    6 Version: 1.0.0
     6Version: 1.0
    77Author: ODiN
    88Author URI: http://omelchuck.ru
  • mosaic-generator/tags/1.0/readme.txt

    r588314 r588326  
    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.
    14 <br>
    15 Плагин создает мозайку из изображений Вашего сайта. Вы можете настраивать его под верстку.
     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.
     14* Плагин создает мозайку из изображений Вашего сайта. Вы можете настраивать его под верстку.
     15
     16= Recent Releases =
     17* Version 1.0 Initial version of Mosaic generator
    1618
    1719== Installation ==
     
    19211. Upload plugin files to the `/wp-content/plugins/` directory.<br>
    20222. Activate the plugin through the 'Plugins' menu in WordPress.<br>
    21 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>
    2225<br>
    23261. Загрузите файлы плагина в директорию `/wp-content/plugins/`.<br>
Note: See TracChangeset for help on using the changeset viewer.