aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-02-28 16:49:17 +0200
committerKaren Arutyunov <karen@codesynthesis.com>2016-03-02 17:34:10 +0300
commit4fec7e73201ed50e4a4157cb1ea1f1c63566dd89 (patch)
tree93ca4fc57d2ba8bf077ac021cf96fa6335c8bfcc /etc
parentcfdbf0f9c52288efaa57eba3a9c913790f034cf2 (diff)
Menu customization
Diffstat (limited to 'etc')
-rw-r--r--etc/brep-module.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/etc/brep-module.conf b/etc/brep-module.conf
index 26767d6..8525135 100644
--- a/etc/brep-module.conf
+++ b/etc/brep-module.conf
@@ -4,6 +4,20 @@
# out options indicate their default values.
#
+# Web page logo. It is displayed in the page header aligned to the left edge.
+# The value is treated as an XHTML5 fragment.
+#
+# logo ""
+
+# Web page menu. Each entry is displayed in the page header in the order
+# specified and aligned to the right edge. A link target that starts with '/' or
+# contains ':' is used as is. Otherwise, it is prefixed with the repository web
+# interface root.
+#
+menu Packages=
+menu About=?about
+
+
# Number of results per page.
#
# search-results 10