mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[feat] engines: added NixOS Wiki
Added unofficial wiki commented out, as it was not working at the time of writing. It may, however, be useful in the future
This commit is contained in:
parent
6dab7fe78b
commit
2469ac2976
1 changed files with 17 additions and 0 deletions
|
@ -434,6 +434,23 @@ engines:
|
||||||
engine: archlinux
|
engine: archlinux
|
||||||
shortcut: al
|
shortcut: al
|
||||||
|
|
||||||
|
- name: nixos wiki
|
||||||
|
engine: mediawiki
|
||||||
|
shortcut: nixw
|
||||||
|
base_url: https://wiki.nixos.org/
|
||||||
|
search_type: text
|
||||||
|
disabled: true
|
||||||
|
categories: [it, software wikis]
|
||||||
|
|
||||||
|
# Responded with 404 when implementing
|
||||||
|
# - name: nixos wiki unofficial
|
||||||
|
# engine: mediawiki
|
||||||
|
# shortcut: nixwu
|
||||||
|
# base_url: https://nixos.wiki/
|
||||||
|
# search_type: text
|
||||||
|
# disabled: true
|
||||||
|
# categories: [it, software wikis]
|
||||||
|
|
||||||
- name: artic
|
- name: artic
|
||||||
engine: artic
|
engine: artic
|
||||||
shortcut: arc
|
shortcut: arc
|
||||||
|
|
Loading…
Add table
Reference in a new issue