|
|
Note
Typogrify 0.2 is up for download. This is mainly a bug fix release to get everything solidly in order for django 0.96 users.
Template autoescaping which has recently been added to Django svn breaks typogrify. Typogrify svn will soon fix this. If you are using any version of Django pre revision 6671 please use the Typogrify 0.2 download.
About Typogrify
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.
A demonstration of everything it does explains better than I do.
But here's the quick list of the included filters:
- Widon't
- SmartyPants
- Initial quotes wrapped in class='dquo' or class='quo' depending on if they are single or double
- Ampersands wrapped in class='amp'
- Multiple adjacent capital letters wrapped in class='caps'
- A lazy crazy filter to do all of them
You can checkout the SVN: svn checkout http://typogrify.googlecode.com/svn/trunk/ typogrify
Or grab the latest release.
