INSTALL.txt |
INSTALL.txt |
|
To install Typogrify, move the entire "typogrify" directory into your Drupal
installation's modules folder.
Enable the module:
Administer -> Site building -> Modules
Add it as an input format:
Go to Administer -> Site… |
README.txt |
README.txt |
|
What is Typogrify.module?
=========================
Typogrify.module brings the typographic refinements of Typogrify to Drupal.
* Wraps ampersands (the "&" character) with <span class="amp">&</span>.
*… |
smartypants.php |
smartypants.php |
|
SmartyPants - Smart punctuation for web sites |
typogrify-smartypants.test |
tests/typogrify-smartypants.test |
|
Unit tests for the basic typogrify functionality. |
typogrify.class.php |
typogrify.class.php |
|
typogrify.class.php
Defines a class for providing different typographical tweaks to HTML |
typogrify.class.test |
tests/typogrify.class.test |
|
Unit tests for the basic typogrify functionality. |
typogrify.css |
typogrify.css |
|
.caps {
font-size: .9em;
}
.dquo {
margin-left: -.5em;
}
.abbr {
white-space: nowrap;
}
.number {
white-space: nowrap;
}
/* Only use the fancy ampersand in <h#> tags */
h1 .amp,
h2 .amp,
h3 .amp,
h4 .amp,
h5 .amp,
h6 .amp {
… |
typogrify.info |
typogrify.info |
|
name = Typogrify
description = Adds typographic refinements.
package = "Input filters"
core = 7.x
files[] = typogrify.class.php
files[] = tests/typogrify-smartypants.test
files[] = tests/typogrify.class.test |
typogrify.install |
typogrify.install |
|
Upgrade hooks for the Typogrify module. |
typogrify.module |
typogrify.module |
|
Typogrify: Brings typographical refinemnts to drupal |
unicode-conversion.php |
unicode-conversion.php |
|
Return the unicode conversion maps. |