* Darren Bane <[EMAIL PROTECTED]> wrote:

Hi,

> I'm not sure that any standard is needed.  You can just store 
> the bookmarks in a text file and plumb them (e.g. from 9term 
> or acme) to your Web browser. Check out "9 man 4 plumber" 
> for details.

The idea is to define cross-browser + cross-platform standard and 
let the client use an tiny filesystem abstraction library with 9P 
semantics (in fact most times just call an 9p or FUSE server 
remotely or through an pipe). So the application once connects to 
the fs (not necessarily mount it) and then entirely works within 
there. The application has no idea how the data is actually stored. 

This way, the bookmark storage is completely independent from the
client. You can use any client (which supports that ;)) on any
bookmark storage. Things like remote bookmarks, collaboration, etc
are completely hidden behind the bookmark server.

I've started writing some draft:

http://j.metux.de/index.php?option=com_content&task=view&id=23


BTW: similar things could be done with mailboxes, too
(I'll write some bit about this later ...)


cu
-- 
---------------------------------------------------------------------
 Enrico Weigelt    ==   metux IT service - http://www.metux.de/
---------------------------------------------------------------------
 Please visit the OpenSource QM Taskforce:
        http://wiki.metux.de/public/OpenSource_QM_Taskforce
 Patches / Fixes for a lot dozens of packages in dozens of versions:
        http://patches.metux.de/
---------------------------------------------------------------------

Reply via email to