[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/06: doc: Augment ‘whoogle-service-type’ intro.
From: |
guix-commits |
Subject: |
02/06: doc: Augment ‘whoogle-service-type’ intro. |
Date: |
Tue, 20 Feb 2024 05:05:37 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit 96ae7b2e33d8f04a67b0bf900ca27dbd0fefaee6
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Feb 19 22:21:17 2024 +0100
doc: Augment ‘whoogle-service-type’ intro.
* doc/guix.texi (Whoogle Search): Enrich a bit.
Change-Id: Ib7e1da1c0709167d02c43ab991f3ae34fbc09c84
---
doc/guix.texi | 18 +++++++++++++++---
1 file changed, 15 insertions(+), 3 deletions(-)
diff --git a/doc/guix.texi b/doc/guix.texi
index 31e4869117..9966a8e697 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -31865,12 +31865,24 @@ Additional arguments to pass to the
@command{varnishd} process.
@subheading Whoogle Search
@cindex Whoogle Search
+
@uref{https://github.com/benbusby/whoogle-search, Whoogle Search} is a
-self-hosted, ad-free, privacy-respecting metasearch engine that collects
-and displays Google search results.
+self-hosted, ad-free, privacy-respecting meta search engine that collects
+and displays Google search results. By default, you can configure it by
+adding this line to the @code{services} field of your operating system
+declaration:
+
+@lisp
+(service whoogle-service-type)
+@end lisp
+
+As a result, Whoogle Search runs as local Web server, which you can
+access by opening @indicateurl{http://localhost:5000} in your browser.
+The configuration reference is given below.
@defvar whoogle-service-type
-Service type for Whoogle Search.
+Service type for Whoogle Search. Its value must be a
+@code{whoogle-configuration} record---see below.
@end defvar
@deftp {Data Type} whoogle-configuration
- branch master updated (0497b1696f -> ffcce77ec4), guix-commits, 2024/02/20
- 04/06: syscalls: ‘processes’ really omits kernel threads., guix-commits, 2024/02/20
- 02/06: doc: Augment ‘whoogle-service-type’ intro.,
guix-commits <=
- 03/06: gnu: alsa-scarlett-gui: Wrap with GSETTINGS_SCHEMA_DIR., guix-commits, 2024/02/20
- 01/06: services: Add whoogle-service-type., guix-commits, 2024/02/20
- 06/06: gnu: Add rdfind., guix-commits, 2024/02/20
- 05/06: gnu: Add font-libre-franklin., guix-commits, 2024/02/20