diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-04-22 22:22:31 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-04-22 22:22:31 +0300 |
commit | 57204e964ec4423b6bb240404520ed240e9db9a0 (patch) | |
tree | 8f1fd360f2df57f8d888c1f5eb986b3d9eab4670 | |
parent | ba58990a0cc4fe39f974ac605bcd1ab3a8c829c1 (diff) |
Add search-title option to etc/brep-module.conf
-rw-r--r-- | INSTALL | 4 | ||||
-rw-r--r-- | etc/brep-module.conf | 5 |
2 files changed, 7 insertions, 2 deletions
@@ -270,7 +270,7 @@ cron job is a natural choice. The following crontab entry will execute the loader every five minutes: -$ crontab - +$ crontab -l MAILTO=<brep-admin-email> PATH=/usr/local/bin:/bin:/usr/bin */5 * * * * $HOME/install/bin/brep-load $HOME/config/loadtab @@ -353,7 +353,7 @@ $ sudo systemctl stop apache2 Install new brep: -$ rm -rf install/* +$ rm -rf ../install/* $ bpkg install brep $ cd .. diff --git a/etc/brep-module.conf b/etc/brep-module.conf index 9967164..fdd3819 100644 --- a/etc/brep-module.conf +++ b/etc/brep-module.conf @@ -4,6 +4,11 @@ # Commented out options indicate their default values. # +# Package search page title. It is placed inside XHTML5 <title> element. +# +# search-title Packages + + # Web page logo. It is displayed in the page header aligned to the left edge. # The value is treated as an XHTML5 fragment. # |