Project

General

Profile

« Previous | Next » 

Revision 8737

lib/Firefox_bookmarks.reformat.csv: label page's description: don't label a bookmark desc starting with a blank line (indicating an author-added comment) as a page's description

View differences:

lib/Firefox_bookmarks.reformat.csv
18 18
</DD>",close <DD> when followed by tags which don't autoclose it properly
19 19
" ICON=""data:.*?""",,"remove ICON attributes with favicon contents, which clutter up the svn diffs"
20 20
" LAST_MODIFIED="".*?""",,"remove LAST_MODIFIED attributes, which seem to change whenever the favicon is updated and clutter up the svn diff"
21
(?<=^<DD>)(?!&quot;)(?:[^:\n]*? description: )?,page's description: ,"label page's description as such to avoid confusing it with comments added by the bookmark author, who may not agree with it. the page's description is in the 1st paragraph(s), when provided. if the bookmark desc starts with "" , this is an author-added quotation and not the page's description."
21
(?<=^<DD>)(?!&quot;|$)(?:[^:\n]*? description: )?,page's description: ,"label page's description as such to avoid confusing it with comments added by the bookmark author, who may not agree with it. the page's description is in the 1st paragraph(s), when provided. if the bookmark desc starts with "" or a blank line, this is an author-added quotation or comment and not the page's description."

Also available in: Unified diff