Sidebar Network

typogrify A set of Django template filters to make caring about typography on the web a bit easier.

The Basics

Typogrify is a collection of Django template filters that help prettify your web typography by preventing ugly quotes and widows and providing CSS hooks to style some special cases.

Project Homehttp://code.google.com/p/typogrify/
Grab the Repository – svn checkout http://typogrify.googlecode.com/svn/trunk/
 

Recent Commits

  • 10 was committed 9 months ago.
    Getting some bits ready for release
  • 9 was committed 9 months ago.
    Adding some real install documentation and fixes some typos. Fixes #1. Big thanks to ubernostrum!
  • 8 was committed 9 months ago.
    Fixed standalone amps getting munged in attributes. Fixes #3 [thanks medhat.assaad]
  • 7 was committed 9 months ago.
    Fixed issue where single word elements that had spaces in the markup before their word would get nbsp’d
  • 6 was committed 9 months ago.
    Commenting out stringfilter decoration for now as it prevents the doctests from running.
  • 5 was committed 1 year, 2 months ago.
    Added DTs and DDs to the list of block level elements that initial_quotes and windont support.
  • 4 was committed 1 year, 2 months ago.
    Initial commit of packaging/setup files
  • 3 was committed 1 year, 2 months ago.
    moved into a sub/app dir
  • 2 was committed 1 year, 3 months ago.
    initial import
  • 1 was committed 1 year, 3 months ago.
    Initial directory structure.