aboutsummaryrefslogtreecommitdiff
path: root/xml/lingua.conf.in
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2006-03-18 21:33:00 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2006-03-18 21:33:00 +0000
commit313b8057f9dd77e3e53d739dc13ae27ec82574c4 (patch)
treeadd28ed818a235dd1c9dce9aa9a778ae37f4a029 /xml/lingua.conf.in
parent573a91cfc33cd43f73843b0bd1afec7a638a4867 (diff)
downloadellinika-313b8057f9dd77e3e53d739dc13ae27ec82574c4.tar.gz
ellinika-313b8057f9dd77e3e53d739dc13ae27ec82574c4.tar.bz2
*** empty log message ***
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@376 941c8c0f-9102-463b-b60b-cd22ce0e6858
Diffstat (limited to 'xml/lingua.conf.in')
-rw-r--r--xml/lingua.conf.in50
1 files changed, 50 insertions, 0 deletions
diff --git a/xml/lingua.conf.in b/xml/lingua.conf.in
new file mode 100644
index 0000000..2cba2e0
--- /dev/null
+++ b/xml/lingua.conf.in
@@ -0,0 +1,50 @@
+<?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.