Netscape bookmarks

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
Line 5: Line 5:
 
}}
 
}}
  
Netscape kept its bookmarks in a file named '''bookmarks.html''' (or '''bookmark.htm''' in versions for archaic operating systems permitting only 8+2 filenames) in the user profile directory. It was (kinda, sorta) [[HTML]], with a weird doctype specific to Netscape and some offenses against HTML decency like odd nesting of elements. It used some particular combinations of tags and attributes to represent the bookmark structure. Specific items changed over time in different versions as new features were added, but the basic structure remained similar to allow bookmarks to be shared between different browser versions. The format remained in use in early Mozilla browsers before switching to the [[JSON]]-based format used in the current Firefox.
+
Netscape kept its bookmarks in a file named '''bookmarks.html''' (or '''bookmark.htm''' in versions for archaic operating systems permitting only 8+2 filenames) in the user profile directory. It was (kinda, sorta) [[HTML]], with a weird doctype specific to Netscape and some offenses against HTML decency like odd nesting of elements. It used some particular combinations of tags and attributes to represent the bookmark structure. Specific items changed over time in different versions as new features were added, but the basic structure remained similar to allow bookmarks to be shared between different browser versions. The format remained in use in early Mozilla browsers before switching to the [[DB (SQLite)|SQLite]]-based bookmark database (with automatic backups in a [[JSON]]-based format) used in the current Firefox.
  
 
Doctype: '''<!DOCTYPE NETSCAPE-Bookmark-file-1>'''
 
Doctype: '''<!DOCTYPE NETSCAPE-Bookmark-file-1>'''

Revision as of 04:24, 1 December 2012

File Format
Name Netscape bookmarks
Ontology

Netscape kept its bookmarks in a file named bookmarks.html (or bookmark.htm in versions for archaic operating systems permitting only 8+2 filenames) in the user profile directory. It was (kinda, sorta) HTML, with a weird doctype specific to Netscape and some offenses against HTML decency like odd nesting of elements. It used some particular combinations of tags and attributes to represent the bookmark structure. Specific items changed over time in different versions as new features were added, but the basic structure remained similar to allow bookmarks to be shared between different browser versions. The format remained in use in early Mozilla browsers before switching to the SQLite-based bookmark database (with automatic backups in a JSON-based format) used in the current Firefox.

Doctype: <!DOCTYPE NETSCAPE-Bookmark-file-1>

References

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox