edbrowse-dev - development list for edbrowse
 help / color / mirror / Atom feed
From: Adam Thompson <arthompson1990@gmail.com>
To: Karl Dahlke <eklhad@comcast.net>
Cc: Edbrowse-dev@lists.the-brannons.com
Subject: Re: [Edbrowse-dev] protocol handlers and outputting to buffer
Date: Sun, 11 Feb 2018 17:14:02 +0000	[thread overview]
Message-ID: <20180211171402.vsqhyaogn7djvawl@toaster> (raw)
In-Reply-To: <20180111115453.eklhad@comcast.net>

On Sun, Feb 11, 2018 at 11:54:53AM -0500, Karl Dahlke wrote:
> Thank you for raising this issue.
> Edbrowse has native support for ftp, but ftp has no headers and no help, so edbrowse is a bit limited in its understanding, as is every other ftp client.
> I know what you mean about a gopher menu, ftp presents each directory as a menu, showing subdirectories and files.
> Clients understand this, as does edbrowse.
> I turn a menu listing into html, with links, ftp links, that take you to subdirectories and/or files.
> It works pretty well.
> I imagine something like that could be done for gopher, and I'd say it has to be native, like ftp, I don't think this is a plugin situation.
> I'll play around with the public gopher sites as time permits,
> this is something edbrowse should do.

Yeah, if it's doing the ftp list to html thing natively, where's that code?  I could probably put together similar for gopher, the tricky part is
getting the type info from the selectors into edbrowse.  Also, gopher has simple forms which we should probably implement.
My thought for using a plugin was that I could hammer together a proof of concept then look at the edbrowse
patch but it seems we simply don't have a way to integrate protocol handlers with the rest of the mechanism
closely enough to make this happen.
Helpfully there's a (fairly readable) RFC for all this and it's a very simple protocol. Also we don't need to bother with
anything more than plain gopher (there was a Gopher plus but I don't know of anyone who cares about it really) which simplifies all this.

On the subject of protocol handlers, if we can't get a variable output type (which is where this all started) I'd still
like to support handlers which can output to the buffer rather than just be ran as external processes.  That seems like a sensible thing to allow to me.
Any thoughts?

Cheers,
Adam.

  reply	other threads:[~2018-02-11 17:13 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-26 18:01 Adam Thompson
2018-01-26 18:13 ` Karl Dahlke
2018-01-27  9:58   ` Adam Thompson
2018-01-27 14:40     ` Karl Dahlke
2018-02-01 19:58       ` Adam Thompson
2018-02-01 20:28         ` Karl Dahlke
2018-02-09 18:44           ` Adam Thompson
2018-02-09 20:10             ` Karl Dahlke
2018-02-11 16:41               ` Adam Thompson
2018-02-11 16:54                 ` Karl Dahlke
2018-02-11 17:14                   ` Adam Thompson [this message]
2018-02-11 17:40                     ` Karl Dahlke

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=20180211171402.vsqhyaogn7djvawl@toaster \
    --to=arthompson1990@gmail.com \
    --cc=Edbrowse-dev@lists.the-brannons.com \
    --cc=eklhad@comcast.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).