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 |
|
|
typogrify.class.php |
typogrify.class.php |
|
typogrify.class.php
Defines a class for providing different typographical tweaks to HTML |
typogrify.css |
typogrify.css |
|
.caps {
font-size: .9em;
}
.dquo {
margin-left: -.5em;
}
/* Only use the fancy ampersand in <h#> tags */
h1 .amp, h2 .amp, h3 .amp, h4 .amp, h5 .amp, h6 .amp {
font-size: 1.0em;
font-family: "Warnock Pro", "Goudy Old… |
typogrify.info |
typogrify.info |
|
name = Typogrify
description = Adds typographic refinements.
package = "Input filters"
dependencies = filter
project = "typogrify"
; Information added by drupal.org packaging script on 2007-06-19
version =… |
typogrify.module |
typogrify.module |
|
|
unicode-conversion.php |
unicode-conversion.php |
|
|