discuss@mandoc.bsd.lv
 help / color / mirror / Atom feed
From: Kristaps Dzonsons <kristaps@bsd.lv>
To: discuss@mdocml.bsd.lv
Subject: man.cgi in "online" mode
Date: Thu, 24 Nov 2011 22:34:02 +0100	[thread overview]
Message-ID: <4ECEB84A.20203@bsd.lv> (raw)

Hi,

If you're looking at commits and tech@ messages, you'll notice a lot of 
work in apropos(1) and mandocdb(8).  What's not mentioned much is 
man.cgi, which is similar to existing man.cgi scripts but with the power 
of our apropos(1) and mandoc(1) as a renderer.

To date, I've designed man.cgi to run in "secure" and "insecure" mode. 
"Insecure" mode is for non-jailed CGI processes, scanning the system's 
mandocdb(8) (like apropos(1)) and formatting output with mandoc(1).  The 
"secure" mode uses mandocdb(8) databases and a cache of pre-formatted 
manpages, both kept fresh with the new-born manup(8) utility.  One 
triggers insecure mode by passing the $INSECURE variable to the CGI script.

The question is as follows: is an "insecure" mode reasonable?  It's a 
security risk to allow a CGI to fork()/exec() at all, which makes it 
unlikely for public-facing servers.  But it's a hassle to set up and 
maintain a server just for internal manpages.  And do manuals really 
change so much that on-line rendering is necessary?  The "secure" mode 
cache is freshened with a single command invocation, only updating 
what's out of date (quickly, at that).

My thought is to write a Firefox add-in to do this instead, but it seems 
that somebody in discuss@-land may have a better idea.  Or better yet, 
might think this idea awesome enough to do on their own -- all the code 
to interact with mandocdb(8) is already in man.cgi (cgi.c).  The 
benefits are that it kicks some complexity out of man.cgi and lets me 
focus more on a single purpose, instead of spreading out over two.

Of course, this limits to Firefox.  I happen to despise Firefox, but am 
not sure if other solutions beyond a standalone daemon like cupsd.

Thoughts?

Take care,

Kristaps
--
 To unsubscribe send an email to discuss+unsubscribe@mdocml.bsd.lv

             reply	other threads:[~2011-11-24 21:34 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-24 21:34 Kristaps Dzonsons [this message]
2011-11-24 22:02 ` Paul Onyschuk
2011-11-24 22:06   ` Kristaps Dzonsons
2011-11-24 22:15     ` Kristaps Dzonsons
2011-11-24 22:35 ` Ingo Schwarze
2011-11-24 23:15   ` Kristaps Dzonsons
2011-11-24 23:49     ` Ingo Schwarze

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=4ECEB84A.20203@bsd.lv \
    --to=kristaps@bsd.lv \
    --cc=discuss@mdocml.bsd.lv \
    /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).