Firefox Bookmark Parser [PHP]
Example script that can be used for sharing bookmarks on the web.
It parses Firefox (Netscape compatible) bookmarks file, creates thumbnails, caches result and displays the bookmarks on the web.
Caching is used since HTML parsing with regular expressions is very resource expensive. A cache is refreshed each time the original file changes.
Installation
Extract the archive and place the contents somewhere on your server. Place the bookmarks.html file in the same directory as index.php and bookmarks.class.php. The directory icons must be writeable.
