Commit graph

7547 commits

Author SHA1 Message Date
luxtiasco
a6acd465f3
更新 webapp.py 2023-03-06 02:45:17 +08:00
luxtiasco
11e0b5dd0d
更新 webapp.py 2023-03-06 02:42:39 +08:00
luxtiasco
a07b3aa0e7
Update webapp1.py 2023-03-06 02:36:38 +08:00
Joseph Cheung
17d112d98f c 2023-03-06 02:19:09 +08:00
Joseph Cheung
d86c99dd32 s 2023-03-06 02:17:46 +08:00
Joseph Cheung
3002d0456a x 2023-03-06 02:03:00 +08:00
Joseph Cheung
abedb9376d f 2023-03-06 02:00:27 +08:00
Joseph Cheung
899d7cdb41 d 2023-03-06 01:55:10 +08:00
Joseph Cheung
55660af790 c 2023-03-06 01:46:05 +08:00
Joseph Cheung
e09507755f c 2023-03-06 01:42:48 +08:00
Joseph Cheung
15afd7c14a c 2023-03-06 01:33:24 +08:00
Joseph Cheung
ac726e0d8f c 2023-03-06 01:29:33 +08:00
Joseph Cheung
df1ca11251 v 2023-03-06 01:22:55 +08:00
Joseph Cheung
322023ed09 c 2023-03-06 00:59:19 +08:00
Joseph Cheung
156dc1b408 f 2023-03-06 00:52:18 +08:00
Joseph Cheung
48691ef058 d 2023-03-06 00:19:57 +08:00
Joseph Cheung
b577cdacc4 c 2023-03-05 23:44:19 +08:00
Joseph Cheung
5121c82aaf c 2023-03-05 23:30:11 +08:00
Joseph Cheung
5b1c217b03 d 2023-03-05 00:44:49 +08:00
Joseph Cheung
233ce9b3d0 d 2023-03-05 00:37:25 +08:00
Joseph Cheung
b92f620ce3 d 2023-03-05 00:34:26 +08:00
Joseph Cheung
2c2dc85e84 d 2023-03-05 00:19:54 +08:00
Joseph Cheung
41c67cf5f4 c 2023-03-05 00:17:12 +08:00
Joseph Cheung
5739de4f98 c 2023-03-05 00:07:13 +08:00
Joseph Cheung
00e9db318d d 2023-03-05 00:03:58 +08:00
Joseph Cheung
32c473135d d 2023-03-04 23:57:33 +08:00
Joseph Cheung
15f80be80d Update twitter.py 2023-03-04 23:23:37 +08:00
Joseph Cheung
445f4a526a c 2023-03-04 14:23:41 +08:00
Joseph Cheung
f2d9a60c20 o 2023-03-04 09:19:59 +08:00
Joseph Cheung
e9f5ba937e r 2023-03-03 09:42:43 +08:00
Alexandre Flament
abd2d8605e
Merge pull request #2231 from return42/fix-docs_prebuild
[fix] make docs: NameError: name 'DOC' is not defined
2023-03-02 18:37:25 +01:00
Joseph Cheung
2120bfae07 c 2023-03-03 00:41:05 +08:00
Markus Heiser
0c725109e8 [fix] make docs: NameError: name 'DOC' is not defined
To reproduce the issue set base_url::

    diff --git a/searx/settings.yml b/searx/settings.yml
    index 841457b5e..4e282cb61 100644
    --- a/searx/settings.yml
    +++ b/searx/settings.yml
    @@ -72,7 +72,7 @@ server:
       bind_address: "127.0.0.1"
       # public URL of the instance, to ensure correct inbound links. Is overwritten
       # by ${SEARXNG_URL}.
    -  base_url: false  # "http://example.com/location"
    +  base_url: "http://example.com/location"
       limiter: false  # rate limit the number of request on the instance, block some bots

and build the docs::

    $ make docs
    SPHINX    HTML ./docs --> file:///800GBPCIex4/share/SearXNG/dist/docs
    DOCS      build build/docs/includes
    Traceback (most recent call last):
      File "searxng_extra/docs_prebuild", line 85, in <module>
        sys.exit(main())
      File "searxng_extra/docs_prebuild", line 31, in main
        f.write(page.content)
      File "/usr/lib/python3.8/contextlib.py", line 120, in __exit__
        next(self.gen)
      File "searxng_extra/docs_prebuild", line 81, in _instance_infosetset_ctx
        return DOC
    NameError: name 'DOC' is not defined

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2023-03-02 16:43:32 +01:00
Joseph Cheung
17cbad5b01 c 2023-03-02 22:16:58 +08:00
Joseph Cheung
2015f199bd c 2023-03-02 22:11:34 +08:00
Joseph Cheung
5027fd8620 c 2023-03-02 20:51:52 +08:00
Joseph Cheung
30232bd5ae c 2023-03-02 20:48:14 +08:00
Joseph Cheung
4eae435e10 c 2023-03-02 20:42:15 +08:00
Joseph Cheung
700d2abc40 c 2023-03-02 19:51:36 +08:00
Joseph Cheung
cc830b0927 c 2023-03-02 19:43:18 +08:00
Joseph Cheung
5197aba84f v 2023-03-02 19:37:40 +08:00
Joseph Cheung
3688131ca9 o 2023-03-02 19:00:04 +08:00
Joseph Cheung
fb30aba0b0 d 2023-03-02 18:50:13 +08:00
Joseph Cheung
a754f42884 Delete testcpt3.py 2023-03-02 18:47:48 +08:00
Joseph Cheung
aa320f186c c 2023-03-02 18:31:26 +08:00
Joseph Cheung
7a0238666f o 2023-03-02 18:15:54 +08:00
Joseph Cheung
f350a105f2 c 2023-03-02 18:10:05 +08:00
Joseph Cheung
2d1529918f c 2023-03-02 18:05:19 +08:00
Joseph Cheung
b38a0445b4 v 2023-03-02 17:56:26 +08:00
Joseph Cheung
19b6655d37 c 2023-03-02 17:31:03 +08:00