Links

It is almost inevitable that once you have spent hours writing your small program that you can't noticing all the other people who have done, are doing or later did the same thing. I have found lots of programs and scripts that do the similar things with bookmarks to my program (many on sourceforge). I have no idea how well these others merge bookmark files. My program is very careful not lose any of the metadata in the bookmark.html file but tags and annotations are only stored in the more recent json file.

Many of these programs are also intended for keeping bookmarks synchronised across multiple browsers or multiple computers. As a tip, before you start playing around with these, remember to backup your bookmarks on each computer in case something goes wrong! A very useful piece of software for backing up your firefox profile is Mozbackup. There is also the firefox add-on FEBE.

So in the event that my program doesn't work for you, here are some links.

Some of the programs above can synchronise multiple computers if you have access to an FTP server (or dropbox?). There are also some online services that are aimed at keeping your bookmarks synced across computers (although some of these can also use a private server if you have concerns about privacy).

These social bookmarking sites are maybe getting away from the point of this page but...

  • Scuttle - open source social bookmarking
  • Bookmarker - the universal sidebar for social bookmarking networks
  • Addthis - adds bookmarks to social bookmarking sites
  • Delicious - the social bookmarking site

These are useful but I'm really getting off track now

  • read-it-later - firefox add-on. Stores a list of sites to read later (which can be synced across computers)
  • Session-manager - firefox add-on. Save and manage firefox sessions

Some useful technologies are XBEL which is a bookmark exchange language and JSON which is the current format that firefox uses for bookmarks.

Finally, here is my blog post on the firefox bookmarks.html merger which also discusses some of the avenues that I looked into: http://thefreakazoid.blogspot.com/2009/01/firefox-bookmarkhtml.html