aboutsummaryrefslogtreecommitdiff
path: root/xml/ru/ellinika.xml
blob: c64a78da475fa3074d307ecd620ba1df373f3bd4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (C) 2004 Sergey Poznyakoff

  Permission is granted to copy, distribute and/or modify this document
  under the terms of the GNU Free Documentation License, Version 1.2
  or any later version published by the Free Software Foundation;
  with no Invariant Sections, no Front-Cover Texts, and no Back-Cover
  Texts.  A copy of the license is included in the file COPYING.FDL  -->

<!-- $Id$ -->
<LINGUA LANG="ru" TER="RU" PREFIX="ellinika">

<AUTHOR EMAIL="gray@mirddin.farlep.net" HOMEPAGE="http://gray.farlep.net"
 CONTACT="&amp;lt;gray at mirddin.farlep.net&amp;gt;" >Sergey Poznyakoff</AUTHOR>
<KEYWORDS>греческий,грамматика,словарь</KEYWORDS>

<LOCALIZATION>
  <MSGSTR ID="Home Page">Домашняя страница</MSGSTR>
  <MSGSTR ID="Information">Информация</MSGSTR>
  <MSGSTR ID="For information about this site contact">По вопросам относительно этого сайта обращайтесь к</MSGSTR>
  <MSGSTR ID="Previous Page">Предыдущая страница</MSGSTR>
  <MSGSTR ID="Next Page">Следующая страница</MSGSTR>
  <MSGSTR ID="Top of the Page">В начало страницы</MSGSTR> 
</LOCALIZATION>

<COPYRIGHT>
<PARA><GUILE>
  <![CDATA[
  (use-modules (xmltrans lingua)) 
  (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")) ]]>
</GUILE>	  
</PARA>
<PARA>Copyright <![CDATA[&copy;]]> 2004, 2005 Sergey Poznyakoff</PARA>
<PARA>
Verbatim copying and distribution of this entire article are
permitted worldwide, without royalty, in any medium, provided
this notice is preserved.</PARA>
</COPYRIGHT>  

<GUILE>
  (use-modules (xmltrans lingua)
               (xmltools dict))
  (letrec ((nea (lambda ()
                     (string-append
		     ;; FIXME: Actually, the same as get-cgi-bin in xmltools
                      (or
                        (and (lingua:tag-exists? "DIRECTORY")
                             (lingua:attr "DIRECTORY" "CGIBIN"))
                        "/cgi-bin")
                      "/nea.cgi?LANG="
                      (xmltrans:attr "LINGUA" "LANG")
                      "_"
                      (xmltrans:attr "LINGUA" "TER")))))
    (xmltrans:set-attr "LINGUA" "NEA" nea))
   #f 		    
</GUILE>


<GROUP TITLE="Введение">

<INCLUDE FILE="intro.xml" />

<PAGE PREFIX="nea" HEADER="Новости сайта" REF="NEA">
<PARA>@@main@@</PARA>
<PARA>@@summary@@</PARA>
</PAGE>

<INCLUDE FILE="istoria.xml" />
</GROUP>

<GROUP TITLE="Фонетика">
<INCLUDE FILE="alfabhta.xml" />
<INCLUDE FILE="profora.xml" />
<INCLUDE FILE="tonos.xml" />
</GROUP>

<GROUP TITLE="Грамматика">

<INCLUDE FILE="arthra.xml" />
<INCLUDE FILE="oysiastika.xml" />
<INCLUDE FILE="epitheta.xml" />
<INCLUDE FILE="epirrhmata.xml" />
<INCLUDE FILE="arithmi.xml" />
<INCLUDE FILE="antonimies.xml" />
<INCLUDE FILE="rhmata.xml" />

</GROUP>

<GROUP TITLE="Кафаревуса">
<INCLUDE FILE="k_intro.xml" />
<INCLUDE FILE="k_arthra.xml" />
<INCLUDE FILE="k_oysiastika.xml" />
<!--
<INCLUDE FILE="k_epitheta.xml" />
<INCLUDE FILE="k_epirrhmata.xml" />
<INCLUDE FILE="k_arithmi.xml" />
<INCLUDE FILE="k_antonimies.xml" />
<INCLUDE FILE="k_rhmata.xml" />
-->
</GROUP>

<GROUP TITLE="Словарный запас">
<PAGE PREFIX="dict" HEADER="Греческо-русский словарь" REF="DICT">

@@dict@@

<BOTTOM>
<PARA>@@stat_count@@; Последнее обновление @@stat_updated@@.</PARA>
</BOTTOM>
</PAGE>

<INCLUDE FILE="paroimies.xml"/>
</GROUP>

<GROUP TITLE="Навигация">
<ITEM>NAVIGATION</ITEM>
<PAGE PREFIX="map" HEADER="Карта сайта">
{SITEMAP}
</PAGE>
</GROUP>

<GROUP TITLE="permalink" HIDDEN="1">
<PAGE PREFIX="monima" HEADER="@@title@@" REF="NEA">
<PARA>@@main@@</PARA>
</PAGE>
</GROUP>

</LINGUA>

<!-- Local Variables: -->
<!-- mode: ellinika -->
<!-- buffer-file-coding-system: utf-8 -->
<!-- alternative-input-method: cyrillic-yawerty -->
<!-- alternative-dictionary: "russian" -->
<!-- End: -->

Return to:

Send suggestions and report system problems to the System administrator.