From 384de1f86b2dab231116c0596d29c5927ca20526 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 11 Mar 2021 23:54:04 +0100 Subject: initial tracking as of 2003-10-11 (except index.da.html of 2006-11-27) --- bos_defaults.pl | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 bos_defaults.pl (limited to 'bos_defaults.pl') 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' -- cgit v1.2.3