Most Usable Bookmark Managers?
stewartj asks: "I finally got sick of manually updating my large bookmarks collection between the computers I use at work and home. I've got a permanent connection at home and a personal webserver running, so I thought I'd install a bookmark manager. Searches on SourceForge and Freshmeat have brought up too many options to consider, so I thought I'd ask Slashdot readers if they have any recommendations for a good web-based bookmark manager? Is there a better solution to making my bookmarks available everywhere (but still keeping them secure)?"
I use phoenix. I put phoenix in a shared folder in windows. I export my bookmarks in html format to another share folder. This gives me my bookmarks everywhere, and here is how.
If I am out of the house and using windows
I access the share via typing \\mypc.mydomain.edu and then launch phoenix and import bookmarks.html
If I am out of the house and using *nix
I access my pc via ssh, launch phoenix using X-forwarding, sftp bookmarks.html over the line and import it.
If I am out of the house using a Mac
It hasn't happened yet, but if I buy one of those titanium thingies (which I would if I had my choice of portable computing) It would have OSX, which can SSH and X-Forward AFAIK.
Problem solved. Same browser everywhere same bookmarks.
The GeekNights podcast is going strong. Listen!
I had the same problem a while back and found nothing worth using, so I wrote one using PHP/MySQL in a few hours. It's your standard tree-like listing, where links are in folders. It's wonderful to have one central repository for all links.
It uses only two tables and has one PHP script to add edit/delete bookmarks.
It's also password protected, so you can keep sensitive info in there and not worry. Also, I made a "sidebar" mode for use in Mozilla.
Plans had included a SOAP interface for making XUL clients or something, but I didn't find a need.
If anyone is interested, especially in making it better, I could start a SourceForge project and get it out there. Let me know if there's any takers.
Note that these do not solve the problem of different formats. Nothing will fix this until some kind of RFC standard is made (probably based on XML). It would be nice, but it is not for real.
badness 10000