Commit Graph

3322 Commits

Author SHA1 Message Date
Roberto Beltran 3d2487b62e read from readme from markdown file 2021-04-30 21:05:15 -04:00
Roberto Beltran c03a379281 test 2021-04-28 15:26:34 -04:00
Roberto Beltran fc4a24456e update readme 2021-04-02 02:29:03 -04:00
Roberto Beltran fa54ae04c4 remove unused themes 2021-04-02 02:28:54 -04:00
Roberto Beltran 460c6faf93 remove ugly outline 2021-04-02 02:00:19 -04:00
Roberto Beltran ed2d74319b add less and clean-css plugin deps 2021-04-02 02:00:05 -04:00
Roberto Beltran 12a4b1eadf don't track css 2021-04-02 01:58:06 -04:00
Roberto Beltran 88341a16e2 remove unused themes 2021-04-02 01:53:45 -04:00
Roberto Beltran d2d1119f22 don't build .env 2021-04-02 01:48:05 -04:00
Roberto Beltran 6ed0971d35 adjust header font size 2020-10-07 01:32:50 -04:00
Roberto Beltran 042c43dc18 reduce heading lineheight 2020-10-07 01:28:05 -04:00
Roberto Beltran 04647291c3 adjust about page styles 2020-10-07 01:24:04 -04:00
Roberto Beltran 1f579d6a88 Merge branch 'libremiami' of https://gitlab.com/libremiami/libremiami-search into libremiami 2020-10-06 20:27:38 -04:00
Roberto Beltran 944e35c646 link git repo instead of serving the source code 2020-10-06 20:27:29 -04:00
Roberto Beltran cf9a7959aa update branding 2020-10-03 22:36:34 +00:00
Roberto Beltran 66251e8ec8 update og image path 2020-09-12 21:26:46 -04:00
Roberto Beltran e73e8f8460 add open graph image and tags 2020-09-12 19:13:54 -04:00
Roberto Beltran ddc79b026d ignore .bak files 2020-09-12 21:50:46 +00:00
Roberto Beltran 22711ca071 add styles 2020-09-12 21:50:34 +00:00
Roberto Beltran 932821e7ff add new fonts 2020-09-12 21:39:17 +00:00
Roberto Beltran 583b7b5fd4 remove placeholder, move searchbox 2020-09-12 21:38:17 +00:00
Roberto Beltran dabda39f83 move sidebar contents to footer 2020-09-12 21:27:48 +00:00
Roberto Beltran 954d0a87aa Change h2 to h1 for SEO, wrap control buttons in div for styling 2020-09-12 21:25:37 +00:00
Roberto Beltran 75156579b9 update meta information 2020-09-12 21:24:03 +00:00
Roberto Beltran 2ec55b9d0a remove ribbon, update title, add source code link 2020-09-12 21:23:01 +00:00
Roberto Beltran e737b67d44 update background 2020-09-12 21:16:29 +00:00
Roberto Beltran c6adaa8727 update favicon 2020-09-12 21:11:07 +00:00
Roberto Beltran 6ddfce6b39 Update about page 2020-09-12 21:09:32 +00:00
Adam Tauber c83007a6bc
Merge pull request #2006 from kvch/fix-search-on-category-select-considet-method
Consider HTTP request when running search categories on select is ena…
2020-06-18 23:10:27 +02:00
Noémi Ványi 4ec2fab583 Consider HTTP request when running search categories on select is enabled
Closes #1138
2020-06-18 23:06:09 +02:00
Adam Tauber 08c13daf85 [enh] update opensearch.xml to match major search engines opensearch.xml 2020-06-18 19:38:13 +02:00
Adam Tauber 4a8a16559a
Merge pull request #1803 from return42/filtron
Tooling Box to setup & maintain searx instances and services.
2020-06-18 19:34:32 +02:00
Markus Heiser 0616684baa [fix] sphinx 3.1 CSS issues
See sphinx-doc project, PR 7838 & 7484 with elementary patch to the basic CSS:

- https://github.com/sphinx-doc/sphinx/issues/7838#issuecomment-646009605
- https://github.com/sphinx-doc/sphinx/pull/7484#issuecomment-646058972

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2020-06-18 19:02:22 +02:00
Markus Heiser a5e82f9801 [fix] margial typo in docs/user/onf.py doc-string
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2020-06-18 18:57:10 +02:00
Markus Heiser bfef2c3b65 [fix] buildprocess of docs in LXC (containers)
The $DOCS_BUILD variable (like all BUILD variables) in the lxc environment::

   sudo -H ./utils/lxc.sh cmd searx-archlinux make docs

is different from running build process in the HOST::

   make docs

with kernel-include directive we can use the environment variables in the reST
documents to address the correct file location of the include.

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2020-06-18 18:52:45 +02:00
Markus Heiser aa5f947157 [enh] add 'kernel-include' reST-directive
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2020-06-18 18:51:31 +02:00
Markus Heiser 15924bcb67 [fix] buildprocess of the docs by adding sphinx-doc-prebuilds target
The sphinx-doc-prebuilds is the single point of definition for prerequisites
each doc build needs

BTW: remove $(LXC_ENV_FOLDER) offset from BOOKS_FOLDER and DOCS_FOLDER path.

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2020-06-18 18:44:22 +02:00
Markus Heiser 4f7a6c09dd [fix] buildhosts documentation
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2020-06-18 18:39:56 +02:00
Markus Heiser 51428de0fe [fix] add missing latexmk package to debian's BUILD_PACKAGES
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2020-06-18 18:35:59 +02:00
Markus Heiser 6ff20cef73 [fix] indentation of filtron's rules (json)
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2020-06-18 18:31:46 +02:00
Markus Heiser dda4a46f8e
Merge branch 'master' into filtron 2020-06-16 05:56:12 +00:00
Adam Tauber 0dc5bdb6ef [fix] add missing template file 2020-06-15 20:11:12 +02:00
Adam Tauber 32f7877235 [fix] resolve flickr_noapi encoding issues 2020-06-15 19:15:24 +02:00
Adam Tauber 4ca0d8cb0f [enh] add translatable strings to javascript - closes #461 2020-06-15 18:31:14 +02:00
Markus Heiser e2770b5871
Merge branch 'master' into filtron 2020-06-12 05:36:23 +00:00
Markus Heiser 6fb5c6aad9
Merge pull request #1992 from return42/2c6531b2-hotfix
[fix] commit 2c6531b2 breaks the unit test, this is a hotfix
2020-06-12 05:32:46 +00:00
Markus Heiser eae3481688 [fix] commit 2c6531b2 breaks the unit test, this is a hotfix
commit 2c6531b2 does not only break the unit test, it is a significant change of
the data model and the searx search-syntax model (UI) without any discussion nor
documentation.

At the end, adding routes to instant answers is a nice feature but commit
2c6531b2 leaf some questions open.

In that sense, this patch is only a hotfix not a assessment.

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2020-06-11 10:15:15 +02:00
Markus Heiser 4496ad1218
Merge branch 'master' into filtron 2020-06-10 04:55:41 +00:00
Adam Tauber aa7c043ff4 [fix] resolve pep8 errors 2020-06-10 00:34:57 +02:00
Adam Tauber 43f7b84a59 [fix] do not stretch images - fixes #1262 2020-06-10 00:30:39 +02:00