Netscape bookmarks
Dan Tobias (Talk | contribs) |
Dan Tobias (Talk | contribs) |
||
Line 8: | Line 8: | ||
Doctype: '''<!DOCTYPE NETSCAPE-Bookmark-file-1>''' | Doctype: '''<!DOCTYPE NETSCAPE-Bookmark-file-1>''' | ||
+ | |||
+ | == See also == | ||
+ | * [[Firefox bookmarks]] | ||
== References == | == References == | ||
* [http://support.mozilla.org/en-US/kb/import-bookmarks-html Import bookmarks from Netscape to Firefox] | * [http://support.mozilla.org/en-US/kb/import-bookmarks-html Import bookmarks from Netscape to Firefox] | ||
* [http://msdn.microsoft.com/en-us/library/aa753582%28VS.85%29.aspx Documentation of Netscape bookmark format] (in Microsoft site, weirdly enough) | * [http://msdn.microsoft.com/en-us/library/aa753582%28VS.85%29.aspx Documentation of Netscape bookmark format] (in Microsoft site, weirdly enough) |
Revision as of 13:40, 9 February 2014
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 (since version 3.0).
Doctype: <!DOCTYPE NETSCAPE-Bookmark-file-1>
See also
References
- Import bookmarks from Netscape to Firefox
- Documentation of Netscape bookmark format (in Microsoft site, weirdly enough)