aboutsummaryrefslogtreecommitdiff
path: root/xml/lingua.conf.in
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2007-10-09 12:04:22 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2007-10-09 12:04:22 +0000
commit19e6d5712f06e319f2e6a19334ec9073ae5d3e27 (patch)
tree64c5c09dd51089aebd0490877ec5979f760c0e27 /xml/lingua.conf.in
parentbf1aae3e3c9637567400e39325a0d036012bd42a (diff)
downloadellinika-19e6d5712f06e319f2e6a19334ec9073ae5d3e27.tar.gz
ellinika-19e6d5712f06e319f2e6a19334ec9073ae5d3e27.tar.bz2
* xml/lingua.conf.in (FOOTER): New element
* xml/pl/ellinika.xml, xml/pl/arithmi.xml, xml/pl/rhmata.xml: Update git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@495 941c8c0f-9102-463b-b60b-cd22ce0e6858
Diffstat (limited to 'xml/lingua.conf.in')
-rw-r--r--xml/lingua.conf.in29
1 files changed, 28 insertions, 1 deletions
diff --git a/xml/lingua.conf.in b/xml/lingua.conf.in
index f24d6ac..dabbcda 100644
--- a/xml/lingua.conf.in
+++ b/xml/lingua.conf.in
@@ -47,7 +47,34 @@
"/nea.=SCRIPT_SUFFIX=?LANG="
(lingua:LANG args)))))
(xmltrans:set-attr "LINGUA" "NEA" nea)))
-
+
+(xmltrans:end-tag
+ "FOOTER"
+ (tag attr text)
+ (list
+ "<p>\n"
+ (format #f "~A <a href=\"mailto:~A\">~A</a>;"
+ (lingua:gettext "For information about this site contact")
+ (lingua:attr "AUTHOR" "EMAIL")
+ (lingua:attr "AUTHOR" "CONTACT"))
+ "</p>\n<p>"
+ text
+ "</p>\n"
+ "<p>Verbatim copying and distribution of this entire article are
+permitted worldwide, without royalty, in any medium, provided
+this notice is preserved.</p>\n"
+
+ "<div class=\"hidden-info\">Page generated on "
+ (strftime "%c" (localtime (current-time)))
+ (let ((vcs-id (xmltrans:attr attr "VCS-ID")))
+ (if (and vcs-id (not (string-null? vcs-id)))
+ (string-append " from " vcs-id)
+ ""))
+ "</div>"
+
+))
+
+
(xmltrans:end-tag
"KATHAREVUSA"
(tag attr text)

Return to:

Send suggestions and report system problems to the System administrator.