| 1 |
smartypants.module
|
| 2 |
README.txt
|
| 3 |
$Id: README.txt,v 1.1 2005/03/21 16:24:50 jhriggs Exp $
|
| 4 |
|
| 5 |
The smartypants filter module uses SmartyPants-PHP to translate plain
|
| 6 |
ASCII punctuation characters into "smart" typographic punctuation HTML
|
| 7 |
entities. It performs the following transformations:
|
| 8 |
|
| 9 |
* Straight quotes ( " and ' ) into "curly" quote HTML entities
|
| 10 |
* Backticks-style quotes (``like this'') into "curly" quote HTML
|
| 11 |
entities
|
| 12 |
* Dashes ("--"; and "---") into en- and em-dash entities
|
| 13 |
* Three consecutive dots ("...") into an ellipsis entity
|
| 14 |
|
| 15 |
More information about SmartyPants can be found at the SmartyPants
|
| 16 |
home page <http://daringfireball.net/projects/smartypants/> or
|
| 17 |
SmartyPants-PHP home page <http://monauraljerk.org/smartypants-php/>.
|
| 18 |
|
| 19 |
Files
|
| 20 |
- smartypants.module
|
| 21 |
the actual module (PHP source code)
|
| 22 |
|
| 23 |
- smartypants.info
|
| 24 |
the module information file used by Drupal
|
| 25 |
|
| 26 |
- smartypants-php (directory)
|
| 27 |
a PHP port of John Gruber's (<http://daringfireball.net/>) Perl
|
| 28 |
SmartyPants.pl Movable Type plugin ported by Matthew McGlynn
|
| 29 |
(PHP source code); this file is available separately under a
|
| 30 |
custom redistribution license from
|
| 31 |
<http://monauraljerk.org/smartypants-php/>
|
| 32 |
|
| 33 |
- README.txt (this file)
|
| 34 |
general module information
|
| 35 |
|
| 36 |
- INSTALL.txt
|
| 37 |
installation/configuration instructions
|
| 38 |
|
| 39 |
- CREDITS.txt
|
| 40 |
information on those responsible for this module
|
| 41 |
|
| 42 |
- TODO.txt
|
| 43 |
feature requests and modification suggestions
|
| 44 |
|
| 45 |
- CHANGELOG.txt
|
| 46 |
change/release history for this module
|