15 lines
293 B
Text
15 lines
293 B
Text
|
# Extraction from Python source files
|
||
|
|
||
|
[python: **.py]
|
||
|
|
||
|
# Extraction from Genshi HTML and text templates
|
||
|
|
||
|
[genshi: **/templates/**.html]
|
||
|
ignore_tags = script,style
|
||
|
include_attrs = alt title summary
|
||
|
|
||
|
[genshi: **/templates/**.txt]
|
||
|
template_class = genshi.template:TextTemplate
|
||
|
encoding = UTF-8
|
||
|
|