Fix typos [skip ci] (#813)
parent
03eeb3fad1
commit
2a8519be30
|
@ -538,7 +538,7 @@ Under the hood, Whoogle is a basic Flask app with the following structure:
|
||||||
- `search.html`: An iframe-able search page
|
- `search.html`: An iframe-able search page
|
||||||
- `logo.html`: A template consisting mostly of the Whoogle logo as an SVG (separated to help keep `index.html` a bit cleaner)
|
- `logo.html`: A template consisting mostly of the Whoogle logo as an SVG (separated to help keep `index.html` a bit cleaner)
|
||||||
- `opensearch.xml`: A template used for supporting [OpenSearch](https://developer.mozilla.org/en-US/docs/Web/OpenSearch).
|
- `opensearch.xml`: A template used for supporting [OpenSearch](https://developer.mozilla.org/en-US/docs/Web/OpenSearch).
|
||||||
- `imageresults.html`: An "exprimental" template used for supporting the "Full Size" image feature on desktop.
|
- `imageresults.html`: An "experimental" template used for supporting the "Full Size" image feature on desktop.
|
||||||
- `static/<css|js>`
|
- `static/<css|js>`
|
||||||
- CSS/Javascript files, should be self-explanatory
|
- CSS/Javascript files, should be self-explanatory
|
||||||
- `static/settings`
|
- `static/settings`
|
||||||
|
|
|
@ -66,7 +66,7 @@ def send_tor_signal(signal: Signal) -> bool:
|
||||||
return True
|
return True
|
||||||
except (SocketError, AuthenticationFailure,
|
except (SocketError, AuthenticationFailure,
|
||||||
ConnectionRefusedError, ConnectionError):
|
ConnectionRefusedError, ConnectionError):
|
||||||
# TODO: Handle Tor authentification (password and cookie)
|
# TODO: Handle Tor authentication (password and cookie)
|
||||||
os.environ['TOR_AVAILABLE'] = '0'
|
os.environ['TOR_AVAILABLE'] = '0'
|
||||||
|
|
||||||
return False
|
return False
|
||||||
|
|
|
@ -45,7 +45,7 @@
|
||||||
{"name": "Swedish (Svenska)", "value": "lang_sv"},
|
{"name": "Swedish (Svenska)", "value": "lang_sv"},
|
||||||
{"name": "Thai (ไทย)", "value": "lang_th"},
|
{"name": "Thai (ไทย)", "value": "lang_th"},
|
||||||
{"name": "Turkish (Türk)", "value": "lang_tr"},
|
{"name": "Turkish (Türk)", "value": "lang_tr"},
|
||||||
{"name": "Ukranian (Український)", "value": "lang_uk"},
|
{"name": "Ukrainian (Український)", "value": "lang_uk"},
|
||||||
{"name": "Vietnamese (Tiếng Việt)", "value": "lang_vi"},
|
{"name": "Vietnamese (Tiếng Việt)", "value": "lang_vi"},
|
||||||
{"name": "Xhosa (isiXhosa)", "value": "lang_xh"},
|
{"name": "Xhosa (isiXhosa)", "value": "lang_xh"},
|
||||||
{"name": "Zulu (isiZulu)", "value": "lang_zu"}
|
{"name": "Zulu (isiZulu)", "value": "lang_zu"}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# cant use mem_limit in a 3.x docker-compose file in non swarm mode
|
# can't use mem_limit in a 3.x docker-compose file in non swarm mode
|
||||||
# see https://github.com/docker/compose/issues/4513
|
# see https://github.com/docker/compose/issues/4513
|
||||||
version: "2.4"
|
version: "2.4"
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# cant use mem_limit in a 3.x docker-compose file in non swarm mode
|
# can't use mem_limit in a 3.x docker-compose file in non swarm mode
|
||||||
# see https://github.com/docker/compose/issues/4513
|
# see https://github.com/docker/compose/issues/4513
|
||||||
version: "2.4"
|
version: "2.4"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue