aboutsummaryrefslogtreecommitdiff
path: root/xml/lingua.conf.in
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2010-03-23 11:20:24 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2010-03-23 11:20:24 +0000
commit9f888c945bf35a5aac073212ed4d98a3d3c995a2 (patch)
tree2196a221c65dc84a59c71f9986ecb6f95ca3f24f /xml/lingua.conf.in
parent0bad72ab8a3ccc80eab77dad4b727840674153a3 (diff)
downloadellinika-9f888c945bf35a5aac073212ed4d98a3d3c995a2.tar.gz
ellinika-9f888c945bf35a5aac073212ed4d98a3d3c995a2.tar.bz2
Clarify the use of AUTHOR declaration.
* disp.css: Rename to maint.css * Makefile.am: Likewise. * xml/uk/ellinika.xml: Simplify <AUTHOR> declaration. * xml/pl/ellinika.xml: Likewise. * xml/ru/ellinika.xml: Likewise. * xml/lingua.conf.in (AUTHOR): Add element. * xml/Makefile.am (=PACKAGE_BUGREPORT=): New substitution. * configure.ac: Update version number. Change bug-reporting email. * html-files/uk/maint.html: Use maint.css * html-files/ru/maint.html: Likewise. * html-files/uk/maint.html: Likewise. git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@544 941c8c0f-9102-463b-b60b-cd22ce0e6858
Diffstat (limited to 'xml/lingua.conf.in')
-rw-r--r--xml/lingua.conf.in12
1 files changed, 8 insertions, 4 deletions
diff --git a/xml/lingua.conf.in b/xml/lingua.conf.in
index 918d9b1..9ea3534 100644
--- a/xml/lingua.conf.in
+++ b/xml/lingua.conf.in
@@ -6,7 +6,9 @@
<DIRECTORY OUT="=OUTDIR=" />
<DIRECTORY TARGET="=TARGET_DIR=" />
<DIRECTORY SOUND="=TARGET_DIR=/sound" />
-
+
+ <AUTHOR EMAIL="=PACKAGE_BUGREPORT=" HOMEPAGE="http://gray.gnu.org.ua" />
+
<DICT PROG="dict.=SCRIPT_SUFFIX=" />
<BASE HREF="=BASE_HREF=" />
<SEARCH ARGS="(list (lingua:gettext &quot;Search&quot;))">
@@ -49,10 +51,13 @@
(tag attr text)
(list
"<p>\n"
- (format #f "~A <a href=\"mailto:~A\">~A</a>;"
+ (let ((contact (or
+ (lingua:attr "AUTHOR" "CONTACT")
+ (lingua:tag-text "AUTHOR") )))
+ (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"))
+ contact))
"</p>\n<p>"
text
"</p>\n"
@@ -69,7 +74,6 @@ this notice is preserved.</p>\n"
"</div>"
))
-
(xmltrans:end-tag
"KATHAREVUSA"

Return to:

Send suggestions and report system problems to the System administrator.