doc: Augment ‘whoogle-service-type’ intro.
* doc/guix.texi (Whoogle Search): Enrich a bit. Change-Id: Ib7e1da1c0709167d02c43ab991f3ae34fbc09c84master
parent
0a7bf792c8
commit
96ae7b2e33
|
@ -31865,12 +31865,24 @@ Additional arguments to pass to the @command{varnishd} process.
|
||||||
|
|
||||||
@subheading Whoogle Search
|
@subheading Whoogle Search
|
||||||
@cindex Whoogle Search
|
@cindex Whoogle Search
|
||||||
|
|
||||||
@uref{https://github.com/benbusby/whoogle-search, Whoogle Search} is a
|
@uref{https://github.com/benbusby/whoogle-search, Whoogle Search} is a
|
||||||
self-hosted, ad-free, privacy-respecting meta search engine that collects
|
self-hosted, ad-free, privacy-respecting meta search engine that collects
|
||||||
and displays Google search results.
|
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
|
@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
|
@end defvar
|
||||||
|
|
||||||
@deftp {Data Type} whoogle-configuration
|
@deftp {Data Type} whoogle-configuration
|
||||||
|
|
Reference in New Issue