comparison babel/messages/extract.py @ 144:14fe2a8fb842 trunk

Some doc fixes.
author cmlenz
date Wed, 20 Jun 2007 15:04:48 +0000
parents bd3b47492396
children 63a93d33511a
comparison
equal deleted inserted replaced
142:bef5785870e7 144:14fe2a8fb842
88 the ``templates`` folders in an application may be Genshi applications, the 88 the ``templates`` folders in an application may be Genshi applications, the
89 options for those files may differ based on extension: 89 options for those files may differ based on extension:
90 90
91 >>> options_map = { 91 >>> options_map = {
92 ... '**/templates/**.txt': { 92 ... '**/templates/**.txt': {
93 ... 'template_class': 'genshi.template.text.TextTemplate', 93 ... 'template_class': 'genshi.template:TextTemplate',
94 ... 'encoding': 'latin-1' 94 ... 'encoding': 'latin-1'
95 ... }, 95 ... },
96 ... '**/templates/**.html': { 96 ... '**/templates/**.html': {
97 ... 'include_attrs': '' 97 ... 'include_attrs': ''
98 ... } 98 ... }
Copyright (C) 2012-2017 Edgewall Software