Project

General

Profile

« Previous | Next » 

Revision 8850

lib/Firefox_bookmarks.reformat.csv: favicon image: remove ICON attributes with inline image data, since these are no longer needed for the favicon images and this avoids cluttering up the svn diff

View differences:

Firefox_bookmarks.reformat.csv
22 22
src=\2
23 23
",display ICON_URI attribute as favicon when available
24 24
,,#### svn diff cleanup
25
" (ICON=""data:.*?"") ?(?!
26
)","
27
\1
28
",put ICON attributes with favicon contents on their own line so the rest of the line is easier to see
25
" ICON=""data:.*?""",,"remove ICON attributes with inline image data, which are not needed and clutter up the svn diff"
29 26
" LAST_MODIFIED="".*?""",,"remove LAST_MODIFIED attributes, which seem to change whenever the favicon is updated and clutter up the svn diff"
30 27
,,#### bookmark text fixes
31 28
(?<=^<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