aboutsummaryrefslogtreecommitdiff
path: root/xml/nea.scm
blob: a026026b7f86b81aa0ff45131976617cc5c3dfb5 (plain)
1
2
3
4
5
6
7
8
9
(use-modules (xmltrans lingua)
	     (xmltools dict))
(letrec ((nea (lambda (. args)
		(string-append
		 (lingua:get-cgi-bin)
		 "/nea.cgi?LANG="
		 (lingua:LANG args)))))
  (xmltrans:set-attr "LINGUA" "NEA" nea))

Return to:

Send suggestions and report system problems to the System administrator.