Edgewall Software

Changes between Version 7 and Version 8 of GenshiRecipes/Localization


Ignore:
Timestamp:
Feb 6, 2007, 11:56:22 PM (17 years ago)
Author:
anonymous
Comment:

The longdesc attribute is a URI

Legend:

Unmodified
Added
Removed
Modified
  • GenshiRecipes/Localization

    v7 v8  
    3131
    3232ignore_tags = ['script', 'style']
    33 include_attribs = ['title', 'alt', 'longdesc']
     33include_attribs = ['title', 'alt']
    3434exclude_dirs = ('.AppleDouble', '.svn', 'CVS', '_darcs')
    3535gettext_re = re.compile(r"_\(((?:'[^']*')|(?:\"[^\"]*\"))\)")