Revision 8828
Added by Aaron Marcuse-Kubitza over 11 years ago
lib/Firefox_bookmarks.reformat.csv | ||
---|---|---|
28 | 28 |
",put ICON attributes with favicon contents on their own line so the rest of the line is easier to see |
29 | 29 |
" LAST_MODIFIED="".*?""",,"remove LAST_MODIFIED attributes, which seem to change whenever the favicon is updated and clutter up the svn diff" |
30 | 30 |
,,#### bookmark text fixes |
31 |
(?<=^<DD>)(?!"|-*$)(?:[^:\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."
|
|
31 |
(?<=^<DD>)(?!"|-+$)(?:[^:\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."
|
|
32 | 32 |
,,#### bookmark reorganization |
33 | 33 |
"(?s)(^<DL><p> |
34 | 34 |
<DT><H3 [^\n]* |
web/links/index.htm | ||
---|---|---|
1144 | 1144 |
LAST_CHARSET="UTF-8"><img width="16" height="16" |
1145 | 1145 |
src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABWUlEQVQ4jaXTPUvDQBgH8HyzkiCVdlBcFD+CDgUn0bU5rUMRS6mD4BuCVgfFKmitCl0s+FKhvoEgVvsyWKuRS9JLcvm7tcplSHW44e6e5/c8x91JAaKFZJXWFELRzZBVWgsQLST9JfknInlt9ExRJLMMqSOG67ID7gLb5xbG100h1hNIFyzM51gbu61wnN7Znl14Al+GC7LTas9nMi20bPgHPnUXmatOxbE1E89v3D8wd8DAbGBiw0R/XMfupY3RJcM/oBCKkUUDiUMGF/h1HN+AQiiC0xSa4aL04mBgVvcPTKZNbBYspHIMy3mGJnXx+s4xmBARAVg4Ybh4ctAb66wNJXSUGxx7RfEqBaDa5EgdMSEwmWXIlnwA+Qcb5QbHcLLTbjBGcfboILLq4yX2xXVsFSzUP1zcVzmOb2zsF21EVsRkhVD89zPVJTmqhWWV1rsGVFqRo1r4G6iM33AbQTj+AAAAAElFTkSuQmCC" |
1146 | 1146 |
style="margin-right: 0.5em;"/>Basic Guide to DNS - Google Apps Help</A> |
1147 |
<DD> |
|
1147 |
<DD>page's description:
|
|
1148 | 1148 |
This guide is a list of common terms you may encounter when managing the DNS settings of your domain. Click a term below to jump to the description of the term and its practical use with Google Apps |
1149 | 1149 |
</DL><p> |
1150 | 1150 |
<DT><a name="TLDs" href="#TLDs"><H3 ADD_DATE="1363189686">TLDs</H3></a> |
Also available in: Unified diff
lib/Firefox_bookmarks.reformat.csv: labeling page's description: don't match descriptions with a leading blank line as an author comment, because sometimes page descriptions themselves start with a blank line. instead, author comments at the beginning of bookmark descriptions should always start with a " or be preceded by a line containing only hyphens (-). note that it was never reliable to use a blank line for this purpose, because it would be trimmed out upon reimport of the HTML file into Firefox.