このリポジトリは2023-09-09にアーカイブされています。 ファイルの閲覧とクローンは可能ですが、プッシュ、イシューの作成、プルリクエストはできません。
whoogle-mod/app
Ben Busby a11ceb0a57
Feature: language config (#27)
* Added language configuration support

Main page now has a dropdown for selecting preferred language of
results.

Refactored config to be its own model with language constants.

* Added more language support

Interface language is now updated using the "hl" arg

Fixed chinese traditional and simplified values

Updated decoding of characters to gb2312

* Updated to use conditional decoding dependent on language

* Updated filter to not rely on valid config to work properly
2020-05-12 17:15:53 -06:00
..
models Feature: language config (#27) 2020-05-12 17:15:53 -06:00
static Added config option to address instance behind reverse proxy 2020-05-10 13:27:02 -06:00
templates Feature: language config (#27) 2020-05-12 17:15:53 -06:00
__init__.py Added POST search, encrypted query strings, refactoring 2020-04-28 18:19:34 -06:00
__main__.py Swap out Flask's default web server for Waitress (#32) 2020-05-12 17:14:55 -06:00
filter.py Feature: language config (#27) 2020-05-12 17:15:53 -06:00
request.py Feature: language config (#27) 2020-05-12 17:15:53 -06:00
routes.py Feature: language config (#27) 2020-05-12 17:15:53 -06:00