aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.