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@9fans.net>
Subject: Re: [9fans] dbfs and web framework for plan 9 (was: web-based plan 9?)
Date: Sun, 23 Nov 2008 23:50:30 +0100	[thread overview]
Message-ID: <20081123225029.GA19256@nibiru.local> (raw)
In-Reply-To: <8ccc8ba40811231426i7e83a9ffled87c4519ab36a57@mail.gmail.com>

* Francisco J Ballesteros <nemo@lsub.org> wrote:

Hi,

> Well, Plan 9 has web forums, see http://lsub.org/magic/group as an example
> It uses a directory per web group, with a file per article (and replies to it).
> Several skeleton html files are used and a DYNAMIC tag is replaced with
> contents using a C program.

Yeah, simple, but effective :)
With modern browsers you could even move this logic into the client:
It just reads the files (using HTTP as fs) and builds up everything
else on its own, using javascript.

> Also, because we use the real FS to keep the data, we don't need a synthetic
> file system program to implement any interface whatsoever (unless you count the
> web as such thing).

But a synthetic filesystem would also be fine for creating everything
on-the-fly. POST requests could be sent through a special file.
The actual http stuff would just be a tiny frontend :)


cu
--
----------------------------------------------------------------------
 Enrico Weigelt, metux IT service -- http://www.metux.de/

 cellphone: +49 174 7066481   email: info@metux.de   skype: nekrad666
----------------------------------------------------------------------
 Embedded-Linux / Portierung / Opensource-QM / Verteilte Systeme
----------------------------------------------------------------------



  reply	other threads:[~2008-11-23 22:50 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-23 18:58 Giacomo Tesio
2008-11-23 22:06 ` Enrico Weigelt
2008-11-23 22:26   ` Francisco J Ballesteros
2008-11-23 22:50     ` Enrico Weigelt [this message]
2008-11-24  9:27   ` Giacomo Tesio
2008-11-24  9:30     ` Giacomo Tesio
2008-11-24 10:58   ` [9fans] dbfs and web framework for plan 9 matt
2008-11-24 14:13     ` Giacomo Tesio

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=20081123225029.GA19256@nibiru.local \
    --to=weigelt@metux.de \
    --cc=9fans@9fans.net \
    /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).