aboutsummaryrefslogtreecommitdiff
path: root/src/ellinika/cgi.scm4
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2010-03-09 22:31:34 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2010-03-09 22:31:34 +0000
commit150f2f64e4e580c0d6ab75d4bee150a4369cc4f1 (patch)
tree8fdccbaafe764302ff42d9657dd0170d4d2c7e3f /src/ellinika/cgi.scm4
parent7968cb70a5dcbf57af5884f28dafe188fc6415c5 (diff)
downloadellinika-150f2f64e4e580c0d6ab75d4bee150a4369cc4f1.tar.gz
ellinika-150f2f64e4e580c0d6ab75d4bee150a4369cc4f1.tar.bz2
Update for newer Gamma.
* scm/dictrans.scm: Use Gamma 1.99 syntax. * scm/neatrans.scm: Likewise. * src/ellinika/dico.scm: Likewise. * src/cgi-bin/dict.scm4: Likewise. * src/cgi-bin/nea.scm4: Likewise. * src/ellinika/cgi.scm4 (sql-iface) (sql-host,sql-port,sql-database) (sql-username,sql-password): Remove reexports. (ellinika-sql-connection): New reexport. * src/ellinika/config.scm4 (sql-iface) (sql-host,sql-port,sql-database) (sql-username,sql-password): Remove variables. (ellinika-sql-connection): New variable. git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@541 941c8c0f-9102-463b-b60b-cd22ce0e6858
Diffstat (limited to 'src/ellinika/cgi.scm4')
-rw-r--r--src/ellinika/cgi.scm45
1 files changed, 2 insertions, 3 deletions
diff --git a/src/ellinika/cgi.scm4 b/src/ellinika/cgi.scm4
index 38fd3de..c7fbdb6 100644
--- a/src/ellinika/cgi.scm4
+++ b/src/ellinika/cgi.scm4
@@ -1,6 +1,6 @@
1;;;; -*- scheme -*- 1;;;; -*- scheme -*-
2;;;; Greek Dictionary Web Engine 2;;;; Greek Dictionary Web Engine
3;;;; Copyright (C) 2005, 2007 Sergey Poznyakoff 3;;;; Copyright (C) 2005, 2007, 2010 Sergey Poznyakoff
4;;;; 4;;;;
5;;;; This program is free software; you can redistribute it and/or modify 5;;;; This program is free software; you can redistribute it and/or modify
6;;;; it under the terms of the GNU General Public License as published by 6;;;; it under the terms of the GNU General Public License as published by
@@ -20,8 +20,7 @@
20 #:use-module (ellinika i18n) 20 #:use-module (ellinika i18n)
21 #:use-module ifelse(IFACE,[CGI],(www cgi),(guile-user)) 21 #:use-module ifelse(IFACE,[CGI],(www cgi),(guile-user))
22 #:re-export (base-dir html-dir sysconf-dir locale-path 22 #:re-export (base-dir html-dir sysconf-dir locale-path
23 sql-iface sql-host sql-port sql-database 23 ellinika-sql-connection
24 sql-username sql-password
25 config-file-name )) 24 config-file-name ))
26 25
27 26

Return to:

Send suggestions and report system problems to the System administrator.