You are here

README.txt in Typogrify 7

Same filename and directory in other branches
  1. 5 README.txt
  2. 6 README.txt

What is Typogrify.module?
=========================

Typogrify.module brings the typographic refinements of Typogrify to Drupal.

* Wraps ampersands (the "&" character) with <span class="amp">&amp</span>.

* Prevents single words from wrapping onto their own line using Shaun Inman's
  Widont technique.

* Converts straight quotation marks to typographer's quotation marks, using
  SmartyPants.

* Converts multiple hyphens to en dashes and em dashes (according to your
  preferences), using SmartyPants.

* Wraps multiple capital letters with <span class="caps">CAPS</span>.

* Wraps abbreviations with <span class="abbr">t.l.a.</span>.

* Wraps initial quotation marks with <span class="quo"></span> or
  <span class="dquo"></span>.

* Adds a css style sheet that uses the <span> tags to substitute a showy
  ampersand in headlines, switch caps to small caps, and hang initial quotation
  marks.


Learn more about Typogrify
==========================

Typogrify originated as Python code by Christian Metts. Typogrify.module uses
Hamish Macpherson's port, php-typogrify.

Announcement:
http://www2.jeffcroft.com/sidenotes/2007/may/29/typogrify-easily-produce-web-typography-doesnt-suc/

Example Page:
http://static.mintchaos.com/projects/typogrify/

Project Page:
http://code.google.com/p/typogrify/

Typogrify.module uses PHP Typogrify:
http://blog.hamstu.com/

Typogrify.module uses PHP SmartyPants:
http://www.michelf.com/projects/php-smartypants/

To learn more about Widont:
http://www.shauninman.com/archive/2006/08/22/widont_wordpress_plugin


Learn more about setting type for the web
=========================================

The Elements of Typographic Style Applied to the Web
http://webtypography.net/

Five simple steps to better typography
http://www.markboulton.co.uk/journal/comments/five_simple_steps_to_better_typography/

Thinking With Type
http://www.thinkingwithtype.com/

And if you're going to buy one book...
http://www.amazon.com/Elements-Typographic-Style-Robert-Bringhurst/dp/0881791326

File

README.txt
View source
  1. What is Typogrify.module?
  2. =========================
  3. Typogrify.module brings the typographic refinements of Typogrify to Drupal.
  4. * Wraps ampersands (the "&" character) with &.
  5. * Prevents single words from wrapping onto their own line using Shaun Inman's
  6. Widont technique.
  7. * Converts straight quotation marks to typographer's quotation marks, using
  8. SmartyPants.
  9. * Converts multiple hyphens to en dashes and em dashes (according to your
  10. preferences), using SmartyPants.
  11. * Wraps multiple capital letters with CAPS.
  12. * Wraps abbreviations with t.l.a..
  13. * Wraps initial quotation marks with or
  14. .
  15. * Adds a css style sheet that uses the tags to substitute a showy
  16. ampersand in headlines, switch caps to small caps, and hang initial quotation
  17. marks.
  18. Learn more about Typogrify
  19. ==========================
  20. Typogrify originated as Python code by Christian Metts. Typogrify.module uses
  21. Hamish Macpherson's port, php-typogrify.
  22. Announcement:
  23. http://www2.jeffcroft.com/sidenotes/2007/may/29/typogrify-easily-produce-web-typography-doesnt-suc/
  24. Example Page:
  25. http://static.mintchaos.com/projects/typogrify/
  26. Project Page:
  27. http://code.google.com/p/typogrify/
  28. Typogrify.module uses PHP Typogrify:
  29. http://blog.hamstu.com/
  30. Typogrify.module uses PHP SmartyPants:
  31. http://www.michelf.com/projects/php-smartypants/
  32. To learn more about Widont:
  33. http://www.shauninman.com/archive/2006/08/22/widont_wordpress_plugin
  34. Learn more about setting type for the web
  35. =========================================
  36. The Elements of Typographic Style Applied to the Web
  37. http://webtypography.net/
  38. Five simple steps to better typography
  39. http://www.markboulton.co.uk/journal/comments/five_simple_steps_to_better_typography/
  40. Thinking With Type
  41. http://www.thinkingwithtype.com/
  42. And if you're going to buy one book...
  43. http://www.amazon.com/Elements-Typographic-Style-Robert-Bringhurst/dp/0881791326