This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
README | Wed May 21 15:59:08 -0700 2008 | |
| |
title_case.rb | Wed May 21 23:59:27 -0700 2008 | |
| |
title_tester.rb | Wed May 21 15:59:08 -0700 2008 |
README
This filter changes all words to Title Caps, and attempts to be clever about *un*capitalising small words like a/an/the in the input. The list of "small words" which are not capped comes from the New York Times Manual of Style, plus 'vs' and 'v'. Sam Aaron http://sam.aaron.name 21st of May, 2008 This is a Ruby port of the original Perl script written by John Gruber http://daringfireball.net/2008/05/title_case License: http://www.opensource.org/licenses/mit-license.php TODO ---- Gemify it and extend String with some title_case goodness







