From feabfe54078b336da0984b5ff66f026560a7eae9 Mon Sep 17 00:00:00 2001 From: James Feng Cao Date: Fri, 29 Jul 2022 12:46:00 +0800 Subject: [PATCH] rebuilding site Fri Jul 29 12:46:00 PM CST 2022 --- en/filecap/index.html | 2 +- en/filenames/index.html | 8 ++++---- en/longclick/index.html | 6 +++--- en/pccopy/index.html | 2 +- zh/bc/index.html | 2 +- zh/bookmark/index.html | 2 +- zh/filenames/index.html | 8 ++++---- zh/html5/index.html | 2 +- zh/loadbt/index.html | 2 +- zh/logcat/index.html | 2 +- 10 files changed, 18 insertions(+), 18 deletions(-) diff --git a/en/filecap/index.html b/en/filecap/index.html index dee50fa..0069e7f 100644 --- a/en/filecap/index.html +++ b/en/filecap/index.html @@ -56,7 +56,7 @@ [file extension]:[mimetype]:[command line]

The "[file extension]" part can have at most two-segment of extensions such as "txt.xz","html.gz".
"[mimetype]" indicates the type of "[command line]" output.
-"[command line]" is same as the one in default.cmds. The most often used replacements are:
+"[command line]" is same as the one in default.cmds. The most often used replacements are:
%u (url), %U (urlencoded url), %c (cookie), %p (site password, curl format).

default.filecap example:

txt:text/html:curl %p "%u"
diff --git a/en/filenames/index.html b/en/filenames/index.html
index fe0b4b2..3c48bbb 100644
--- a/en/filenames/index.html
+++ b/en/filenames/index.html
@@ -61,11 +61,11 @@
 "app[XXX]/":html5 applications
"default.longclick": to configure menus when long-pressing hypertext.
"default.uas":user agents
-"default.urls":service urls
+"default.urls":service urls
"default.acmd":configure address bar functionalities
"default.hosts":hosts not allowed to visit
"default.redirect":redirect websites
-"default.cmds":commands
+"default.cmds":commands
"default.link":links
"default.rjs":Remote javascript
"default.select":menus for selected text
@@ -77,13 +77,13 @@ "default.filecap":custom file handling
"default.rc": check the option "custom file handling" to execute the shell script file during uweb launching. tcron provides extra cron tools.
"default.rc2": check the option "custom file handling" to execute the shell script file when uweb returns to foreground.
-"engine.search": to define quick search engines (pressing right arrow button to use next engine to search). The file format is similar to home5.search but using "%s" as search keywords.
+"engine.search": to define quick search engines (pressing right arrow button to use next engine to search). The file format is similar to home5.search but using "%s" as search keywords.
"default.siteconf": to save ua, js disabling, no-image mode, forbids 3rd-party resources (js and others), active scripts, global scripts for sites. Only save the difference to default ones.
"default.playrate": fullscreen playing menu. The file format is same as default.link. Playing ratio menu items should have empty link parts such as ".5x:", at least one such menu is required. All other menus must be put after playing ratio menus.
"default.autoc": address bar autocomplete candidate strings.
"query.autoc": home screen search autocomplete candidate strings.
"home5.html": user defined home screen. home6.html, home6.search, home7.html ... multiple home screen (pressing right arrow button to visit). ".html" files have priority over ".search" files. home4.html, home4.search, home3.html ... (long pressing left arrow button to access).
-"home5.search":search engines
+"home5.search":search engines
"home.css": home screen styles
"bookmark.html": bookmarks
"quickstart.html": quick start
diff --git a/en/longclick/index.html b/en/longclick/index.html index 0e44f3a..12cf340 100644 --- a/en/longclick/index.html +++ b/en/longclick/index.html @@ -50,14 +50,14 @@

To run commands

-

Each line of file "default.longclick" has the following format: (same as default.cmds)
+

Each line of file "default.longclick" has the following format: (same as default.cmds)
[Name]:[mimetype]:[command line]
-in which [command line] can have "%c" (cookie), "%u" (current url), "%t" (title) etc.

