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.php
SmartyPants - Smart punctuation for web sites |
typogrify-smartypants.test |
tests/typogrify-smartypants.test |
|
typogrify.class.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 |
|
typogrify.class.test
Unit tests for the basic typogrify functionality. |
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"
project = "typogrify"
core = 6.x |
typogrify.install |
typogrify.install |
|
typogrify.install
Upgrade hooks for the Typogrify module. |
typogrify.module |
typogrify.module |
|
typogrify.module
Typogrify: Brings typographical refinemnts to drupal |
unicode-conversion.php |
unicode-conversion.php |
|
|