From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.lisp.guile.user Subject: wikid demo revived Date: Mon, 21 Oct 2002 19:34:10 -0700 Sender: guile-user-admin@gnu.org Message-ID: Reply-To: ttn@glug.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1035257246 12087 80.91.224.249 (22 Oct 2002 03:27:26 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 22 Oct 2002 03:27:26 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 183phV-00038i-00 for ; Tue, 22 Oct 2002 05:27:25 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 183pbc-0002m0-00; Mon, 21 Oct 2002 23:21:20 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 183pa9-0001eZ-00 for guile-user@gnu.org; Mon, 21 Oct 2002 23:19:49 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 183pa2-0001JL-00 for guile-user@gnu.org; Mon, 21 Oct 2002 23:19:45 -0400 Original-Received: from ca-crlsca-cuda3-c6a-b-211.crlsca.adelphia.net ([68.71.15.211] helo=giblet) by monty-python.gnu.org with esmtp (Exim 4.10) id 183pa1-0001Fm-00 for guile-user@gnu.org; Mon, 21 Oct 2002 23:19:41 -0400 Original-Received: from ttn by giblet with local (Exim 3.35 #1 (Debian)) id 183ory-0004Yi-00 for ; Mon, 21 Oct 2002 19:34:10 -0700 Original-To: guile-user@gnu.org Errors-To: guile-user-admin@gnu.org X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.lisp.guile.user:1259 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:1259 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