Project

General

Profile

« Previous | Next » 

Revision 14686

lib/Firefox_bookmarks.reformat.csv: label page's self-description as such: also support quotations enclosed in '

View differences:

trunk/lib/Firefox_bookmarks.reformat.csv
26 26
" LAST_MODIFIED="".*?""",,"remove LAST_MODIFIED attributes, which seem to change whenever the favicon is updated and clutter up the svn diff"
27 27
,,#### bookmark text fixes
28 28
"(^(?!.*<H3\b).*
29
 *<DD>)(?!&quot;|-+$)(?:page's self-description: )?",\1page's self-description: ,"label page's self-description as such to avoid confusing it with comments added by the bookmark author, who may not agree with it. the page's self-description is in the 1st paragraph(s), when provided. if the bookmark desc starts with "" or a line containing only dashes (-), this is an author-added quotation or comment and not the page's self-description."
29
 *<DD>)(?!&quot;|&#39;|-+$)(?:page's self-description: )?",\1page's self-description: ,"label page's self-description as such to avoid confusing it with comments added by the bookmark author, who may not agree with it. the page's self-description is in the 1st paragraph(s), when provided. if the bookmark desc starts with "" ' or a line containing only dashes (-), this is an author-added quotation or comment and not the page's self-description."
30 30
,,#### bookmark reorganization
31 31
"(?s)(^<DL><p>
32 32
    <DT><H3 [^\n]*

Also available in: Unified diff