pub / serci

Search the web with !keywords
git clone https://https://src.jayvii.de/pub/serci.git
Home | Log | Files | Exports | Refs | README | RSS

commit 7f1407ac6feda56c968b2fcd1cb21d9363e62287
parent 15fa77d1f883ad7c367e94c3d81f7758aaa08674
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Thu, 17 Oct 2024 21:40:39 +0200

feat: show simple stats about the configuration

Diffstat:
Mindex.php | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/index.php b/index.php @@ -167,6 +167,13 @@ <!-- Search Engine Lists --> <h3 id="engines">Available Search Engines</h3> + <p style="font-size: 75%;"> + This serĉi installation supports + <mark><?php echo count($searches); ?> search engines</mark> within + <mark><?php echo count($categories); ?> categories</mark> and + <mark><?php echo count($searchkeys); ?> keywords</mark>. + </p> + <!-- Search Engine Searchbar --> <input id="engines_searchbar"