Project

General

Profile

« Previous | Next » 

Revision 11664

bugfix: lib/Firefox_bookmarks.reformat.csv: don't prepend "page's description:" to empty <DD> tags, which Firefox now adds for all bookmarks, even if they don't have a description

View differences:

Firefox_bookmarks.reformat.csv
24 24
" LAST_MODIFIED="".*?""",,"remove LAST_MODIFIED attributes, which seem to change whenever the favicon is updated and clutter up the svn diff"
25 25
,,#### bookmark text fixes
26 26
"(^(?!.*<H3\b).*
27
<DD>)(?!&quot;|-+$)(?:[^:\n]*? description: )?",\1page'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."
27
<DD>)(?!&quot;|-+$|
28
 *<)(?:[^:\n]*? description: )?",\1page'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."
28 29
,,#### bookmark reorganization
29 30
"(?s)(^<DL><p>
30 31
    <DT><H3 [^\n]*

Also available in: Unified diff