Changeset 505968
- Timestamp:
- 02/16/2012 02:32:40 PM (14 years ago)
- Location:
- simple-interlinear-glosses/trunk
- Files:
-
- 2 edited
-
cb_gloss.php (modified) (1 diff)
-
readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
simple-interlinear-glosses/trunk/cb_gloss.php
r505961 r505968 5 5 * Description: A WordPress shortcode to make simple interlinear glosses. 6 6 * Author: Carsten Becker 7 * Version: 0.2 7 * Version: 0.2.1 8 8 * Author URI: http://sanstitre.nfshost.com 9 9 * -
simple-interlinear-glosses/trunk/readme.txt
r505961 r505968 4 4 Requires at least: 2.7 5 5 Tested up to: 3.3.1 6 Stable tag: 2012-02-156 Stable tag: 0.2.1 7 7 8 8 A simple shortcode to generate interlinear glosses as used in linguistics with CSS markup to align morpheme columns. … … 14 14 == Installation == 15 15 16 1. Upload the ` cb-gloss` folder to the `/wp-content/plugins/` directory16 1. Upload the `simple-interlinear-gloss` folder to the `/wp-content/plugins/` directory 17 17 1. Activate the plugin through the 'Plugins' menu in WordPress 18 18 … … 20 20 21 21 <ul> 22 <li>HTML tags like < a> and <span> aren't yet supported because I need to figure out how to make the script not match punctuation inside the tags. All HTML tags but <em>strong, b, em, i, s, strike, u, big, small, sup, sub</em> are currently stripped from what's inside the [gloss] block. (2012-02-15)</li>22 <li>HTML tags like <em>a</em> and <em>span</em> aren't yet supported because I need to figure out how to make the script not match punctuation inside the tags. All HTML tags but <em>strong, b, em, i, s, strike, u, big, small, sup, sub</em> are currently stripped from what's inside the [gloss] block. (2012-02-15)</li> 23 23 <li>Overwriting the files by updating will currently remove your settings in style.css when you’re updating because the plugin is simple and doesn't (yet?) make use of WordPress's database to store options in permanently. (2012-02-15)</li> 24 24 </ul> … … 29 29 30 30 == Changelog == 31 32 = 2012-02-16 (0.2.1) = 33 * Upload to WordPress.org 34 * Fixed some typos in readme.txt 35 * Fixed some typos in README.pdf 31 36 32 37 = 2012-02-15 (0.2) =
Note: See TracChangeset
for help on using the changeset viewer.