-rw-r--r-- | .codecov.yml | 31L |
-rw-r--r-- | .coveragerc | 20L |
-rw-r--r-- | .gitattributes | 10L |
-rw-r--r-- | .gitignore | 19L |
-rw-r--r-- | .landscape.yaml | 3L |
-rw-r--r-- | .travis.yml | 36L |
-rw-r--r-- | AUTHORS.rst | 100L |
-rw-r--r-- | CHANGELOG.rst | 335L |
-rw-r--r-- | Dockerfile | 54L |
-rw-r--r-- | LICENSE | 661L |
-rw-r--r-- | README.rst | 53L |
-rw-r--r-- | babel.cfg | 3L |
-rw-r--r-- | examples/basic_engine.py | 25L |
-rwxr-xr-x | manage.sh | 198L |
-rw-r--r-- | requirements-dev.txt | 11L |
-rw-r--r-- | requirements.txt | 10L |
-rw-r--r-- | searx/__init__.py | 93L |
-rw-r--r-- | searx/answerers/__init__.py | 50L |
-rw-r--r-- | searx/answerers/random/answerer.py | 73L |
-rw-r--r-- | searx/answerers/statistics/answerer.py | 55L |
-rw-r--r-- | searx/autocomplete.py | 197L |
-rw-r--r-- | searx/data/currencies.json | 7667L |
-rw-r--r-- | searx/data/engines_languages.json | 27225L |
-rw-r--r-- | searx/data/useragents.json | 14L |
-rw-r--r-- | searx/engines/1337x.py | 39L |
-rw-r--r-- | searx/engines/__init__.py | 260L |
-rw-r--r-- | searx/engines/acgsou.py | 75L |
-rw-r--r-- | searx/engines/archlinux.py | 142L |
-rw-r--r-- | searx/engines/arxiv.py | 76L |
-rw-r--r-- | searx/engines/asksteem.py | 44L |
-rwxr-xr-x | searx/engines/base.py | 121L |
-rw-r--r-- | searx/engines/bing.py | 103L |
-rw-r--r-- | searx/engines/bing_images.py | 125L |
-rw-r--r-- | searx/engines/bing_news.py | 124L |
-rw-r--r-- | searx/engines/bing_videos.py | 88L |
-rw-r--r-- | searx/engines/btdigg.py | 92L |
-rw-r--r-- | searx/engines/currency_convert.py | 99L |
-rw-r--r-- | searx/engines/dailymotion.py | 95L |
-rw-r--r-- | searx/engines/deezer.py | 67L |
-rw-r--r-- | searx/engines/deviantart.py | 84L |
-rw-r--r-- | searx/engines/dictzone.py | 68L |
-rw-r--r-- | searx/engines/digbt.py | 62L |
-rw-r--r-- | searx/engines/digg.py | 81L |
-rw-r--r-- | searx/engines/doku.py | 84L |
-rw-r--r-- | searx/engines/duckduckgo.py | 120L |
-rw-r--r-- | searx/engines/duckduckgo_definitions.py | 158L |
-rw-r--r-- | searx/engines/duckduckgo_images.py | 90L |
-rw-r--r-- | searx/engines/duden.py | 76L |
-rw-r--r-- | searx/engines/dummy.py | 16L |
-rw-r--r-- | searx/engines/faroo.py | 93L |
-rw-r--r-- | searx/engines/fdroid.py | 51L |
-rw-r--r-- | searx/engines/filecrop.py | 88L |
-rw-r--r-- | searx/engines/flickr.py | 90L |
-rw-r--r-- | searx/engines/flickr_noapi.py | 117L |
-rw-r--r-- | searx/engines/framalibre.py | 69L |
-rw-r--r-- | searx/engines/frinkiac.py | 44L |
-rw-r--r-- | searx/engines/genius.py | 88L |
-rw-r--r-- | searx/engines/gentoo.py | 128L |
-rw-r--r-- | searx/engines/gigablast.py | 109L |
-rw-r--r-- | searx/engines/github.py | 60L |
-rw-r--r-- | searx/engines/google.py | 390L |
-rw-r--r-- | searx/engines/google_images.py | 86L |
-rw-r--r-- | searx/engines/google_news.py | 85L |
-rw-r--r-- | searx/engines/google_videos.py | 95L |
-rw-r--r-- | searx/engines/ina.py | 87L |
-rw-r--r-- | searx/engines/json_engine.py | 136L |
-rw-r--r-- | searx/engines/kickass.py | 92L |
-rw-r--r-- | searx/engines/mediawiki.py | 87L |
-rw-r--r-- | searx/engines/microsoft_academic.py | 75L |
-rw-r--r-- | searx/engines/mixcloud.py | 61L |
-rw-r--r-- | searx/engines/nyaa.py | 108L |
-rw-r--r-- | searx/engines/openstreetmap.py | 95L |
-rw-r--r-- | searx/engines/pdbe.py | 112L |
-rw-r--r-- | searx/engines/photon.py | 130L |
-rw-r--r-- | searx/engines/piratebay.py | 96L |
-rw-r--r-- | searx/engines/pubmed.py | 101L |
-rw-r--r-- | searx/engines/qwant.py | 132L |
-rw-r--r-- | searx/engines/reddit.py | 76L |
-rw-r--r-- | searx/engines/scanr_structures.py | 76L |
-rw-r--r-- | searx/engines/searchcode_code.py | 69L |
-rw-r--r-- | searx/engines/searchcode_doc.py | 49L |
-rw-r--r-- | searx/engines/searx_engine.py | 57L |
-rw-r--r-- | searx/engines/seedpeer.py | 75L |
-rw-r--r-- | searx/engines/soundcloud.py | 107L |
-rw-r--r-- | searx/engines/spotify.py | 62L |
-rw-r--r-- | searx/engines/stackoverflow.py | 57L |
-rw-r--r-- | searx/engines/startpage.py | 119L |
-rw-r--r-- | searx/engines/subtitleseeker.py | 86L |
-rw-r--r-- | searx/engines/swisscows.py | 121L |
-rw-r--r-- | searx/engines/tokyotoshokan.py | 99L |
-rw-r--r-- | searx/engines/torrentz.py | 98L |
-rw-r--r-- | searx/engines/translated.py | 68L |
-rw-r--r-- | searx/engines/twitter.py | 82L |
-rw-r--r-- | searx/engines/vimeo.py | 67L |
-rw-r--r-- | searx/engines/wikidata.py | 485L |
-rw-r--r-- | searx/engines/wikipedia.py | 130L |
-rw-r--r-- | searx/engines/wolframalpha_api.py | 129L |
-rw-r--r-- | searx/engines/wolframalpha_noapi.py | 121L |
-rw-r--r-- | searx/engines/www1x.py | 81L |
-rw-r--r-- | searx/engines/xpath.py | 122L |
-rw-r--r-- | searx/engines/yacy.py | 106L |
-rw-r--r-- | searx/engines/yahoo.py | 151L |
-rw-r--r-- | searx/engines/yahoo_news.py | 107L |
-rw-r--r-- | searx/engines/yandex.py | 64L |
-rw-r--r-- | searx/engines/youtube_api.py | 81L |
-rw-r--r-- | searx/engines/youtube_noapi.py | 89L |
-rw-r--r-- | searx/exceptions.py | 32L |
-rw-r--r-- | searx/languages.py | 67L |
-rw-r--r-- | searx/plugins/__init__.py | 88L |
-rw-r--r-- | searx/plugins/https_rewrite.py | 233L |
-rw-r--r-- | searx/plugins/https_rules/00README | 17L |
-rw-r--r-- | searx/plugins/https_rules/Bing.xml | 56L |
-rw-r--r-- | searx/plugins/https_rules/Dailymotion.xml | 69L |
-rw-r--r-- | searx/plugins/https_rules/Deviantart.xml | 53L |
-rw-r--r-- | searx/plugins/https_rules/DuckDuckGo.xml | 38L |
-rw-r--r-- | searx/plugins/https_rules/Flickr.xml | 44L |
-rw-r--r-- | searx/plugins/https_rules/Github-Pages.xml | 11L |
-rw-r--r-- | searx/plugins/https_rules/Github.xml | 94L |
-rw-r--r-- | searx/plugins/https_rules/Google-mismatches.xml | 26L |
-rw-r--r-- | searx/plugins/https_rules/Google.org.xml | 14L |
-rw-r--r-- | searx/plugins/https_rules/GoogleAPIs.xml | 143L |
-rw-r--r-- | searx/plugins/https_rules/GoogleCanada.xml | 6L |
-rw-r--r-- | searx/plugins/https_rules/GoogleImages.xml | 65L |
-rw-r--r-- | searx/plugins/https_rules/GoogleMainSearch.xml | 78L |
-rw-r--r-- | searx/plugins/https_rules/GoogleMaps.xml | 67L |
-rw-r--r-- | searx/plugins/https_rules/GoogleMelange.xml | 6L |
-rw-r--r-- | searx/plugins/https_rules/GoogleSearch.xml | 135L |
-rw-r--r-- | searx/plugins/https_rules/GoogleServices.xml | 345L |
-rw-r--r-- | searx/plugins/https_rules/GoogleShopping.xml | 28L |
-rw-r--r-- | searx/plugins/https_rules/GoogleSorry.xml | 7L |
-rw-r--r-- | searx/plugins/https_rules/GoogleTranslate.xml | 8L |
-rw-r--r-- | searx/plugins/https_rules/GoogleVideos.xml | 83L |
-rw-r--r-- | searx/plugins/https_rules/GoogleWatchBlog.xml | 17L |
-rw-r--r-- | searx/plugins/https_rules/Google_App_Engine.xml | 21L |
-rw-r--r-- | searx/plugins/https_rules/Googleplex.com.xml | 16L |
-rw-r--r-- | searx/plugins/https_rules/OpenStreetMap.xml | 15L |
-rw-r--r-- | searx/plugins/https_rules/Rawgithub.com.xml | 14L |
-rw-r--r-- | searx/plugins/https_rules/Soundcloud.xml | 101L |
-rw-r--r-- | searx/plugins/https_rules/ThePirateBay.xml | 36L |
-rw-r--r-- | searx/plugins/https_rules/Torproject.xml | 18L |
-rw-r--r-- | searx/plugins/https_rules/Twitter.xml | 169L |
-rw-r--r-- | searx/plugins/https_rules/Vimeo.xml | 75L |
-rw-r--r-- | searx/plugins/https_rules/WikiLeaks.xml | 13L |
-rw-r--r-- | searx/plugins/https_rules/Wikimedia.xml | 107L |
-rw-r--r-- | searx/plugins/https_rules/Yahoo.xml | 2450L |
-rw-r--r-- | searx/plugins/https_rules/YouTube.xml | 46L |
-rw-r--r-- | searx/plugins/infinite_scroll.py | 9L |
-rw-r--r-- | searx/plugins/oa_doi_rewrite.py | 45L |
-rw-r--r-- | searx/plugins/open_results_on_new_tab.py | 24L |
-rw-r--r-- | searx/plugins/search_on_category_select.py | 24L |
-rw-r--r-- | searx/plugins/self_info.py | 46L |
-rw-r--r-- | searx/plugins/tracker_url_remover.py | 45L |
-rw-r--r-- | searx/plugins/vim_hotkeys.py | 10L |
-rw-r--r-- | searx/poolrequests.py | 159L |
-rw-r--r-- | searx/preferences.py | 347L |
-rw-r--r-- | searx/query.py | 176L |
-rw-r--r-- | searx/results.py | 321L |
-rw-r--r-- | searx/search.py | 440L |
-rw-r--r-- | searx/settings.yml | 788L |
-rw-r--r-- | searx/settings_robot.yml | 41L |
-rw-r--r-- | searx/static/css/bootstrap.min.css | 1L |
-rw-r--r-- | searx/static/fonts/glyphicons-halflings-regular.eot | 20335B |
-rw-r--r-- | searx/static/fonts/glyphicons-halflings-regular.svg | 229L |
-rw-r--r-- | searx/static/fonts/glyphicons-halflings-regular.ttf | 41280B |
-rw-r--r-- | searx/static/fonts/glyphicons-halflings-regular.woff | 23320B |
-rw-r--r-- | searx/static/js/bootstrap.min.js | 6L |
-rw-r--r-- | searx/static/js/html5shiv.min.js | 4L |
-rw-r--r-- | searx/static/js/jquery-1.11.1.min.js | 4L |
-rw-r--r-- | searx/static/js/mootools-autocompleter-1.1.2-min.js | 2L |
-rw-r--r-- | searx/static/js/mootools-core-1.4.5-min.js | 491L |
-rw-r--r-- | searx/static/js/require-2.1.15.min.js | 36L |
-rw-r--r-- | searx/static/js/respond.min.js | 5L |
-rw-r--r-- | searx/static/js/typeahead.bundle.min.js | 7L |
-rw-r--r-- | searx/static/less/bootstrap/.csscomb.json | 297L |
-rw-r--r-- | searx/static/less/bootstrap/.csslintrc | 19L |
-rw-r--r-- | searx/static/less/bootstrap/alerts.less | 68L |
-rw-r--r-- | searx/static/less/bootstrap/badges.less | 55L |
-rw-r--r-- | searx/static/less/bootstrap/bootstrap.less | 53L |
-rw-r--r-- | searx/static/less/bootstrap/breadcrumbs.less | 26L |
-rw-r--r-- | searx/static/less/bootstrap/button-groups.less | 240L |
-rw-r--r-- | searx/static/less/bootstrap/buttons.less | 157L |
-rw-r--r-- | searx/static/less/bootstrap/carousel.less | 243L |
-rw-r--r-- | searx/static/less/bootstrap/close.less | 33L |
-rw-r--r-- | searx/static/less/bootstrap/code.less | 68L |
-rw-r--r-- | searx/static/less/bootstrap/component-animations.less | 31L |
-rw-r--r-- | searx/static/less/bootstrap/dropdowns.less | 215L |
-rw-r--r-- | searx/static/less/bootstrap/forms.less | 540L |
-rw-r--r-- | searx/static/less/bootstrap/glyphicons.less | 233L |
-rw-r--r-- | searx/static/less/bootstrap/grid.less | 84L |
-rw-r--r-- | searx/static/less/bootstrap/input-groups.less | 166L |
-rw-r--r-- | searx/static/less/bootstrap/jumbotron.less | 48L |
-rw-r--r-- | searx/static/less/bootstrap/labels.less | 64L |
-rw-r--r-- | searx/static/less/bootstrap/list-group.less | 131L |
-rw-r--r-- | searx/static/less/bootstrap/media.less | 56L |
-rw-r--r-- | searx/static/less/bootstrap/mixins.less | 39L |
-rw-r--r-- | searx/static/less/bootstrap/mixins/alerts.less | 14L |
-rw-r--r-- | searx/static/less/bootstrap/mixins/background-variant.less | 8L |
-rw-r--r-- | searx/static/less/bootstrap/mixins/border-radius.less | 18L |
-rw-r--r-- | searx/static/less/bootstrap/mixins/buttons.less | 50L |
-rw-r--r-- | searx/static/less/bootstrap/mixins/center-block.less | 7L |
-rw-r--r-- | searx/static/less/bootstrap/mixins/clearfix.less | 22L |
-rw-r--r-- | searx/static/less/bootstrap/mixins/forms.less | 81L |
-rw-r--r-- | searx/static/less/bootstrap/mixins/gradients.less | 59L |
-rw-r--r-- | searx/static/less/bootstrap/mixins/grid-framework.less | 91L |
-rw-r--r-- | searx/static/less/bootstrap/mixins/grid.less | 122L |
-rw-r--r-- | searx/static/less/bootstrap/mixins/hide-text.less | 21L |
-rw-r--r-- | searx/static/less/bootstrap/mixins/image.less | 34L |
-rw-r--r-- | searx/static/less/bootstrap/mixins/labels.less | 12L |
-rw-r--r-- | searx/static/less/bootstrap/mixins/list-group.less | 29L |
-rw-r--r-- | searx/static/less/bootstrap/mixins/nav-divider.less | 10L |
-rw-r--r-- | searx/static/less/bootstrap/mixins/nav-vertical-align.less | 9L |
-rw-r--r-- | searx/static/less/bootstrap/mixins/opacity.less | 8L |
-rw-r--r-- | searx/static/less/bootstrap/mixins/pagination.less | 23L |
-rw-r--r-- | searx/static/less/bootstrap/mixins/panels.less | 24L |
-rw-r--r-- | searx/static/less/bootstrap/mixins/progress-bar.less | 10L |
-rw-r--r-- | searx/static/less/bootstrap/mixins/reset-filter.less | 8L |
-rw-r--r-- | searx/static/less/bootstrap/mixins/resize.less | 6L |
-rw-r--r-- | searx/static/less/bootstrap/mixins/responsive-visibility.less | 15L |
-rw-r--r-- | searx/static/less/bootstrap/mixins/size.less | 10L |
-rw-r--r-- | searx/static/less/bootstrap/mixins/tab-focus.less | 9L |
-rw-r--r-- | searx/static/less/bootstrap/mixins/table-row.less | 28L |
-rw-r--r-- | searx/static/less/bootstrap/mixins/text-emphasis.less | 8L |
-rw-r--r-- | searx/static/less/bootstrap/mixins/text-overflow.less | 8L |
-rw-r--r-- | searx/static/less/bootstrap/mixins/vendor-prefixes.less | 224L |
-rw-r--r-- | searx/static/less/bootstrap/modals.less | 150L |
-rw-r--r-- | searx/static/less/bootstrap/navbar.less | 655L |
-rw-r--r-- | searx/static/less/bootstrap/navs.less | 242L |
-rw-r--r-- | searx/static/less/bootstrap/normalize.less | 425L |
-rw-r--r-- | searx/static/less/bootstrap/pager.less | 55L |
-rw-r--r-- | searx/static/less/bootstrap/pagination.less | 88L |
-rw-r--r-- | searx/static/less/bootstrap/panels.less | 243L |
-rw-r--r-- | searx/static/less/bootstrap/popovers.less | 133L |
-rw-r--r-- | searx/static/less/bootstrap/print.less | 101L |
-rw-r--r-- | searx/static/less/bootstrap/progress-bars.less | 105L |
-rw-r--r-- | searx/static/less/bootstrap/responsive-embed.less | 34L |
-rw-r--r-- | searx/static/less/bootstrap/responsive-utilities.less | 194L |
-rw-r--r-- | searx/static/less/bootstrap/scaffolding.less | 150L |
-rw-r--r-- | searx/static/less/bootstrap/tables.less | 233L |
-rw-r--r-- | searx/static/less/bootstrap/theme.less | 258L |
-rw-r--r-- | searx/static/less/bootstrap/thumbnails.less | 36L |
-rw-r--r-- | searx/static/less/bootstrap/tooltip.less | 95L |
-rw-r--r-- | searx/static/less/bootstrap/type.less | 313L |
-rw-r--r-- | searx/static/less/bootstrap/typeahead.less | 153L |
-rw-r--r-- | searx/static/less/bootstrap/utilities.less | 57L |
-rw-r--r-- | searx/static/less/bootstrap/variables.less | 846L |
-rw-r--r-- | searx/static/less/bootstrap/wells.less | 29L |
-rw-r--r-- | searx/static/plugins/css/infinite_scroll.css | 19L |
-rw-r--r-- | searx/static/plugins/css/vim_hotkeys.css | 26L |
-rw-r--r-- | searx/static/plugins/js/infinite_scroll.js | 18L |
-rw-r--r-- | searx/static/plugins/js/open_results_on_new_tab.js | 3L |
-rw-r--r-- | searx/static/plugins/js/search_on_category_select.js | 24L |
-rw-r--r-- | searx/static/plugins/js/vim_hotkeys.js | 337L |
-rw-r--r-- | searx/static/themes/courgette/css/style-rtl.css | 1L |
-rw-r--r-- | searx/static/themes/courgette/css/style.css | 1L |
-rw-r--r-- | searx/static/themes/courgette/img/bg-body-index.jpg | 350109B |
-rw-r--r-- | searx/static/themes/courgette/img/favicon.png | 2039B |
-rw-r--r-- | searx/static/themes/courgette/img/github_ribbon.png | 5213B |
-rw-r--r-- | searx/static/themes/courgette/img/icons/icon_500px.ico | 8348B |
-rw-r--r-- | searx/static/themes/courgette/img/icons/icon_bing.ico | 1150B |
-rw-r--r-- | searx/static/themes/courgette/img/icons/icon_dailymotion.ico | 4286B |
-rw-r--r-- | searx/static/themes/courgette/img/icons/icon_deezer.ico | 4286B |
-rw-r--r-- | searx/static/themes/courgette/img/icons/icon_deviantart.ico | 4286B |
-rw-r--r-- | searx/static/themes/courgette/img/icons/icon_digg.ico | 2868B |
-rw-r--r-- | searx/static/themes/courgette/img/icons/icon_duckduckgo.ico | 32988B |
-rw-r--r-- | searx/static/themes/courgette/img/icons/icon_flickr.ico | 6518B |
-rw-r--r-- | searx/static/themes/courgette/img/icons/icon_github.ico | 6518B |
-rw-r--r-- | searx/static/themes/courgette/img/icons/icon_google play apps.ico | 5430B |
-rw-r--r-- | searx/static/themes/courgette/img/icons/icon_google play movies.ico | 5430B |
-rw-r--r-- | searx/static/themes/courgette/img/icons/icon_google play music.ico | 5430B |
-rw-r--r-- | searx/static/themes/courgette/img/icons/icon_google.ico | 5430B |
-rw-r--r-- | searx/static/themes/courgette/img/icons/icon_kickass.ico | 1150B |
-rw-r--r-- | searx/static/themes/courgette/img/icons/icon_openstreetmap.ico | 1406B |
-rw-r--r-- | searx/static/themes/courgette/img/icons/icon_searchcode code.ico | 4094B |
-rw-r--r-- | searx/static/themes/courgette/img/icons/icon_searchcode doc.ico | 4094B |
-rw-r--r-- | searx/static/themes/courgette/img/icons/icon_searchcode.ico | 4094B |
-rw-r--r-- | searx/static/themes/courgette/img/icons/icon_soundcloud.ico | 1150B |
-rw-r--r-- | searx/static/themes/courgette/img/icons/icon_stackoverflow.ico | 1150B |
-rw-r--r-- | searx/static/themes/courgette/img/icons/icon_startpage.ico | 1150B |
-rw-r--r-- | searx/static/themes/courgette/img/icons/icon_subtitleseeker.ico | 1406B |
-rw-r--r-- | searx/static/themes/courgette/img/icons/icon_twitter.ico | 1150B |
-rw-r--r-- | searx/static/themes/courgette/img/icons/icon_vimeo.ico | 6518B |
-rw-r--r-- | searx/static/themes/courgette/img/icons/icon_wikipedia.ico | 2734B |
-rw-r--r-- | searx/static/themes/courgette/img/icons/icon_yahoo.ico | 5430B |
-rw-r--r-- | searx/static/themes/courgette/img/icons/icon_youtube.ico | 1150B |
-rw-r--r-- | searx/static/themes/courgette/img/preference-icon.png | 1315B |
-rw-r--r-- | searx/static/themes/courgette/img/search-icon.png | 3270B |
-rw-r--r-- | searx/static/themes/courgette/img/searx-mobile.png | 9415B |
-rw-r--r-- | searx/static/themes/courgette/img/searx.png | 3902B |
-rw-r--r-- | searx/static/themes/courgette/img/searx_logo.svg | 203L |
-rw-r--r-- | searx/static/themes/courgette/js/searx.js | 45L |
-rw-r--r-- | searx/static/themes/courgette/less/style-rtl.less | 42L |
-rw-r--r-- | searx/static/themes/courgette/less/style.less | 691L |
-rw-r--r-- | searx/static/themes/lanodan/css/searx.css | 234L |
-rw-r--r-- | searx/static/themes/lanodan/img/favicon.png | 3044B |
-rw-r--r-- | searx/static/themes/lanodan/img/loader.gif | 8314B |
-rw-r--r-- | searx/static/themes/lanodan/img/logo_searx_a.png | 8390B |
-rw-r--r-- | searx/static/themes/lanodan/img/searx.png | 2130B |
-rw-r--r-- | searx/static/themes/lanodan/img/searx_logo.svg | 26L |
-rw-r--r-- | searx/static/themes/lanodan/magnet.svg | 1L |
-rw-r--r-- | searx/static/themes/legacy/css/style-rtl.css | 1L |
-rw-r--r-- | searx/static/themes/legacy/css/style.css | 1L |
-rw-r--r-- | searx/static/themes/legacy/img/favicon.png | 2039B |
-rw-r--r-- | searx/static/themes/legacy/img/github_ribbon.png | 5213B |
-rw-r--r-- | searx/static/themes/legacy/img/icons/icon_500px.ico | 8348B |
-rw-r--r-- | searx/static/themes/legacy/img/icons/icon_bing.ico | 1150B |
-rw-r--r-- | searx/static/themes/legacy/img/icons/icon_dailymotion.ico | 4286B |
-rw-r--r-- | searx/static/themes/legacy/img/icons/icon_deezer.ico | 4286B |
-rw-r--r-- | searx/static/themes/legacy/img/icons/icon_deviantart.ico | 4286B |
-rw-r--r-- | searx/static/themes/legacy/img/icons/icon_digg.ico | 2868B |
-rw-r--r-- | searx/static/themes/legacy/img/icons/icon_duckduckgo.ico | 32988B |
-rw-r--r-- | searx/static/themes/legacy/img/icons/icon_flickr.ico | 6518B |
-rw-r--r-- | searx/static/themes/legacy/img/icons/icon_github.ico | 6518B |
-rw-r--r-- | searx/static/themes/legacy/img/icons/icon_google play apps.ico | 5430B |
-rw-r--r-- | searx/static/themes/legacy/img/icons/icon_google play movies.ico | 5430B |
-rw-r--r-- | searx/static/themes/legacy/img/icons/icon_google play music.ico | 5430B |
-rw-r--r-- | searx/static/themes/legacy/img/icons/icon_google.ico | 5430B |
-rw-r--r-- | searx/static/themes/legacy/img/icons/icon_kickass.ico | 1150B |
-rw-r--r-- | searx/static/themes/legacy/img/icons/icon_openstreetmap.ico | 1406B |
-rw-r--r-- | searx/static/themes/legacy/img/icons/icon_searchcode code.ico | 4094B |
-rw-r--r-- | searx/static/themes/legacy/img/icons/icon_searchcode doc.ico | 4094B |
-rw-r--r-- | searx/static/themes/legacy/img/icons/icon_searchcode.ico | 4094B |
-rw-r--r-- | searx/static/themes/legacy/img/icons/icon_soundcloud.ico | 1150B |
-rw-r--r-- | searx/static/themes/legacy/img/icons/icon_stackoverflow.ico | 1150B |
-rw-r--r-- | searx/static/themes/legacy/img/icons/icon_startpage.ico | 1150B |
-rw-r--r-- | searx/static/themes/legacy/img/icons/icon_subtitleseeker.ico | 1406B |
-rw-r--r-- | searx/static/themes/legacy/img/icons/icon_twitter.ico | 1150B |
-rw-r--r-- | searx/static/themes/legacy/img/icons/icon_vimeo.ico | 6518B |
-rw-r--r-- | searx/static/themes/legacy/img/icons/icon_wikipedia.ico | 2734B |
-rw-r--r-- | searx/static/themes/legacy/img/icons/icon_yahoo.ico | 5430B |
-rw-r--r-- | searx/static/themes/legacy/img/icons/icon_youtube.ico | 1150B |
-rw-r--r-- | searx/static/themes/legacy/img/preference-icon.png | 532B |
-rw-r--r-- | searx/static/themes/legacy/img/search-icon.png | 2329B |
-rw-r--r-- | searx/static/themes/legacy/img/searx.png | 3902B |
-rw-r--r-- | searx/static/themes/legacy/img/searx_logo.svg | 203L |
-rw-r--r-- | searx/static/themes/legacy/js/searx.js | 49L |
-rw-r--r-- | searx/static/themes/legacy/less/autocompleter.less | 61L |
-rw-r--r-- | searx/static/themes/legacy/less/code.less | 83L |
-rw-r--r-- | searx/static/themes/legacy/less/definitions.less | 119L |
-rw-r--r-- | searx/static/themes/legacy/less/mixins.less | 27L |
-rw-r--r-- | searx/static/themes/legacy/less/search.less | 68L |
-rw-r--r-- | searx/static/themes/legacy/less/style-rtl.less | 11L |
-rw-r--r-- | searx/static/themes/legacy/less/style.less | 739L |
-rw-r--r-- | searx/static/themes/oscar/.gitignore | 1L |
-rw-r--r-- | searx/static/themes/oscar/README.rst | 17L |
-rw-r--r-- | searx/static/themes/oscar/css/leaflet.min.css | 93L |
-rw-r--r-- | searx/static/themes/oscar/css/logicodev-dark.min.css | 1L |
-rw-r--r-- | searx/static/themes/oscar/css/logicodev.min.css | 1L |
-rw-r--r-- | searx/static/themes/oscar/css/pointhi.min.css | 1L |
-rw-r--r-- | searx/static/themes/oscar/gruntfile.js | 96L |
-rw-r--r-- | searx/static/themes/oscar/img/favicon.png | 1853B |
-rw-r--r-- | searx/static/themes/oscar/img/icons/1337x.png | 1229B |
-rw-r--r-- | searx/static/themes/oscar/img/icons/README.md | 2L |
-rw-r--r-- | searx/static/themes/oscar/img/icons/amazon.png | 4129B |
-rw-r--r-- | searx/static/themes/oscar/img/icons/dailymotion.png | 3963B |
-rw-r--r-- | searx/static/themes/oscar/img/icons/deviantart.png | 3790B |
-rw-r--r-- | searx/static/themes/oscar/img/icons/facebook.png | 3685B |
-rw-r--r-- | searx/static/themes/oscar/img/icons/flickr.png | 3751B |
-rw-r--r-- | searx/static/themes/oscar/img/icons/github.png | 4315B |
-rw-r--r-- | searx/static/themes/oscar/img/icons/kickass.png | 4527B |
-rw-r--r-- | searx/static/themes/oscar/img/icons/openstreetmap.png | 5184B |
-rw-r--r-- | searx/static/themes/oscar/img/icons/photon.png | 4177B |
-rw-r--r-- | searx/static/themes/oscar/img/icons/searchcode code.png | 4241B |
-rw-r--r-- | searx/static/themes/oscar/img/icons/searchcode doc.png | 4241B |
-rw-r--r-- | searx/static/themes/oscar/img/icons/soundcloud.png | 3820B |
-rw-r--r-- | searx/static/themes/oscar/img/icons/stackoverflow.png | 3990B |
-rw-r--r-- | searx/static/themes/oscar/img/icons/twitter.png | 3790B |
-rw-r--r-- | searx/static/themes/oscar/img/icons/vimeo.png | 3894B |
-rw-r--r-- | searx/static/themes/oscar/img/icons/wikipedia.png | 3960B |
-rw-r--r-- | searx/static/themes/oscar/img/icons/youtube.png | 587B |
-rw-r--r-- | searx/static/themes/oscar/img/loader.gif | 8314B |
-rw-r--r-- | searx/static/themes/oscar/img/logo_searx_a.png | 9557B |
-rw-r--r-- | searx/static/themes/oscar/img/logo_searx_a_n.png | 9704B |
-rw-r--r-- | searx/static/themes/oscar/img/map/layers-2x.png | 1763B |
-rw-r--r-- | searx/static/themes/oscar/img/map/layers.png | 1142B |
-rw-r--r-- | searx/static/themes/oscar/img/map/marker-icon-2x-green.png | 3753B |
-rw-r--r-- | searx/static/themes/oscar/img/map/marker-icon-2x-orange.png | 3691B |
-rw-r--r-- | searx/static/themes/oscar/img/map/marker-icon-2x-red.png | 3692B |
-rw-r--r-- | searx/static/themes/oscar/img/map/marker-icon-2x.png | 4033B |
-rw-r--r-- | searx/static/themes/oscar/img/map/marker-icon-green.png | 1696B |
-rw-r--r-- | searx/static/themes/oscar/img/map/marker-icon-orange.png | 1714B |
-rw-r--r-- | searx/static/themes/oscar/img/map/marker-icon-red.png | 1690B |
-rw-r--r-- | searx/static/themes/oscar/img/map/marker-icon.png | 1747B |
-rw-r--r-- | searx/static/themes/oscar/img/map/marker-shadow.png | 797B |
-rw-r--r-- | searx/static/themes/oscar/img/searx_logo.png | 10611B |
-rw-r--r-- | searx/static/themes/oscar/js/leaflet-0.7.3.min.js | 9L |
-rw-r--r-- | searx/static/themes/oscar/js/searx.min.js | 2L |
-rw-r--r-- | searx/static/themes/oscar/js/searx_src/00_requirejs_config.js | 23L |
-rw-r--r-- | searx/static/themes/oscar/js/searx_src/autocompleter.js | 37L |
-rw-r--r-- | searx/static/themes/oscar/js/searx_src/element_modifiers.js | 99L |
-rw-r--r-- | searx/static/themes/oscar/js/searx_src/leaflet_map.js | 167L |
-rw-r--r-- | searx/static/themes/oscar/less/logicodev-dark/oscar.less | 245L |
-rw-r--r-- | searx/static/themes/oscar/less/logicodev/advanced.less | 49L |
-rw-r--r-- | searx/static/themes/oscar/less/logicodev/checkbox.less | 9L |
-rw-r--r-- | searx/static/themes/oscar/less/logicodev/code.less | 103L |
-rw-r--r-- | searx/static/themes/oscar/less/logicodev/cursor.less | 8L |
-rw-r--r-- | searx/static/themes/oscar/less/logicodev/footer.less | 30L |
-rw-r--r-- | searx/static/themes/oscar/less/logicodev/infobox.less | 37L |
-rw-r--r-- | searx/static/themes/oscar/less/logicodev/navbar.less | 31L |
-rw-r--r-- | searx/static/themes/oscar/less/logicodev/onoff.less | 57L |
-rw-r--r-- | searx/static/themes/oscar/less/logicodev/oscar.less | 23L |
-rw-r--r-- | searx/static/themes/oscar/less/logicodev/preferences.less | 3L |
-rw-r--r-- | searx/static/themes/oscar/less/logicodev/results.less | 177L |
-rw-r--r-- | searx/static/themes/oscar/less/logicodev/search.less | 80L |
-rw-r--r-- | searx/static/themes/oscar/less/logicodev/variables.less | 13L |
-rw-r--r-- | searx/static/themes/oscar/less/pointhi/advanced.less | 49L |
-rw-r--r-- | searx/static/themes/oscar/less/pointhi/checkbox.less | 9L |
-rw-r--r-- | searx/static/themes/oscar/less/pointhi/code.less | 79L |
-rw-r--r-- | searx/static/themes/oscar/less/pointhi/cursor.less | 8L |
-rw-r--r-- | searx/static/themes/oscar/less/pointhi/footer.less | 19L |
-rw-r--r-- | searx/static/themes/oscar/less/pointhi/infobox.less | 11L |
-rw-r--r-- | searx/static/themes/oscar/less/pointhi/navbar.less | 20L |
-rw-r--r-- | searx/static/themes/oscar/less/pointhi/onoff.less | 57L |
-rw-r--r-- | searx/static/themes/oscar/less/pointhi/oscar.less | 21L |
-rw-r--r-- | searx/static/themes/oscar/less/pointhi/preferences.less | 3L |
-rw-r--r-- | searx/static/themes/oscar/less/pointhi/results.less | 109L |
-rw-r--r-- | searx/static/themes/oscar/less/pointhi/search.less | 33L |
-rw-r--r-- | searx/static/themes/oscar/package.json | 16L |
-rw-r--r-- | searx/static/themes/pix-art/css/style.css | 1L |
-rw-r--r-- | searx/static/themes/pix-art/img/favicon.png | 2039B |
-rw-r--r-- | searx/static/themes/pix-art/img/preference-icon-pixel.png | 242B |
-rw-r--r-- | searx/static/themes/pix-art/img/search-icon-pixel.png | 204B |
-rw-r--r-- | searx/static/themes/pix-art/img/searx-pixel-small.png | 236B |
-rw-r--r-- | searx/static/themes/pix-art/img/searx-pixel.png | 435B |
-rw-r--r-- | searx/static/themes/pix-art/js/searx.js | 141L |
-rw-r--r-- | searx/static/themes/pix-art/less/definitions.less | 119L |
-rw-r--r-- | searx/static/themes/pix-art/less/mixins.less | 27L |
-rw-r--r-- | searx/static/themes/pix-art/less/search.less | 57L |
-rw-r--r-- | searx/static/themes/pix-art/less/style.less | 451L |
-rw-r--r-- | searx/static/themes/simple/.jshintignore | 1L |
-rw-r--r-- | searx/static/themes/simple/css/searx-rtl.css | 2177L |
-rw-r--r-- | searx/static/themes/simple/css/searx-rtl.min.css | 1L |
-rw-r--r-- | searx/static/themes/simple/css/searx.css | 2173L |
-rw-r--r-- | searx/static/themes/simple/css/searx.min.css | 1L |
-rw-r--r-- | searx/static/themes/simple/fonts/ion.css | 139L |
-rw-r--r-- | searx/static/themes/simple/fonts/ion.eot | 4094B |
-rw-r--r-- | searx/static/themes/simple/fonts/ion.html | 268L |
-rw-r--r-- | searx/static/themes/simple/fonts/ion.svg | 105L |
-rw-r--r-- | searx/static/themes/simple/fonts/ion.ttf | 3936B |
-rw-r--r-- | searx/static/themes/simple/fonts/ion.woff | 4856B |
-rw-r--r-- | searx/static/themes/simple/fonts/ion.woff2 | 2112B |
-rw-r--r-- | searx/static/themes/simple/gruntfile.js | 158L |
-rw-r--r-- | searx/static/themes/simple/img/favicon.png | 1474B |
-rw-r--r-- | searx/static/themes/simple/img/logo_searx_a.png | 8390B |
-rw-r--r-- | searx/static/themes/simple/img/searx.png | 2130B |
-rw-r--r-- | searx/static/themes/simple/img/searx_logo.svg | 203L |
-rw-r--r-- | searx/static/themes/simple/js/searx.js | 1573L |
-rw-r--r-- | searx/static/themes/simple/js/searx.min.js | 23L |
-rw-r--r-- | searx/static/themes/simple/js/searx.min.js.map | 1L |
-rw-r--r-- | searx/static/themes/simple/js/searx_src/00_searx_toolkit.js | 164L |
-rw-r--r-- | searx/static/themes/simple/js/searx_src/autocomplete.js | 536L |
-rw-r--r-- | searx/static/themes/simple/js/searx_src/searx_imageresult.js | 151L |
-rw-r--r-- | searx/static/themes/simple/js/searx_src/searx_keyboard.js | 366L |
-rw-r--r-- | searx/static/themes/simple/js/searx_src/searx_mapresult.js | 176L |
-rw-r--r-- | searx/static/themes/simple/js/searx_src/searx_results.js | 63L |
-rw-r--r-- | searx/static/themes/simple/js/searx_src/searx_search.js | 117L |
-rw-r--r-- | searx/static/themes/simple/leaflet/images/layers-2x.png | 1259B |
-rw-r--r-- | searx/static/themes/simple/leaflet/images/layers.png | 696B |
-rw-r--r-- | searx/static/themes/simple/leaflet/images/marker-icon-2x-green.png | 3753B |
-rw-r--r-- | searx/static/themes/simple/leaflet/images/marker-icon-2x-orange.png | 3691B |
-rw-r--r-- | searx/static/themes/simple/leaflet/images/marker-icon-2x-red.png | 3692B |
-rw-r--r-- | searx/static/themes/simple/leaflet/images/marker-icon-2x.png | 2464B |
-rw-r--r-- | searx/static/themes/simple/leaflet/images/marker-icon-green.png | 1696B |
-rw-r--r-- | searx/static/themes/simple/leaflet/images/marker-icon-orange.png | 1714B |
-rw-r--r-- | searx/static/themes/simple/leaflet/images/marker-icon-red.png | 1690B |
-rw-r--r-- | searx/static/themes/simple/leaflet/images/marker-icon.png | 1466B |
-rw-r--r-- | searx/static/themes/simple/leaflet/images/marker-shadow.png | 618B |
-rw-r--r-- | searx/static/themes/simple/leaflet/leaflet.css | 636L |
-rw-r--r-- | searx/static/themes/simple/leaflet/leaflet.js | 5L |
-rw-r--r-- | searx/static/themes/simple/less/autocomplete.less | 69L |
-rw-r--r-- | searx/static/themes/simple/less/code.less | 83L |
-rw-r--r-- | searx/static/themes/simple/less/definitions.less | 135L |
-rw-r--r-- | searx/static/themes/simple/less/index.less | 43L |
-rw-r--r-- | searx/static/themes/simple/less/ion.less | 181L |
-rw-r--r-- | searx/static/themes/simple/less/mixins.less | 62L |
-rw-r--r-- | searx/static/themes/simple/less/normalize.less | 341L |
-rw-r--r-- | searx/static/themes/simple/less/preferences.less | 103L |
-rw-r--r-- | searx/static/themes/simple/less/search.less | 264L |
-rw-r--r-- | searx/static/themes/simple/less/stats.less | 8L |
-rw-r--r-- | searx/static/themes/simple/less/style-rtl.less | 6L |
-rw-r--r-- | searx/static/themes/simple/less/style.less | 721L |
-rw-r--r-- | searx/static/themes/simple/less/toolkit.less | 468L |
-rw-r--r-- | searx/static/themes/simple/less/toolkit_loader.less | 41L |
-rw-r--r-- | searx/static/themes/simple/magnet.svg | 1L |
-rw-r--r-- | searx/static/themes/simple/package.json | 20L |
-rw-r--r-- | searx/templates/__common__/about.html | 63L |
-rw-r--r-- | searx/templates/__common__/opensearch.xml | 28L |
-rw-r--r-- | searx/templates/__common__/opensearch_response_rss.xml | 29L |
-rw-r--r-- | searx/templates/courgette/404.html | 9L |
-rw-r--r-- | searx/templates/courgette/about.html | 5L |
-rw-r--r-- | searx/templates/courgette/base.html | 43L |
-rw-r--r-- | searx/templates/courgette/categories.html | 9L |
-rw-r--r-- | searx/templates/courgette/color.css | 34L |
-rw-r--r-- | searx/templates/courgette/github_ribbon.html | 3L |
-rw-r--r-- | searx/templates/courgette/index.html | 17L |
-rw-r--r-- | searx/templates/courgette/preferences.html | 131L |
-rw-r--r-- | searx/templates/courgette/result_templates/code.html | 11L |
-rw-r--r-- | searx/templates/courgette/result_templates/default.html | 13L |
-rw-r--r-- | searx/templates/courgette/result_templates/images.html | 6L |
-rw-r--r-- | searx/templates/courgette/result_templates/map.html | 13L |
-rw-r--r-- | searx/templates/courgette/result_templates/torrent.html | 13L |
-rw-r--r-- | searx/templates/courgette/result_templates/videos.html | 10L |
-rw-r--r-- | searx/templates/courgette/results.html | 87L |
-rw-r--r-- | searx/templates/courgette/search.html | 7L |
-rw-r--r-- | searx/templates/courgette/stats.html | 22L |
-rw-r--r-- | searx/templates/lanodan/404.html | 9L |
-rw-r--r-- | searx/templates/lanodan/about.html | 4L |
-rw-r--r-- | searx/templates/lanodan/base.html | 41L |
-rw-r--r-- | searx/templates/lanodan/categories.html | 6L |
-rw-r--r-- | searx/templates/lanodan/index.html | 4L |
-rw-r--r-- | searx/templates/lanodan/infobox.html | 46L |
-rw-r--r-- | searx/templates/lanodan/languages.html | 8L |
-rw-r--r-- | searx/templates/lanodan/macros.html | 77L |
-rw-r--r-- | searx/templates/lanodan/messages/no_results.html | 16L |
-rw-r--r-- | searx/templates/lanodan/preferences.html | 187L |
-rw-r--r-- | searx/templates/lanodan/result_templates/code.html | 13L |
-rw-r--r-- | searx/templates/lanodan/result_templates/default.html | 14L |
-rw-r--r-- | searx/templates/lanodan/result_templates/images.html | 5L |
-rw-r--r-- | searx/templates/lanodan/result_templates/map.html | 71L |
-rw-r--r-- | searx/templates/lanodan/result_templates/torrent.html | 21L |
-rw-r--r-- | searx/templates/lanodan/result_templates/videos.html | 5L |
-rw-r--r-- | searx/templates/lanodan/results.html | 143L |
-rw-r--r-- | searx/templates/lanodan/search.html | 16L |
-rw-r--r-- | searx/templates/lanodan/simple.spec.txt | 40L |
-rw-r--r-- | searx/templates/lanodan/stats.html | 22L |
-rw-r--r-- | searx/templates/lanodan/time-range.html | 17L |
-rw-r--r-- | searx/templates/legacy/404.html | 9L |
-rw-r--r-- | searx/templates/legacy/about.html | 5L |
-rw-r--r-- | searx/templates/legacy/base.html | 38L |
-rw-r--r-- | searx/templates/legacy/categories.html | 10L |
-rw-r--r-- | searx/templates/legacy/github_ribbon.html | 3L |
-rw-r--r-- | searx/templates/legacy/index.html | 18L |
-rw-r--r-- | searx/templates/legacy/infobox.html | 51L |
-rw-r--r-- | searx/templates/legacy/preferences.html | 128L |
-rw-r--r-- | searx/templates/legacy/result_templates/code.html | 11L |
-rw-r--r-- | searx/templates/legacy/result_templates/default.html | 6L |
-rw-r--r-- | searx/templates/legacy/result_templates/images.html | 6L |
-rw-r--r-- | searx/templates/legacy/result_templates/map.html | 13L |
-rw-r--r-- | searx/templates/legacy/result_templates/torrent.html | 13L |
-rw-r--r-- | searx/templates/legacy/result_templates/videos.html | 6L |
-rw-r--r-- | searx/templates/legacy/results.html | 100L |
-rw-r--r-- | searx/templates/legacy/search.html | 8L |
-rw-r--r-- | searx/templates/legacy/stats.html | 22L |
-rw-r--r-- | searx/templates/oscar/404.html | 9L |
-rw-r--r-- | searx/templates/oscar/about.html | 5L |
-rw-r--r-- | searx/templates/oscar/advanced.html | 16L |
-rw-r--r-- | searx/templates/oscar/base.html | 114L |
-rw-r--r-- | searx/templates/oscar/categories.html | 13L |
-rw-r--r-- | searx/templates/oscar/index.html | 22L |
-rw-r--r-- | searx/templates/oscar/infobox.html | 35L |
-rw-r--r-- | searx/templates/oscar/languages.html | 11L |
-rw-r--r-- | searx/templates/oscar/macros.html | 99L |
-rw-r--r-- | searx/templates/oscar/messages/first_time.html | 8L |
-rw-r--r-- | searx/templates/oscar/messages/no_cookies.html | 5L |
-rw-r--r-- | searx/templates/oscar/messages/no_data_available.html | 5L |
-rw-r--r-- | searx/templates/oscar/messages/no_results.html | 17L |
-rw-r--r-- | searx/templates/oscar/messages/save_settings_successfull.html | 9L |
-rw-r--r-- | searx/templates/oscar/messages/unknow_error.html | 9L |
-rw-r--r-- | searx/templates/oscar/navbar.html | 9L |
-rw-r--r-- | searx/templates/oscar/preferences.html | 311L |
-rw-r--r-- | searx/templates/oscar/result_templates/code.html | 18L |
-rw-r--r-- | searx/templates/oscar/result_templates/default.html | 31L |
-rw-r--r-- | searx/templates/oscar/result_templates/images.html | 39L |
-rw-r--r-- | searx/templates/oscar/result_templates/map.html | 72L |
-rw-r--r-- | searx/templates/oscar/result_templates/torrent.html | 25L |
-rw-r--r-- | searx/templates/oscar/result_templates/videos.html | 27L |
-rw-r--r-- | searx/templates/oscar/results.html | 155L |
-rw-r--r-- | searx/templates/oscar/search.html | 24L |
-rw-r--r-- | searx/templates/oscar/search_full.html | 18L |
-rw-r--r-- | searx/templates/oscar/stats.html | 33L |
-rw-r--r-- | searx/templates/oscar/time-range.html | 17L |
-rw-r--r-- | searx/templates/pix-art/404.html | 9L |
-rw-r--r-- | searx/templates/pix-art/about.html | 4L |
-rw-r--r-- | searx/templates/pix-art/base.html | 35L |
-rw-r--r-- | searx/templates/pix-art/index.html | 12L |
-rw-r--r-- | searx/templates/pix-art/preferences.html | 81L |
-rw-r--r-- | searx/templates/pix-art/result_templates/default.html | 7L |
-rw-r--r-- | searx/templates/pix-art/result_templates/images.html | 6L |
-rw-r--r-- | searx/templates/pix-art/results.html | 32L |
-rw-r--r-- | searx/templates/pix-art/search.html | 9L |
-rw-r--r-- | searx/templates/pix-art/stats.html | 22L |
-rw-r--r-- | searx/templates/simple/404.html | 9L |
-rw-r--r-- | searx/templates/simple/about.html | 4L |
-rw-r--r-- | searx/templates/simple/base.html | 66L |
-rw-r--r-- | searx/templates/simple/categories.html | 8L |
-rw-r--r-- | searx/templates/simple/index.html | 12L |
-rw-r--r-- | searx/templates/simple/infobox.html | 46L |
-rw-r--r-- | searx/templates/simple/languages.html | 8L |
-rw-r--r-- | searx/templates/simple/macros.html | 85L |
-rw-r--r-- | searx/templates/simple/messages/no_results.html | 17L |
-rw-r--r-- | searx/templates/simple/preferences.html | 236L |
-rw-r--r-- | searx/templates/simple/result_templates/code.html | 13L |
-rw-r--r-- | searx/templates/simple/result_templates/default.html | 17L |
-rw-r--r-- | searx/templates/simple/result_templates/images.html | 4L |
-rw-r--r-- | searx/templates/simple/result_templates/map.html | 68L |
-rw-r--r-- | searx/templates/simple/result_templates/torrent.html | 24L |
-rw-r--r-- | searx/templates/simple/result_templates/videos.html | 15L |
-rw-r--r-- | searx/templates/simple/results.html | 158L |
-rw-r--r-- | searx/templates/simple/search.html | 17L |
-rw-r--r-- | searx/templates/simple/simple.spec.txt | 40L |
-rw-r--r-- | searx/templates/simple/stats.html | 25L |
-rw-r--r-- | searx/templates/simple/time-range.html | 17L |
-rw-r--r-- | searx/testing.py | 98L |
-rw-r--r-- | searx/translations/ar/LC_MESSAGES/messages.mo | 14049B |
-rw-r--r-- | searx/translations/ar/LC_MESSAGES/messages.po | 1014L |
-rw-r--r-- | searx/translations/bg/LC_MESSAGES/messages.mo | 13778B |
-rw-r--r-- | searx/translations/bg/LC_MESSAGES/messages.po | 1014L |
-rw-r--r-- | searx/translations/ca/LC_MESSAGES/messages.mo | 12694B |
-rw-r--r-- | searx/translations/ca/LC_MESSAGES/messages.po | 1014L |
-rw-r--r-- | searx/translations/cs/LC_MESSAGES/messages.mo | 12146B |
-rw-r--r-- | searx/translations/cs/LC_MESSAGES/messages.po | 1014L |
-rw-r--r-- | searx/translations/cy/LC_MESSAGES/messages.mo | 12014B |
-rw-r--r-- | searx/translations/cy/LC_MESSAGES/messages.po | 1013L |
-rw-r--r-- | searx/translations/da/LC_MESSAGES/messages.mo | 12050B |
-rw-r--r-- | searx/translations/da/LC_MESSAGES/messages.po | 1014L |
-rw-r--r-- | searx/translations/de/LC_MESSAGES/messages.mo | 12686B |
-rw-r--r-- | searx/translations/de/LC_MESSAGES/messages.po | 1026L |
-rw-r--r-- | searx/translations/el_GR/LC_MESSAGES/messages.mo | 14021B |
-rw-r--r-- | searx/translations/el_GR/LC_MESSAGES/messages.po | 1014L |
-rw-r--r-- | searx/translations/en/LC_MESSAGES/messages.mo | 7565B |
-rw-r--r-- | searx/translations/en/LC_MESSAGES/messages.po | 695L |
-rw-r--r-- | searx/translations/eo/LC_MESSAGES/messages.mo | 12014B |
-rw-r--r-- | searx/translations/eo/LC_MESSAGES/messages.po | 1016L |
-rw-r--r-- | searx/translations/es/LC_MESSAGES/messages.mo | 12688B |
-rw-r--r-- | searx/translations/es/LC_MESSAGES/messages.po | 1023L |
-rw-r--r-- | searx/translations/eu/LC_MESSAGES/messages.mo | 12356B |
-rw-r--r-- | searx/translations/eu/LC_MESSAGES/messages.po | 1015L |
-rw-r--r-- | searx/translations/fa_IR/LC_MESSAGES/messages.mo | 14896B |
-rw-r--r-- | searx/translations/fa_IR/LC_MESSAGES/messages.po | 1015L |
-rw-r--r-- | searx/translations/fi/LC_MESSAGES/messages.mo | 12258B |
-rw-r--r-- | searx/translations/fi/LC_MESSAGES/messages.po | 1013L |
-rw-r--r-- | searx/translations/fil/LC_MESSAGES/messages.mo | 12541B |
-rw-r--r-- | searx/translations/fil/LC_MESSAGES/messages.po | 1014L |
-rw-r--r-- | searx/translations/fr/LC_MESSAGES/messages.mo | 12868B |
-rw-r--r-- | searx/translations/fr/LC_MESSAGES/messages.po | 1020L |
-rw-r--r-- | searx/translations/gl/LC_MESSAGES/messages.mo | 12353B |
-rw-r--r-- | searx/translations/gl/LC_MESSAGES/messages.po | 1013L |
-rw-r--r-- | searx/translations/he/LC_MESSAGES/messages.mo | 13386B |
-rw-r--r-- | searx/translations/he/LC_MESSAGES/messages.po | 1017L |
-rw-r--r-- | searx/translations/hr/LC_MESSAGES/messages.mo | 12434B |
-rw-r--r-- | searx/translations/hr/LC_MESSAGES/messages.po | 1013L |
-rw-r--r-- | searx/translations/hu/LC_MESSAGES/messages.mo | 12063B |
-rw-r--r-- | searx/translations/hu/LC_MESSAGES/messages.po | 1016L |
-rw-r--r-- | searx/translations/it/LC_MESSAGES/messages.mo | 12276B |
-rw-r--r-- | searx/translations/it/LC_MESSAGES/messages.po | 1021L |
-rw-r--r-- | searx/translations/ja/LC_MESSAGES/messages.mo | 13555B |
-rw-r--r-- | searx/translations/ja/LC_MESSAGES/messages.po | 1020L |
-rw-r--r-- | searx/translations/nl/LC_MESSAGES/messages.mo | 12267B |
-rw-r--r-- | searx/translations/nl/LC_MESSAGES/messages.po | 1015L |
-rw-r--r-- | searx/translations/nl_BE/LC_MESSAGES/messages.mo | 12378B |
-rw-r--r-- | searx/translations/nl_BE/LC_MESSAGES/messages.po | 1013L |
-rw-r--r-- | searx/translations/pl/LC_MESSAGES/messages.mo | 12768B |
-rw-r--r-- | searx/translations/pl/LC_MESSAGES/messages.po | 1014L |
-rw-r--r-- | searx/translations/pt/LC_MESSAGES/messages.mo | 12482B |
-rw-r--r-- | searx/translations/pt/LC_MESSAGES/messages.po | 1014L |
-rw-r--r-- | searx/translations/pt_BR/LC_MESSAGES/messages.mo | 12417B |
-rw-r--r-- | searx/translations/pt_BR/LC_MESSAGES/messages.po | 1019L |
-rw-r--r-- | searx/translations/ro/LC_MESSAGES/messages.mo | 12819B |
-rw-r--r-- | searx/translations/ro/LC_MESSAGES/messages.po | 1014L |
-rw-r--r-- | searx/translations/ru/LC_MESSAGES/messages.mo | 15970B |
-rw-r--r-- | searx/translations/ru/LC_MESSAGES/messages.po | 1018L |
-rw-r--r-- | searx/translations/sk/LC_MESSAGES/messages.mo | 12395B |
-rw-r--r-- | searx/translations/sk/LC_MESSAGES/messages.po | 1013L |
-rw-r--r-- | searx/translations/sl/LC_MESSAGES/messages.mo | 12146B |
-rw-r--r-- | searx/translations/sl/LC_MESSAGES/messages.po | 1013L |
-rw-r--r-- | searx/translations/sr/LC_MESSAGES/messages.mo | 15151B |
-rw-r--r-- | searx/translations/sr/LC_MESSAGES/messages.po | 1013L |
-rw-r--r-- | searx/translations/sv/LC_MESSAGES/messages.mo | 12035B |
-rw-r--r-- | searx/translations/sv/LC_MESSAGES/messages.po | 1015L |
-rw-r--r-- | searx/translations/te/LC_MESSAGES/messages.mo | 13839B |
-rw-r--r-- | searx/translations/te/LC_MESSAGES/messages.po | 1013L |
-rw-r--r-- | searx/translations/tr/LC_MESSAGES/messages.mo | 12108B |
-rw-r--r-- | searx/translations/tr/LC_MESSAGES/messages.po | 1015L |
-rw-r--r-- | searx/translations/uk/LC_MESSAGES/messages.mo | 15440B |
-rw-r--r-- | searx/translations/uk/LC_MESSAGES/messages.po | 1015L |
-rw-r--r-- | searx/translations/vi/LC_MESSAGES/messages.mo | 13433B |
-rw-r--r-- | searx/translations/vi/LC_MESSAGES/messages.po | 1013L |
-rw-r--r-- | searx/translations/zh_CN/LC_MESSAGES/messages.mo | 11590B |
-rw-r--r-- | searx/translations/zh_CN/LC_MESSAGES/messages.po | 1017L |
-rw-r--r-- | searx/translations/zh_Hant_TW/LC_MESSAGES/messages.mo | 11622B |
-rw-r--r-- | searx/translations/zh_Hant_TW/LC_MESSAGES/messages.po | 1014L |
-rw-r--r-- | searx/translations/zh_TW/LC_MESSAGES/messages.mo | 11608B |
-rw-r--r-- | searx/translations/zh_TW/LC_MESSAGES/messages.po | 1015L |
-rw-r--r-- | searx/url_utils.py | 30L |
-rw-r--r-- | searx/utils.py | 401L |
-rw-r--r-- | searx/version.py | 26L |
-rw-r--r-- | searx/webapp.py | 929L |
-rw-r--r-- | setup.py | 74L |
-rw-r--r-- | tests/__init__.py | 0B |
-rw-r--r-- | tests/robot/__init__.py | 75L |
-rw-r--r-- | tests/test_robot.py | 23L |
-rw-r--r-- | tests/unit/__init__.py | 0B |
-rw-r--r-- | tests/unit/engines/__init__.py | 0B |
-rw-r--r-- | tests/unit/engines/pubmed.py | 37L |
-rw-r--r-- | tests/unit/engines/seedpeer_fixture.html | 110L |
-rw-r--r-- | tests/unit/engines/test_acgsou.py | 78L |
-rw-r--r-- | tests/unit/engines/test_archlinux.py | 111L |
-rw-r--r-- | tests/unit/engines/test_arxiv.py | 58L |
-rw-r--r-- | tests/unit/engines/test_base.py | 91L |
-rw-r--r-- | tests/unit/engines/test_bing.py | 117L |
-rw-r--r-- | tests/unit/engines/test_bing_images.py | 117L |
-rw-r--r-- | tests/unit/engines/test_bing_news.py | 143L |
-rw-r--r-- | tests/unit/engines/test_bing_videos.py | 99L |
-rw-r--r-- | tests/unit/engines/test_btdigg.py | 384L |
-rw-r--r-- | tests/unit/engines/test_currency_convert.py | 56L |
-rw-r--r-- | tests/unit/engines/test_dailymotion.py | 108L |
-rw-r--r-- | tests/unit/engines/test_deezer.py | 57L |
-rw-r--r-- | tests/unit/engines/test_deviantart.py | 95L |
-rw-r--r-- | tests/unit/engines/test_digbt.py | 61L |
-rw-r--r-- | tests/unit/engines/test_digg.py | 101L |
-rw-r--r-- | tests/unit/engines/test_doku.py | 79L |
-rw-r--r-- | tests/unit/engines/test_duckduckgo.py | 106L |
-rw-r--r-- | tests/unit/engines/test_duckduckgo_definitions.py | 255L |
-rw-r--r-- | tests/unit/engines/test_duckduckgo_images.py | 75L |
-rw-r--r-- | tests/unit/engines/test_duden.py | 41L |
-rw-r--r-- | tests/unit/engines/test_dummy.py | 26L |
-rw-r--r-- | tests/unit/engines/test_faroo.py | 109L |
-rw-r--r-- | tests/unit/engines/test_fdroid.py | 49L |
-rw-r--r-- | tests/unit/engines/test_flickr.py | 142L |
-rw-r--r-- | tests/unit/engines/test_flickr_noapi.py | 329L |
-rw-r--r-- | tests/unit/engines/test_framalibre.py | 103L |
-rw-r--r-- | tests/unit/engines/test_frinkiac.py | 50L |
-rw-r--r-- | tests/unit/engines/test_genius.py | 231L |
-rw-r--r-- | tests/unit/engines/test_gigablast.py | 114L |
-rw-r--r-- | tests/unit/engines/test_github.py | 61L |
-rw-r--r-- | tests/unit/engines/test_google.py | 246L |
-rw-r--r-- | tests/unit/engines/test_google_images.py | 27L |
-rw-r--r-- | tests/unit/engines/test_google_news.py | 96L |
-rw-r--r-- | tests/unit/engines/test_google_videos.py | 79L |
-rw-r--r-- | tests/unit/engines/test_ina.py | 64L |
-rw-r--r-- | tests/unit/engines/test_kickass.py | 397L |
-rw-r--r-- | tests/unit/engines/test_mediawiki.py | 126L |
-rw-r--r-- | tests/unit/engines/test_mixcloud.py | 67L |
-rw-r--r-- | tests/unit/engines/test_nyaa.py | 124L |
-rw-r--r-- | tests/unit/engines/test_openstreetmap.py | 199L |
-rw-r--r-- | tests/unit/engines/test_pdbe.py | 109L |
-rw-r--r-- | tests/unit/engines/test_photon.py | 166L |
-rw-r--r-- | tests/unit/engines/test_piratebay.py | 166L |
-rw-r--r-- | tests/unit/engines/test_qwant.py | 339L |
-rw-r--r-- | tests/unit/engines/test_reddit.py | 71L |
-rw-r--r-- | tests/unit/engines/test_scanr_structures.py | 175L |
-rw-r--r-- | tests/unit/engines/test_searchcode_code.py | 75L |
-rw-r--r-- | tests/unit/engines/test_searchcode_doc.py | 70L |
-rw-r--r-- | tests/unit/engines/test_seedpeer.py | 51L |
-rw-r--r-- | tests/unit/engines/test_soundcloud.py | 192L |
-rw-r--r-- | tests/unit/engines/test_spotify.py | 124L |
-rw-r--r-- | tests/unit/engines/test_stackoverflow.py | 106L |
-rw-r--r-- | tests/unit/engines/test_startpage.py | 136L |
-rw-r--r-- | tests/unit/engines/test_subtitleseeker.py | 138L |
-rw-r--r-- | tests/unit/engines/test_swisscows.py | 151L |
-rw-r--r-- | tests/unit/engines/test_tokyotoshokan.py | 110L |
-rw-r--r-- | tests/unit/engines/test_torrentz.py | 87L |
-rw-r--r-- | tests/unit/engines/test_twitter.py | 496L |
-rw-r--r-- | tests/unit/engines/test_vimeo.py | 36L |
-rw-r--r-- | tests/unit/engines/test_wikidata.py | 503L |
-rw-r--r-- | tests/unit/engines/test_wikipedia.py | 255L |
-rw-r--r-- | tests/unit/engines/test_wolframalpha_api.py | 166L |
-rw-r--r-- | tests/unit/engines/test_wolframalpha_noapi.py | 224L |
-rw-r--r-- | tests/unit/engines/test_www1x.py | 57L |
-rw-r--r-- | tests/unit/engines/test_yacy.py | 91L |
-rw-r--r-- | tests/unit/engines/test_yahoo.py | 183L |
-rw-r--r-- | tests/unit/engines/test_yahoo_news.py | 143L |
-rw-r--r-- | tests/unit/engines/test_youtube_api.py | 111L |
-rw-r--r-- | tests/unit/engines/test_youtube_noapi.py | 174L |
-rw-r--r-- | tests/unit/test_answerers.py | 16L |
-rw-r--r-- | tests/unit/test_plugins.py | 85L |
-rw-r--r-- | tests/unit/test_preferences.py | 129L |
-rw-r--r-- | tests/unit/test_query.py | 64L |
-rw-r--r-- | tests/unit/test_results.py | 41L |
-rw-r--r-- | tests/unit/test_search.py | 10L |
-rw-r--r-- | tests/unit/test_utils.py | 130L |
-rw-r--r-- | tests/unit/test_webapp.py | 159L |
-rw-r--r-- | tox.ini | 2L |
-rw-r--r-- | utils/fabfile.py | 117L |
-rw-r--r-- | utils/fetch_currencies.py | 163L |
-rwxr-xr-x | utils/fetch_firefox_version.py | 73L |
-rw-r--r-- | utils/fetch_languages.py | 191L |
-rw-r--r-- | utils/google_search.py | 35L |
-rwxr-xr-x | utils/standalone_searx.py | 104L |
-rwxr-xr-x | utils/update-translations.sh | 15L |