From c033aee378139095eb7e63a6ef5dd09281c057a6 Mon Sep 17 00:00:00 2001 From: James Feng Cao Date: Sat, 10 Sep 2022 20:55:34 +0800 Subject: [PATCH] rebuilding Sat Sep 10 08:55:34 PM CST 2022 --- en/_posts/index.xml | 14 +++++++ en/index.html | 6 +++ en/index.xml | 14 +++++++ en/searchcat/index.html | 68 ++++++++++++++++++++++++++++++++ en/sitemap.xml | 16 ++++++++ en/tags/index.html | 2 + en/tags/index.xml | 9 +++++ en/tags/search-engine/index.html | 53 +++++++++++++++++++++++++ en/tags/search-engine/index.xml | 24 +++++++++++ zh/searchcat/index.html | 4 ++ zh/sitemap.xml | 10 +++++ 11 files changed, 220 insertions(+) create mode 100644 en/searchcat/index.html create mode 100644 en/tags/search-engine/index.html create mode 100644 en/tags/search-engine/index.xml diff --git a/en/_posts/index.xml b/en/_posts/index.xml index c39f3b85..68a4dfd0 100644 --- a/en/_posts/index.xml +++ b/en/_posts/index.xml @@ -152,6 +152,20 @@ are used for icons in the bottom toolbar. file "0" to replace If a new button is defined (file name "20" exists), uweb also supports VectorDrawable with "android compiled XML" format. All icon files must be all VectorDrawables or 此时所有图标文件必须都是compiled XML格式,或都是普通的图像格式(png,jpg,gif等)。用户可将VectorDrawable XML文件放到安卓项目目录assets下面,重新生成apk文件以后将apk文件解压即可得compiled XML格式图标文件。 + + Search engine files + /en/searchcat/ + Mon, 10 Jan 2022 00:00:00 +0000 + + /en/searchcat/ + Any ".search" file can be opened as search engine file, each line of which has one of the following formats: +[Engine name]:[url without '%s' inside] +[Engine name]:[url with '%s' as keyword] +[Engine name]:POST:[post params with '%s' as keyword]:[url] +Limitations (they are here for performance reasons): +The first engine in the file must be the first type that has no '%s' in the engine url. Internal scheme engine urls (such as i:, d:, c:) must have '%s', since '%s' format is more general (only type 2 is allowed, since POST makes no sense for internal schemes). + + Termux /en/termux/ diff --git a/en/index.html b/en/index.html index a212ff76..8198b2bc 100644 --- a/en/index.html +++ b/en/index.html @@ -143,6 +143,12 @@ +
  • + + Search engine files + +
  • +
  • Termux diff --git a/en/index.xml b/en/index.xml index bb59e68d..6bc52a96 100644 --- a/en/index.xml +++ b/en/index.xml @@ -259,6 +259,20 @@ are used for icons in the bottom toolbar. file "0" to replace If a new button is defined (file name "20" exists), uweb also supports VectorDrawable with "android compiled XML" format. All icon files must be all VectorDrawables or 此时所有图标文件必须都是compiled XML格式,或都是普通的图像格式(png,jpg,gif等)。用户可将VectorDrawable XML文件放到安卓项目目录assets下面,重新生成apk文件以后将apk文件解压即可得compiled XML格式图标文件。 + + Search engine files + /en/searchcat/ + Mon, 10 Jan 2022 00:00:00 +0000 + + /en/searchcat/ + Any ".search" file can be opened as search engine file, each line of which has one of the following formats: +[Engine name]:[url without '%s' inside] +[Engine name]:[url with '%s' as keyword] +[Engine name]:POST:[post params with '%s' as keyword]:[url] +Limitations (they are here for performance reasons): +The first engine in the file must be the first type that has no '%s' in the engine url. Internal scheme engine urls (such as i:, d:, c:) must have '%s', since '%s' format is more general (only type 2 is allowed, since POST makes no sense for internal schemes). + + Termux /en/termux/ diff --git a/en/searchcat/index.html b/en/searchcat/index.html new file mode 100644 index 00000000..c31f08e9 --- /dev/null +++ b/en/searchcat/index.html @@ -0,0 +1,68 @@ + + + + + + + + Search engine files + + + +
    + + + + + + + +
    +
    + +
    +

    Search engine files +
    + +

    + +

    Any ".search" file can be opened as search engine file, each line of which has one of the following formats:
    +[Engine name]:[url without '%s' inside]
    +[Engine name]:[url with '%s' as keyword]
    +[Engine name]:POST:[post params with '%s' as keyword]:[url]

    +

    Limitations (they are here for performance reasons):

    +
      +
    • The first engine in the file must be the first type that has no '%s' in the engine url.
    • +
    • Internal scheme engine urls (such as i:, d:, c:) must have '%s', since '%s' format is more general (only type 2 is allowed, since POST makes no sense for internal schemes).
    • +
    +

    Local engines

    +

    c:[command line with '%s' as keyword]
    +d:mimetype:[command line with '%s' as keyword]:[base url for external resources]

    + +
    + + + diff --git a/en/sitemap.xml b/en/sitemap.xml index 4c47b65a..0e370b19 100644 --- a/en/sitemap.xml +++ b/en/sitemap.xml @@ -296,6 +296,22 @@ hreflang="en" href="/en/icons/" /> + + /en/tags/search-engine/ + 2022-01-10T00:00:00+00:00 + + /en/searchcat/ + 2022-01-10T00:00:00+00:00 + + /en/termux/ 2022-01-01T00:00:00+00:00 diff --git a/en/tags/index.html b/en/tags/index.html index 1796bf28..85250454 100644 --- a/en/tags/index.html +++ b/en/tags/index.html @@ -15,6 +15,8 @@
  • PC 1
  • +
  • search engine 1
  • +
  • ssh 1
  • termux 2
  • diff --git a/en/tags/index.xml b/en/tags/index.xml index eebe6a0e..874fbb4d 100644 --- a/en/tags/index.xml +++ b/en/tags/index.xml @@ -60,6 +60,15 @@
    + + search engine + /en/tags/search-engine/ + Mon, 10 Jan 2022 00:00:00 +0000 + + /en/tags/search-engine/ + + + curl /en/tags/curl/ diff --git a/en/tags/search-engine/index.html b/en/tags/search-engine/index.html new file mode 100644 index 00000000..088ffe5e --- /dev/null +++ b/en/tags/search-engine/index.html @@ -0,0 +1,53 @@ + + + + + + + + search engine + + + +
    + + + +
    +
    + +
    +

    search engine

    + +
      +
    + + + diff --git a/en/tags/search-engine/index.xml b/en/tags/search-engine/index.xml new file mode 100644 index 00000000..f06444e7 --- /dev/null +++ b/en/tags/search-engine/index.xml @@ -0,0 +1,24 @@ + + + + search engine on + /en/tags/search-engine/ + Recent content in search engine on + Hugo -- gohugo.io + Mon, 10 Jan 2022 00:00:00 +0000 + + Search engine files + /en/searchcat/ + Mon, 10 Jan 2022 00:00:00 +0000 + + /en/searchcat/ + Any ".search" file can be opened as search engine file, each line of which has one of the following formats: +[Engine name]:[url without '%s' inside] +[Engine name]:[url with '%s' as keyword] +[Engine name]:POST:[post params with '%s' as keyword]:[url] +Limitations (they are here for performance reasons): +The first engine in the file must be the first type that has no '%s' in the engine url. Internal scheme engine urls (such as i:, d:, c:) must have '%s', since '%s' format is more general (only type 2 is allowed, since POST makes no sense for internal schemes). + + + + diff --git a/zh/searchcat/index.html b/zh/searchcat/index.html index 486226a6..960a456a 100644 --- a/zh/searchcat/index.html +++ b/zh/searchcat/index.html @@ -30,6 +30,10 @@
    + + + +
    diff --git a/zh/sitemap.xml b/zh/sitemap.xml index b82ea198..a20f4af9 100644 --- a/zh/sitemap.xml +++ b/zh/sitemap.xml @@ -439,6 +439,16 @@ /zh/tvlive/ /zh/searchcat/ + + /zh/hosts/