Changeset 425956
- Timestamp:
- 08/19/2011 05:03:19 PM (15 years ago)
- File:
-
- 1 edited
-
gallery-extended/trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gallery-extended/trunk/readme.txt
r425949 r425956 1 === Irmologion===2 Contributors: http://irmologion.ru/, Alexey Vidanov, Eugen Wissner3 Tags: cyrillic, slavonic, administrator1 === Gallery-Extended === 2 Contributors: Alexey Vidanov 3 Tags: plugin, posts, gallery,admin,image 4 4 Requires at least: 3.0 5 5 Tested up to: 3.2 6 6 Stable tag: 3.2 7 7 8 This Wordpress plugin enables to add texts in church slavonic to Wordpress blogs.8 This 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. 9 9 10 10 == Description == 11 11 12 This Wordpress plugin enables to add texts in church slavonic to Wordpress blogs. 12 With this plugin it is possible to put the part of the gallery in the post using start and stop attributes. 13 13 14 Based on the fonts from http://irmologion.ru/ 14 Example of use: 15 Turn on HTML, put the code like this 16 [gallery link=file start=1 end=3] 17 Some content 18 [gallery link=file start=4 end=6] 19 Some other content 20 [gallery link=file start=7] 15 21 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.22 It 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. 17 23 18 24 = 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 21 29 22 30 == Installation == 23 31 24 1. Upload ` irmologion` folder to the `/wp-content/plugins/` directory.32 1. Upload `gallery-extended` folder to the `/wp-content/plugins/` directory. 25 33 2. Activate the plugin through the 'Plugins' menu in WordPress. 34 3. You can adapt gallery CSS file gallery-extended/gallery.css for your purpose. 26 35 27 36 == Frequently Asked Questions == … … 30 39 == Screenshots == 31 40 32 1. Frontend33 2. Admin page41 1. Admin page 42 2. Frontend 34 43 35 44 == Changelog == … … 43 52 * Initial release 44 53 45 = 1.01 =46 * Font size increased
Note: See TracChangeset
for help on using the changeset viewer.