X-Git-Url: https://pere.pagekite.me/gitweb/text-madewithcc.git/blobdiff_plain/9d72f207f725490932aee278a4515e84742e21c4..71ea7715bccbad08c5d6e136e873db85a8aab0d6:/fixup-docbook-translated.rb diff --git a/fixup-docbook-translated.rb b/fixup-docbook-translated.rb index 648cf26..2d084a9 100644 --- a/fixup-docbook-translated.rb +++ b/fixup-docbook-translated.rb @@ -21,12 +21,12 @@ def log(level,what) end end -log 0, 'Including the %s version introduction' % lang if intro = File.open('extra/%s/intro_%s.xml' % [lang, lang], 'r').read rescue nil + log 0, 'Including the %s version introduction' % lang xml.search('preface').last.after( intro ) else - log 0, ' -!- Introduction text not found or empty' + log 0, ' -!- Not including the %s introduction text' % lang end if 'es' == lang @@ -38,11 +38,11 @@ if 'es' == lang # Some formatting issues we need to modify attrib_text.gsub!(/Paul y Sarah/, 'Paul y Sarah') - attrib_text.gsub!(/Merkley (CEO.*)/, 'Merkley \1') + attrib_text.gsub!(/Merkley,? (CEO.*)/, 'Merkley \1') attrib_text.gsub!(/Wolf (Ins.*)/, 'Wolf \1') attrib.remove - title.after('
%s
' % attrib_text) + title.after('
%s
' % attrib_text) log 1, 'Moved: %s' % attrib_text end end