Plugin Directory

Changeset 425956


Ignore:
Timestamp:
08/19/2011 05:03:19 PM (15 years ago)
Author:
vidanov
Message:

Readme file corrected. It was false.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gallery-extended/trunk/readme.txt

    r425949 r425956  
    1 === Irmologion ===
    2 Contributors: http://irmologion.ru/, Alexey Vidanov, Eugen Wissner
    3 Tags: cyrillic, slavonic, administrator
     1=== Gallery-Extended ===
     2Contributors: Alexey Vidanov
     3Tags: plugin, posts, gallery,admin,image
    44Requires at least: 3.0
    55Tested up to: 3.2
    66Stable tag: 3.2
    77
    8 This Wordpress plugin enables to add texts in church slavonic to Wordpress blogs.
     8This plugin adds to [gallery] short code the start and end attributes to enable slice the post gallery and show different parts of them. Better CSS (in external file) and the oldest images at the top by default.
    99
    1010== Description ==
    1111
    12 This Wordpress plugin enables to add texts in church slavonic to Wordpress blogs.
     12With this plugin it is possible to put the part of the gallery in the post using start and stop attributes.
    1313
    14 Based on the fonts from http://irmologion.ru/
     14Example of use:
     15Turn on HTML, put the code like this
     16[gallery link=file start=1 end=3]
     17Some content
     18[gallery link=file start=4 end=6]
     19Some other content
     20[gallery link=file start=7]
    1521
    16 Church Slavonic is liturgical language of the Russian Orthodox Church, Ukrainian Orthodox Churches, Belarusian Orthodox Church, Bulgarian Orthodox Church, Serbian Orthodox Church, Macedonian Orthodox Church, Orthodox Church in America, Polish Orthodox Church, Czech and Slovak Orthodox Church, Montenegrin Orthodox Church and the rest Slavic Orthodox Churches and is the most used liturgical language in the entire Orthodox Church. The Croatian Greek Catholic Church, Ruthenian Catholic Church and the rest Slavic Greek Catholic Churches, as well as Croatian and Czech Roman Catholics also use the language.
     22It will show the first 3 images, then some content, then the images from 4 to 6, then some other content and then the rest of the gallery. It could be useful for large posts with many images inside.
    1723
    1824= Features =
    19 * Add church slavonic texts and fragments easily
    20 * Very simple to install and use
     25* start and end attributes to show selected part of the gallery and put some content between
     26* you can add more picture to illustrate the post and do not output all of them in the gallery with simple trick
     27* CSS style in the external file for better HTML
     28* rel attribute for fancy box included
    2129
    2230== Installation ==
    2331
    24 1. Upload `irmologion` folder to the `/wp-content/plugins/` directory.
     321. Upload `gallery-extended` folder to the `/wp-content/plugins/` directory.
    25332. Activate the plugin through the 'Plugins' menu in WordPress.
     343. You can adapt gallery CSS file gallery-extended/gallery.css for your purpose.
    2635
    2736== Frequently Asked Questions ==
     
    3039== Screenshots ==
    3140
    32 1. Frontend
    33 2. Admin page
     411. Admin page
     422. Frontend
    3443
    3544== Changelog ==
     
    4352* Initial release
    4453
    45 = 1.01 =
    46 * Font size increased
Note: See TracChangeset for help on using the changeset viewer.