Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit db375c20 authored by Nicolas Gelot's avatar Nicolas Gelot
Browse files

Merge tag 'v1.0.0'

version 1.0.0

Fix e/backlog#3094
parents 13d21226 ae122ea9
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -28,7 +28,10 @@ fi
# SEARX_INTERNAL_URL="127.0.0.1:8888"
# SEARX_SETTINGS_TEMPLATE="${REPO_ROOT}/utils/templates/etc/searx/use_default_settings.yml"

# Only change, if you maintain a searx brand in your searx fork.
# Only change, if you maintain a searx brand in your searx fork (GIT_URL) which
# is not hold by branch 'master'.  The branch has to be a local branch, in the
# repository from which you install (which is most often the case).  If you want
# to install branch 'foo', don't forget to run 'git branch foo origin/foo' once.
# GIT_BRANCH="${GIT_BRANCH:-master}"

# filtron.sh
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@
;; Alternatively create the virtualenv, source it and install jedi + epc
;; (required by `emacs-jedi <https://tkf.github.io/emacs-jedi>`_)::
;;
;;     $ virtualenv --python=python3  "--no-site-packages" ./local/py3
;;     $ python -m venv ./local/py3
;;     ...
;;     $ source ./local/py3/bin/activate
;;     (py3)$ # now install into the activated 'py3' environment ..
+3 −1
Original line number Diff line number Diff line
@@ -6,6 +6,8 @@ labels: bug
assignees: ''

---
<!-- PLEASE FILL THESE FIELDS, IT REALLY HELPS THE MAINTAINERS OF SEARX -->

**Version of Searx, commit number if you are using on master branch and stipulate if you forked Searx**
<!-- If you are running on master branch using git execute this command
in order to fetch the latest commit ID:
+3 −1
Original line number Diff line number Diff line
@@ -6,6 +6,8 @@ labels: enhancement, engine request
assignees: ''

---
<!-- PLEASE FILL THESE FIELDS, IT REALLY HELPS THE MAINTAINERS OF SEARX -->

**Working URL to the engine**
<!-- Please check if the engine is responding correctly before submitting it. -->

+3 −1
Original line number Diff line number Diff line
@@ -6,6 +6,8 @@ labels: enhancement
assignees: ''

---
<!-- PLEASE FILL THESE FIELDS, IT REALLY HELPS THE MAINTAINERS OF SEARX -->

**Is your feature request related to a problem? Please describe.**
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->

Loading