|
Project Information
Featured
Links
|
NoteTypogrify 1.0! Bug fixes, support for Django's autoescaping, and a new titlecase filter. important note about Typogrify's handling of autoecaping: All typogrify filters (except for the new titlecase) mark their output as "safe". This means you should only use them on input you trust or have cleaned somehow. if you'd like to use them on user content like comments please run them through |force_escape or |markdown:"safe" on them first. Please use version 0.2 if you're still on Django 0.96. About TypogrifyTypogrify 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:
You can checkout the SVN: svn checkout http://typogrify.googlecode.com/svn/trunk/ typogrify Or grab the latest release. |