+in which [command line] can have "%c" (cookie), "%u" (current url), "%t" (title) etc.

To visit url and load javascript file

All ".js" files under the folder "longclick" are part of the popup menu.
These javascript files are in the following format:

    -
  • The very first line can begin with "//" followed by website url that can have "%u" (current url), "%t" (title) etc. included. In this case, the website is visited, then the javascript file is loaded on the new loaded site.
  • +
  • The very first line can begin with "//" followed by website url that can have "%u" (current url), "%t" (title) etc. included. In this case, the website is visited, then the javascript file is loaded on the new loaded site.
  • In the ".js" file, variable "arguments" can be used to get parameters. in which arguments[1] is the long-pressed link url, argument[2] is the text description and arguments[0] is the ".js" file name.
diff --git a/en/pccopy/index.html b/en/pccopy/index.html index 510f81b..d7fce88 100644 --- a/en/pccopy/index.html +++ b/en/pccopy/index.html @@ -71,7 +71,7 @@ It formats as "[input mimetype]/[output mimetype]".
  • "" (empty): text
  • ".js" file name under configuration folder. The js file is evaluated and its return value is passed to [command line] as standard input.
  • -

    [output mimetype] is same as the one defined in "Commands".

    +

    [output mimetype] is same as the one defined in "Commands".

    • regular mimetype such as "text/html": output as the mimetype
    • "uweb": output as a link
    • diff --git a/zh/bc/index.html b/zh/bc/index.html index b828b30..bead69e 100644 --- a/zh/bc/index.html +++ b/zh/bc/index.html @@ -54,7 +54,7 @@ apt upgrade
      apt install bc

    使用书签调用计算器

    -

    "长按以下链接->命令->书签"可保存链接为书签。书签菜单可至特色服务网页安装。
    +

    "长按以下链接->命令->书签"可保存链接为书签。书签菜单可至特色服务网页安装。
    bc
    全能bc

    浏览器地址栏作为超级计算器

    diff --git a/zh/bookmark/index.html b/zh/bookmark/index.html index 95d75ea..ade913d 100644 --- a/zh/bookmark/index.html +++ b/zh/bookmark/index.html @@ -47,7 +47,7 @@

    点击以下链接可安装模板至分类书签目录。保存至“小说”类别的网站会自动使用阅读模式。
    "小说.html": 自动使用阅读模式

    href="i:0hbookmark/txt.html:https://fastly.jsdelivr.net/gh/torappinfo/uwebzh/zh/searchurl/bookmark/viewtxt.html">"txt.html": 在线阅读下载直链(txt/html)

    -

    所有书签都可通过"长按链接->命令->书签"保存链接为书签。书签菜单可至特色服务网页安装。
    +

    所有书签都可通过"长按链接->命令->书签"保存链接为书签。书签菜单可至特色服务网页安装。
    Mirror list
    mirror.js.org

    界面配置及杂项

    diff --git a/zh/filenames/index.html b/zh/filenames/index.html index f1ed7ed..7e0eb4a 100644 --- a/zh/filenames/index.html +++ b/zh/filenames/index.html @@ -61,11 +61,11 @@ "app[XXX]/":html5应用目录
    "default.longclick":长按链接菜单
    "default.uas":浏览器标识
    -"default.urls":特色服务
    +"default.urls":特色服务
    "default.acmd":浏览器地址栏功能配置
    "default.hosts":不良信息屏蔽文件
    "default.redirect":重定向配置
    -"default.cmds":长按“历史”按钮配置
    +"default.cmds":长按“历史”按钮配置
    "default.link":长按“书签”按钮配置
    "default.rjs":远程及简单脚本
    "default.select":长按“链接”按钮配置
    @@ -77,13 +77,13 @@ "default.filecap":文件特殊处理
    "default.rc":如果勾选“文件预处理”,则uweb启动时运行此shell脚本。可与tcron配合运行定时任务,如存储清理、网页签到等。
    "default.rc2":如果勾选“文件预处理”,则uweb返回前台时运行此shell脚本。
    -"engine.search":格式同home5.search,搜索引擎url仅支持%s语法。(搜索词部分用%s代替),供自动顺序搜索使用。
    +"engine.search":格式同home5.search,搜索引擎url仅支持%s语法。(搜索词部分用%s代替),供自动顺序搜索使用。
    "default.siteconf":网站独立设置,保存ua、禁用js、无图、禁用第三方(js,可疑资源)、当前激活脚本、全局脚本。当前设置与默认不同才会保存。比如当前不屏蔽第三方js,但屏蔽第三方可疑资源,则屏蔽第三方设置与默认不同,站点设置被保存。
    "default.playrate":全屏播放菜单项,格式与文件default.link完全相同。倍速播放菜单链接部分为空,譬如".5x:",倍速菜单至少有一个。链接部分非空的菜单必须在所有倍速菜单之后。
    "default.autoc":地址栏autocomplete候选字符串
    "query.autoc":主屏搜索autocomplete候选字符串
    "home5.html":自定义主屏,home6.html, home6.search, home7.html ... 多主屏(前进按钮可进)。同前缀文件中.html文件优先于.search文件。home4.html, home3.html ... (长按后退按钮可进)。
    -"home5.search":主屏搜索引擎
    +"home5.search":主屏搜索引擎
    "home.css":主屏风格
    "bookmark.html":主书签
    "quickstart.html":快速访问
    diff --git a/zh/html5/index.html b/zh/html5/index.html index 60bc341..5e5945f 100644 --- a/zh/html5/index.html +++ b/zh/html5/index.html @@ -53,7 +53,7 @@ i:5ihttps://uweb-zh.vercel.app/zh/searchurl/txt/mdict.html?file=./mdict/xxx.mdx, 点击安装pdf阅读器
    点击安装epub阅读器(作者:llili)
    点击安装djvu阅读器
    -相应的菜单安装可见浏览器特色服务

    +相应的菜单安装可见浏览器特色服务

    超微配置目录下的子目录名如果以"app"开始(譬如"appPDF"),则这些"app"开头目录树下放置的html5应用将可获得功能增强。

    配置default.filecap并打开选项“文件预处理”,清后台重启浏览器后超微可直接阅读应用对应格式文件。
    点击配置pdf.js,djvu.js,epub.js,超大文件阅读器

    diff --git a/zh/loadbt/index.html b/zh/loadbt/index.html index e937678..41d958b 100644 --- a/zh/loadbt/index.html +++ b/zh/loadbt/index.html @@ -53,7 +53,7 @@
    • seedr用户可使用常用链接利用seedr离线下载。使用时长按链接->命令->seedr离线...。
    • -
    • Telegram用户可使用特色服务利用tg bot离线下载至bot支持网盘。使用时长按链接->命令->tg...。
    • +
    • Telegram用户可使用特色服务利用tg bot离线下载至bot支持网盘。使用时长按链接->命令->tg...。

    百度网盘存储空间大,但其离线下载限制很多,可能由于某些重要节点被屏蔽的原因,下载国外资料基本都会失败。国外离线网盘空间小,但下载成功率很高。
    本文介绍一种技术,使用国外离线网盘下载资源,然后一键离线至百度网盘。

    diff --git a/zh/logcat/index.html b/zh/logcat/index.html index 6f54932..66c3ca7 100644 --- a/zh/logcat/index.html +++ b/zh/logcat/index.html @@ -46,7 +46,7 @@

    超微浏览器如果闪退,会生成出错文件"error.log"。

    如果超微或安卓系统或任何应用出现问题,则可利用超微浏览器进行诊断,方法如下:

      -
    • 访问常用命令网页,点击安装logcat相关的两个命令。
    • +
    • 访问常用命令网页,点击安装logcat相关的两个命令。
    • 清空后台并重启超微浏览器。
    • 长按历史按钮,执行命令"清空logcat"。
    • 触发有问题的功能。