Package pytils :: Package templatetags :: Module pytils_translit
[hide private]

Module pytils_translit

source code

pytils.translit templatetags for Django web-framework

Functions [hide private]
 
translify(stext)
Translify russian text
source code
 
detranslify(stext)
Detranslify russian text
source code
 
slugify(stext)
Make slug from (russian) text
source code
Variables [hide private]
  __revision__ = '$Id: pytils_translit.py 70 2007-02-19 03:42:32...
  __id__ = '$Id: pytils_translit.py 70 2007-02-19 03:42:32Z the....
  __url__ = '$URL: https://pythy.googlecode.com/svn/trunk/pytils...
  register = template.Library()
Django template tag/filter registrator
  encoding = 'utf-8'
Current charset (sets in Django project's settings)
  debug = False
Debug mode (sets in Django project's settings)
  show_value = False
Show values on errors (sets in Django project's settings)
  default_value = ''
  default_uvalue = u''
Variables Details [hide private]

__revision__

Value:
'$Id: pytils_translit.py 70 2007-02-19 03:42:32Z the.pythy $'

__id__

Value:
'$Id: pytils_translit.py 70 2007-02-19 03:42:32Z the.pythy $'

__url__

Value:
'$URL: https://pythy.googlecode.com/svn/trunk/pytils/pytils/templateta\
gs/pytils_translit.py $'