summaryrefslogtreecommitdiff
path: root/bos_defaults.pl
diff options
context:
space:
mode:
Diffstat (limited to 'bos_defaults.pl')
-rw-r--r--bos_defaults.pl15
1 files changed, 15 insertions, 0 deletions
diff --git a/bos_defaults.pl b/bos_defaults.pl
new file mode 100644
index 0000000..75ab6a2
--- /dev/null
+++ b/bos_defaults.pl
@@ -0,0 +1,15 @@
+# Honour multiple languages (allow *.ext.{lang}, and strip both in links)
+#
+$pref::doc_multiview = '1';
+
+# Default language
+# Ignored unless doc_multiview is active.
+#
+$pref::doc_lang = 'da'; # Supported locales: da en
+
+# Normally the above tags are standard html tags that could be used for other stuff than bos.
+# What parameter should we look for inside the tags (leave blank to ignore the id and accept all tags)?
+#
+#$pref::tag_id = '';
+
+'1'