Plugin Directory

Changeset 505968


Ignore:
Timestamp:
02/16/2012 02:32:40 PM (14 years ago)
Author:
carbeck
Message:

Corrected some typos

Location:
simple-interlinear-glosses/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • simple-interlinear-glosses/trunk/cb_gloss.php

    r505961 r505968  
    55 * Description: A WordPress shortcode to make simple interlinear glosses.
    66 * Author: Carsten Becker
    7  * Version: 0.2
     7 * Version: 0.2.1
    88 * Author URI: http://sanstitre.nfshost.com
    99 *
  • simple-interlinear-glosses/trunk/readme.txt

    r505961 r505968  
    44Requires at least: 2.7
    55Tested up to: 3.3.1
    6 Stable tag: 2012-02-15
     6Stable tag: 0.2.1
    77
    88A simple shortcode to generate interlinear glosses as used in linguistics with CSS markup to align morpheme columns.
     
    1414== Installation ==
    1515
    16 1. Upload the `cb-gloss` folder to the `/wp-content/plugins/` directory
     161. Upload the `simple-interlinear-gloss` folder to the `/wp-content/plugins/` directory
    17171. Activate the plugin through the 'Plugins' menu in WordPress
    1818
     
    2020
    2121<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>
    2323<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>
    2424</ul>
     
    2929
    3030== 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
    3136
    3237= 2012-02-15 (0.2) =
Note: See TracChangeset for help on using the changeset viewer.