9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Enrico Weigelt <weigelt@metux.de>
To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu>
Subject: Re: [9fans] Re: Storing bookmarks via 9p
Date: Sun, 29 Apr 2007 16:47:40 +0200	[thread overview]
Message-ID: <20070429144740.GA8078@nibiru.local> (raw)
In-Reply-To: <euk2go$e9g$1@majestic.ukshells.co.uk>

* Darren Bane <darren.bane@gmail.com> 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	other threads:[~2007-04-29 14:47 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-03-30  8:10 [9fans] " Enrico Weigelt
2007-03-30 22:21 ` [9fans] " Darren Bane
2007-04-29 14:47   ` Enrico Weigelt [this message]
2007-04-29 17:36     ` Uriel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070429144740.GA8078@nibiru.local \
    --to=weigelt@metux.de \
    --cc=9fans@cse.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).