1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- [engines]
- Repository = https://github.com/asciimoo/searx
- IssueTracker = https://github.com/asciimoo/searx/issues
- Chiefs = asciimoo, kvch
- FilePatterns = searx/engines/.*
- Topics = engine
- Priority = 1
-
- [http backend]
- Repository = https://github.com/dalf/searx
- IssueTracker = https://github.com/dalf/searx/issues
- Chiefs = dalf
- FilePatterns = searx/poolrequests\.py
- Topics = http
- Priority = 1
-
- [plugins]
- Repository = https://github.com/asciimoo/searx
- IssueTracker = https://github.com/asciimoo/searx/issues
- Chiefs = asciimoo
- FilePatterns = searx/plugins/.*
- Topics = engine
- Priority = 1
-
- [simple theme]
- Repository = https://github.com/dalf/searx
- IssueTracker = https://github.com/dalf/searx/issues
- Chiefs = dalf
- FilePatterns = searx/static/themes/simple/.*, searx/templates/simple/.*
- Topics = theme
- Priority = 2
-
- [preferences]
- Repository = https://github.com/kvch/searx
- IssueTracker = https://github.com/kvch/searx/issues
- Chiefs = kvch
- FilePatterns = searx/preferences\.py, templates/.+preferences.+
- Topics = preferences
- Priority = 1
-
- [translations]
- Repository = https://github.com/kvch/searx
- IssueTracker = https://github.com/kvch/searx/issues
- Chiefs = kvch
- FilePatterns = searx/translations/.*
- Topics = translation
- Priority = 1
-
- [tests]
- Repository = https://github.com/asciimoo/searx
- IssueTracker = https://github.com/asciimoo/searx/issues
- Chiefs = asciimoo
- FilePatterns = tests/.*
- Topics = test
- Priority = 1
|