File: buslocation-cgi.l

package info (click to toggle)
euslisp 9.27%2Bdfsg-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 55,344 kB
  • sloc: ansic: 41,162; lisp: 3,339; makefile: 256; sh: 208; asm: 138; python: 53
file content (13 lines) | stat: -rw-r--r-- 274 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
;;; buslocation-cgi.l
;;; Feb 3, 2003 by Toshihiro Matsui

(load "buslocation.l")

(setq *action* "/cgi-bin/bus.cgi")
(setq *table* "tsukuba_bus")	;(xqval 'table *forms* 'table_policy)
(setq db (instance pq:pgsql :init :dbname "t.matsui"))

(buslocation-top)

(unix::exit)