summaryrefslogtreecommitdiff
path: root/bos_defaults.pl
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2021-03-12 00:23:52 +0100
committerJonas Smedegaard <dr@jones.dk>2021-03-12 00:23:52 +0100
commit7bcb0ecf91c9f2803d2eea9fb077d4dce79aec2f (patch)
treea9d81cee37f2fbed84858c0550dd090075ae51aa /bos_defaults.pl
parent384de1f86b2dab231116c0596d29c5927ca20526 (diff)
Diffstat (limited to 'bos_defaults.pl')
-rw-r--r--bos_defaults.pl15
1 files changed, 0 insertions, 15 deletions
diff --git a/bos_defaults.pl b/bos_defaults.pl
deleted file mode 100644
index 75ab6a2..0000000
--- a/bos_defaults.pl
+++ /dev/null
@@ -1,15 +0,0 @@
-# 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'