From a03a2b613f5d36de5617c50e76cced95fda188ac Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 13 Mar 2024 10:45:24 +0200 Subject: Add search-description configuration option --- etc/brep-module.conf | 7 +++++++ etc/private/install/brep-module.conf | 7 +++++++ 2 files changed, 14 insertions(+) (limited to 'etc') diff --git a/etc/brep-module.conf b/etc/brep-module.conf index 654c260..d5a5e78 100644 --- a/etc/brep-module.conf +++ b/etc/brep-module.conf @@ -14,6 +14,13 @@ # search-title Packages +# Package search page description. If specified, it is displayed before the +# search form on the first page only. The value is treated as an XHTML5 +# fragment. +# +# search-description "" + + # Web page logo. It is displayed in the page header aligned to the left edge. # The value is treated as an XHTML5 fragment. # diff --git a/etc/private/install/brep-module.conf b/etc/private/install/brep-module.conf index 01bba63..bfaa8f6 100644 --- a/etc/private/install/brep-module.conf +++ b/etc/private/install/brep-module.conf @@ -14,6 +14,13 @@ # search-title Packages +# Package search page description. If specified, it is displayed before the +# search form on the first page only. The value is treated as an XHTML5 +# fragment. +# +# search-description "" + + # Web page logo. It is displayed in the page header aligned to the left edge. # The value is treated as an XHTML5 fragment. # -- cgit v1.1