aboutsummaryrefslogtreecommitdiff
path: root/xml
diff options
context:
space:
mode:
Diffstat (limited to 'xml')
-rw-r--r--xml/ru/lingua.conf.in50
1 files changed, 0 insertions, 50 deletions
diff --git a/xml/ru/lingua.conf.in b/xml/ru/lingua.conf.in
deleted file mode 100644
index 2cba2e0..0000000
--- a/xml/ru/lingua.conf.in
+++ /dev/null
@@ -1,50 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<CONFIG>
- <LOGO SRC="graphics/parthenon-gnu.png" ALT=" [A GNU in front of the Parthenon] " />
- <DIRECTORY CGIBIN="/cgi-bin" />
- <DIRECTORY TMP="=TMPDIR=" />
- <DIRECTORY OUT="=OUTDIR=" />
- <DIRECTORY TARGET="=TARGET_DIR=" />
- <BASE HREF="=BASE_HREF=" />
- <GUILE>
- <![CDATA[
-(use-modules (xmltools xmltrans))
-
-(xmltrans:end-tag
- "KATHAREVUSA"
- (tag attr text)
- (list "<div class=\"katharevusa\">" text "</div>"))
-
-(xmltrans:end-tag
- "news"
- (tag attr text)
- (list "<div id=\"news\">" text "</div>"))
-
-(xmltrans:end-tag
- "news:summary"
- (tag attr text)
- (list "<div id=\"news-summary\">" text "</div>"))
-
-(xmltrans:end-tag
- "news:article"
- (tag attr text)
- (list "<div id=\"news-article\">" text "</div>"))
-
-(xmltrans:end-tag
- "news:header"
- (tag attr text)
- (list "<div class=\"news-header\">" text "</div>"))
-
-(xmltrans:end-tag
- "news:permanent-article"
- (tag attr text)
- (list "<div class=\"permanent-article\">" text "</div>"))
-
-#f
- ]]>
- </GUILE>
-</CONFIG>
-
-<!-- Local Variables: -->
-<!-- mode: sgml -->
-<!-- End: --> \ No newline at end of file

Return to:

Send suggestions and report system problems to the System administrator.