Manual de Calibre | Page 42

Manual de usuario de calibre, Publicación 2.73.0 # Regular expression to remove form and variant tags, Eg. 'comment-form'. # Used on the site to allow registered BBC users to fill in forms, typically # for entering comments about an article. form_reg_exp = '^.*form.*$' # Extra things to remove due to the addition of 'blq_content' in # keep_only_tags. #
Used on sports pages for 'email' and 'print'. story_actions_reg_exp = '^.*story[_ -]*actions.*$' #
Used on sports pages instead of 'share-help' (for # social networking links). bookmark_list_reg_exp = '^.*bookmark[_ -]*list.*$' #
# NOTE: Don't remove class="content-group" that is needed. # Used on sports pages to link to 'similar stories'. secondary_content_reg_exp = '^.*secondary[_ -]*content.*$' #