https://github.com/brew/titlecase-for-movable-type
Smart capitalisation of entry titles.
https://github.com/brew/titlecase-for-movable-type
Last synced: about 1 year ago
JSON representation
Smart capitalisation of entry titles.
- Host: GitHub
- URL: https://github.com/brew/titlecase-for-movable-type
- Owner: brew
- Created: 2010-06-11T19:10:44.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2010-10-02T19:28:37.000Z (almost 16 years ago)
- Last Synced: 2023-03-11T03:43:11.032Z (over 3 years ago)
- Language: Perl
- Homepage: http://www.lowest-common-denominator.com/2008/05/title_case_for_movable_type.php
- Size: 89.8 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
Title Case for Movable Type
http://www.lowest-common-denominator.com/2008/05/title_case_for_movable_type.php
Brook Elgie
Version 1.1
Title Case for Movable Type is an MT enabled version of John Gruber's Title Case.
http://daringfireball.net/2008/05/title_case
License: http://www.opensource.org/licenses/mit-license.php
====================================
Description:
Smart and appropriate capitalisation of entry titles.
====================================
Installation:
Place TitleCase.pl in the plugins directory of your Movable Type installation.
* (mthome)/plugins/TitleCase.pl
====================================
Usage:
To use TitleCase on your entry titles, add the global filter, titlecase="1". For example:
This will process the title through TitleCase to provide smart capitalisation.
====================================
Updates:
1.0 Initial release
1.1 Removed deprecated syntax for MT4 (note: will no longer work with previous versions of MT)