aboutsummaryrefslogtreecommitdiff
path: root/xml
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
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')
-rw-r--r--xml/Makefile.am1
-rw-r--r--xml/lingua.conf.in12
-rw-r--r--xml/pl/ellinika.xml3
-rw-r--r--xml/ru/ellinika.xml3
-rw-r--r--xml/uk/ellinika.xml5
5 files changed, 13 insertions, 11 deletions
diff --git a/xml/Makefile.am b/xml/Makefile.am
index e39e6da..ccb5d01 100644
--- a/xml/Makefile.am
+++ b/xml/Makefile.am
@@ -29,2 +29,3 @@ conf.sed: Makefile
echo 's,=BASE_HREF=,$(BASE_HREF),' >> conf.sed
+ echo 's,=PACKAGE_BUGREPORT=,$(PACKAGE_BUGREPORT),' >> conf.sed
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
@@ -8,3 +8,5 @@
<DIRECTORY SOUND="=TARGET_DIR=/sound" />
-
+
+ <AUTHOR EMAIL="=PACKAGE_BUGREPORT=" HOMEPAGE="http://gray.gnu.org.ua" />
+
<DICT PROG="dict.=SCRIPT_SUFFIX=" />
@@ -51,6 +53,9 @@
"<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>"
@@ -71,3 +76,2 @@ this notice is preserved.</p>\n"
))
-
diff --git a/xml/pl/ellinika.xml b/xml/pl/ellinika.xml
index ef94889..9e3e6af 100644
--- a/xml/pl/ellinika.xml
+++ b/xml/pl/ellinika.xml
@@ -12,4 +12,3 @@
-<AUTHOR EMAIL="gray@gnu.org.ua" HOMEPAGE="http://gray.gnu.org.ua"
- CONTACT="&amp;lt;gray at gnu dot org dot ua&amp;gt;" >Sergey Poznyakoff</AUTHOR>
+<AUTHOR CONTACT="Sergiusza Poznyakowa">Sergey Poznyakoff</AUTHOR>
<KEYWORDS>grecki,gramatyka,słownik</KEYWORDS>
diff --git a/xml/ru/ellinika.xml b/xml/ru/ellinika.xml
index 7d3edf0..60866eb 100644
--- a/xml/ru/ellinika.xml
+++ b/xml/ru/ellinika.xml
@@ -12,4 +12,3 @@
-<AUTHOR EMAIL="gray@gnu.org.ua" HOMEPAGE="http://gray.gnu.org.ua"
- CONTACT="&amp;lt;gray at gnu dot org dot ua&amp;gt;" >Sergey Poznyakoff</AUTHOR>
+<AUTHOR CONTACT="Сергею Познякову">Sergey Poznyakoff</AUTHOR>
<KEYWORDS>греческий,грамматика,словарь</KEYWORDS>
diff --git a/xml/uk/ellinika.xml b/xml/uk/ellinika.xml
index c2531c2..2e79899 100644
--- a/xml/uk/ellinika.xml
+++ b/xml/uk/ellinika.xml
@@ -12,4 +12,3 @@
-<AUTHOR EMAIL="gray@gnu.org.ua" HOMEPAGE="http://gray.gnu.org.ua"
- CONTACT="&amp;lt;gray at gnu dot org dot ua&amp;gt;" >Sergey Poznyakoff</AUTHOR>
+<AUTHOR CONTACT="Сергія Познякова" >Sergey Poznyakoff</AUTHOR>
<KEYWORDS>грецька,граматика,словник</KEYWORDS>
@@ -19,3 +18,3 @@
<MSGSTR ID="Information">Інформація</MSGSTR>
- <MSGSTR ID="For information about this site contact">Щоб отримати докладнішу інформацію, напишіть до </MSGSTR>
+ <MSGSTR ID="For information about this site contact">Щоб отримати докладнішу інформацію, пишіть до </MSGSTR>
<MSGSTR ID="Previous Page">Попередня сторінка</MSGSTR>

Return to:

Send suggestions and report system problems to the System administrator.