|
Posted by DelphiLand Team on January 06, 2006
In Reply to: Help creating a bookmark manager app posted by Bobp12404 on December
28, 2005 Quite an elaborate topic ;) so we'll split up the answer into several parts. Firstly, some general stuff. Browsers have a list in which you can store names (descriptions) and addresses of websites. There are 3 common ways to store "bookmarks": - Netscape-format 1. Netscape-format Stores all bookmarks as links inside an HTML file. Submenus are stored as sublists inside the list. Browsers that create bookmarks in Netscape format: FireFox The name of the bookmark file is called bookmark.htm by Netscape Navigator and bookmarks.html by newer browsers, such as FireFox. Usually it is located in: 2. Internet Explorer-format (URL format) Each bookmark (also called "favorite") is represented by a *.url file. All these files are inside a directory which is usually called "Favorites". Submenus are implemented with subdirectories. Browsers that create bookmarks in the Internet Explorer format:
3. Special formats Opera saves bookmarks in its own format, called "Hotlist". With the export function, you can create a Netscape compatible bookmark file. The Opera bookmark file is normally named opera6.adr, it might be placed in: Next, we'll have a look at the *structure* of the different formats. Related Articles and Replies
Reply
DelphiLand Club members: enter your Membership password. |