From: Thien-Thi Nguyen <ttn@giblet.glug.org>
Subject: wikid demo revived
Date: Mon, 21 Oct 2002 19:34:10 -0700 [thread overview]
Message-ID: <E183ory-0004Yi-00@giblet> (raw)
folks,
turns out glug.org is able to host a wikid instance after all, using
"cgiwrap" (a variation on "suexec" apparently). for now, the rebirth
of wikid demo is running under:
http://www.glug.org/wiki/
using:
guile-1.4.1.91 (http://www.glug.org/tmp/2002-10/)
wikid-0.83 (wikid.cgi slightly modified to handle `recvfrom!'
impl not filling in the static scm_addr_buffer --
tsk tsk. i see that guile HEAD fixes this, so
that will be back ported.)
guile-gdbm-0.0.4ttn1 (http://www.glug.org/tmp/2002-10/)
ttn-pers-scheme-0.31 (usual place)
its use is, as it was a year ago, rather plain. however, wikid admin
has improved somewhat (along w/ docs):
$ mkdir -p ~/etc/wikid.conf
$ cd ~/etc/wikid.conf
$ cp ~/local/share/wikid/wikid.conf demo
$ [edit demo] # see below
$ wikid-admin -C demo init
$ wikid-admin -C demo start
(p . 0)
0.079664 seconds
...
the "demo" config is below. the seed-data -- two pages plus a few extra
urls -- is from the wikid distribution (used if "wikid-admin init" does
not specify any seed data files). probably the mkdir...cp steps could
be made into another wikid-admin command (patch welcome). usual pidfile
and logfile config+impl patches welcome (don't forget to do autokick
from the cgi on daemon awol), too. last piece required for 1.0 release
would be handling SIGUSR1, say, to dump the db as a .tgz somewhere.
this i reserve for myself (for learning) unless your patch is super-well
commented. and of course, 2.0 will use GNU serveez.
ok, back to wrapping my head around lang/lr1.scm....
thi
_______________________________
;;; demo WIKID configuration -*- scheme -*-
(demo
(dispatch . "/bin/demo.wikid.cgi")
(fs-cgi . "/home/ttn/public_html/cgi-bin/demo.wikid.cgi")
(port . 9092)
(max-msg . 16384) ; 16 kilobytes
(var-dir . "/home/ttn/public_html/cgi-bin/var/demo.wikid/"))
;;; demo WIKID configuration ends here
_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-user
next reply other threads:[~2002-10-22 2:34 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-10-22 2:34 Thien-Thi Nguyen [this message]
2002-10-22 15:59 ` wikid demo revived news
-- strict thread matches above, loose matches on Subject: below --
2002-10-22 2:45 Thien-Thi Nguyen
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
List information: https://www.gnu.org/software/guile/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E183ory-0004Yi-00@giblet \
--to=ttn@giblet.glug.org \
--cc=ttn@glug.org \
/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 read-only IMAP folder(s) and NNTP newsgroup(s).