Package pytils :: Package templatetags :: Module pytils_translit
[hide private]
[frames] | no frames]

Module pytils_translit

source code

pytils.translit templatetags for Django web-framework

Functions [hide private]
  translify(stext)
Translify russian text
  detranslify(stext)
Detranslify russian text
  slugify(stext)
Make slug from (russian) text

Variables [hide private]
  __revision__ = '$Id: pytils_translit.py 29 2006-10-21 08:28:27Z the...
  __id__ = '$Id: pytils_translit.py 29 2006-10-21 08:28:27Z the...
  __url__ = '$URL: https://pythy.googlecode.com/svn/trunk/pytils...
  register = <django.template.Library object at 0xb7ae79ac>
Django template tag/filter registrator
  encoding = 'utf-8'
Current charset (sets in Django project's settings)
  debug = True
Debug mode (sets in Django project's settings)
  show_value = False
Show values on errors (sets in Django project's settings)
  default_value = 'unknown: %(error)s'
  default_uvalue = u'unknown: %(error)s'

Function Details [hide private]

translify(stext)

source code 
Translify russian text

detranslify(stext)

source code 
Detranslify russian text

slugify(stext)

source code 
Make slug from (russian) text

Variables Details [hide private]

__revision__

None
Value:
'$Id: pytils_translit.py 29 2006-10-21 08:28:27Z the.pythy $'          
      

__id__

None
Value:
'$Id: pytils_translit.py 29 2006-10-21 08:28:27Z the.pythy $'          
      

__url__

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

register

Django template tag/filter registrator
Value:
<django.template.Library object at 0xb7ae79ac>                         
      

encoding

Current charset (sets in Django project's settings)
Value:
'utf-8'                                                                
      

debug

Debug mode (sets in Django project's settings)
Value:
True                                                                   
      

show_value

Show values on errors (sets in Django project's settings)
Value:
False                                                                  
      

default_value

None
Value:
'unknown: %(error)s'                                                   
      

default_uvalue

None
Value:
u'unknown: %(error)s'