diff --git a/en/_posts/index.xml b/en/_posts/index.xml index f5ca4eb8..eca2dc97 100644 --- a/en/_posts/index.xml +++ b/en/_posts/index.xml @@ -5,11 +5,11 @@ /en/_posts/ Recent content in _posts on uweb browser Hugo -- gohugo.io - Tue, 02 Aug 2022 00:00:00 +0000 + Sun, 02 Oct 2022 00:00:00 +0000 Html5 applications /en/html5/ - Tue, 02 Aug 2022 00:00:00 +0000 + Sun, 02 Oct 2022 00:00:00 +0000 /en/html5/ This page is for uweb browser. diff --git a/en/html5/index.html b/en/html5/index.html index acb3258d..bf8bf394 100644 --- a/en/html5/index.html +++ b/en/html5/index.html @@ -62,8 +62,9 @@ Click to install the following html5 apps:
  • All html5 applications locating in a subfolder whose name begins with "app" (such as "appPDF") are allowed to read local files. Use url "https://local/sdcard/..." for a local file.
  • All files under the subfolder "app" can be automatically choosed as file objects by any web page.
  • +
  • Local files (including binary files) can be processed by appending "?app=[html5 app url] to the file urls. Ex. "file:///..../xx.md?app=https://...../app.html" loads "app.html" first, then "app.html" processes the local file.
-

With the first approach, the html5 application is installed locally and can read any file allowed by the OS; while in the second approach, the html5 application can be either local or remote, and only files under the subfolder "app" can be accessed.

+

With the first approach, the html5 application is installed locally and can read any file allowed by the OS; while in the second approach, the html5 application can be either local or remote, and only files under the subfolder "app" can be accessed; The third approach allows easy access of other external resources (ex. local media).

Open local files with html5 apps

Click to configure default.filecap to open local files, and to open remote files with the option "custom file handling":
use pdf.js,djvu.js,epub.js, huge markdown viewer for local files

diff --git a/en/index.xml b/en/index.xml index 51663898..6fbc679c 100644 --- a/en/index.xml +++ b/en/index.xml @@ -5,28 +5,11 @@ /en/ Recent content on uweb browser Hugo -- gohugo.io - Fri, 16 Sep 2022 00:00:00 +0000 - - Downloads - /en/changelog/ - Fri, 16 Sep 2022 00:00:00 +0000 - - /en/changelog/ - Amazon appstore -uweb, termux & history versions -github -pagure -sourceforge -Change logs 921: fix remote file decompression. -917: -re-implement html5 enhancement for better mdict lookup support. 908: -Add internal links "i:1d" to launch apps. (to fix "am" issues for Android 8+) File sending now supports pseudo file manager (page url faked as a file url for folder), thus scripts of internal links "d:" can generate any kind of pseudo file manager for file transfer. - - + Sun, 02 Oct 2022 00:00:00 +0000 Html5 applications /en/html5/ - Tue, 02 Aug 2022 00:00:00 +0000 + Sun, 02 Oct 2022 00:00:00 +0000 /en/html5/ This page is for uweb browser. @@ -43,6 +26,23 @@ Features The following mentioned subfolders locate in the configuration folder. All html5 applications locating in a subfolder whose name begins with "app" (such as "appPDF") are allowed to read local files. + + Downloads + /en/changelog/ + Fri, 16 Sep 2022 00:00:00 +0000 + + /en/changelog/ + Amazon appstore +uweb, termux & history versions +github +pagure +sourceforge +Change logs 921: fix remote file decompression. +917: +re-implement html5 enhancement for better mdict lookup support. 908: +Add internal links "i:1d" to launch apps. (to fix "am" issues for Android 8+) File sending now supports pseudo file manager (page url faked as a file url for folder), thus scripts of internal links "d:" can generate any kind of pseudo file manager for file transfer. + + Address bar command modes /en/acmd/ diff --git a/en/sitemap.xml b/en/sitemap.xml index 0d0d4eb9..7c299138 100644 --- a/en/sitemap.xml +++ b/en/sitemap.xml @@ -2,59 +2,59 @@ - /en/changelog/ - 2022-09-16T00:00:00+00:00 - - /en/topposts/ - 2022-09-16T00:00:00+00:00 + /en/_posts/ + 2022-10-02T00:00:00+00:00 - /en/ - 2022-09-16T00:00:00+00:00 + /en/html5/ + 2022-10-02T00:00:00+00:00 - /en/_posts/ - 2022-08-02T00:00:00+00:00 + /en/ + 2022-10-02T00:00:00+00:00 - /en/html5/ - 2022-08-02T00:00:00+00:00 + /en/changelog/ + 2022-09-16T00:00:00+00:00 + + /en/topposts/ + 2022-09-16T00:00:00+00:00 /en/acmd/ diff --git a/index.html b/index.html index 33185bf8..db7d507e 100644 --- a/index.html +++ b/index.html @@ -1,10 +1 @@ - - - - en/ - - - - - - + diff --git a/sitemap.xml b/sitemap.xml index fb49dee5..07bacffa 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -4,7 +4,7 @@ en/sitemap.xml - 2022-09-16T00:00:00+00:00 + 2022-10-02T00:00:00+00:00 diff --git a/zh/_posts/index.xml b/zh/_posts/index.xml index f91dabf5..3f09c56c 100644 --- a/zh/_posts/index.xml +++ b/zh/_posts/index.xml @@ -155,6 +155,7 @@ gozer 广告屏蔽样式 /zh/links/ 点击以下链接可安装至常用链接: VPN +wireless 显示网站安全证书 迅雷盘离线 网页全屏 @@ -552,8 +553,6 @@ oed索引 安装oed至主屏 大英百科索引 安装be至主屏 -Merriam Webster Unabridged -安装mwu至主屏 以下工具需先安装uweb定制Termux应用,并启动一次完成初始化。 安装tdict词典工具 安装完tdict词典工具以后,对dict目录下的汉语大字典文件如"dictXXX.xz"可在主屏.search文件配置如下字典查询: 汉语大字典:c:zd xz %s dictXXX diff --git a/zh/index.xml b/zh/index.xml index 11475d64..52ac87b6 100644 --- a/zh/index.xml +++ b/zh/index.xml @@ -334,6 +334,7 @@ gozer 广告屏蔽样式 /zh/links/ 点击以下链接可安装至常用链接: VPN +wireless 显示网站安全证书 迅雷盘离线 网页全屏 @@ -764,8 +765,6 @@ oed索引 安装oed至主屏 大英百科索引 安装be至主屏 -Merriam Webster Unabridged -安装mwu至主屏 以下工具需先安装uweb定制Termux应用,并启动一次完成初始化。 安装tdict词典工具 安装完tdict词典工具以后,对dict目录下的汉语大字典文件如"dictXXX.xz"可在主屏.search文件配置如下字典查询: 汉语大字典:c:zd xz %s dictXXX diff --git a/zh/links/index.html b/zh/links/index.html index 3a91ab0f..6b6f0371 100644 --- a/zh/links/index.html +++ b/zh/links/index.html @@ -49,6 +49,7 @@

点击以下链接可安装至常用链接:
VPN
+wireless
显示网站安全证书
迅雷盘离线

网页全屏

diff --git a/zh/tags/tdict/index.xml b/zh/tags/tdict/index.xml index d458d0e6..e1c8810e 100644 --- a/zh/tags/tdict/index.xml +++ b/zh/tags/tdict/index.xml @@ -31,8 +31,6 @@ oed索引 安装oed至主屏 大英百科索引 安装be至主屏 -Merriam Webster Unabridged -安装mwu至主屏 以下工具需先安装uweb定制Termux应用,并启动一次完成初始化。 安装tdict词典工具 安装完tdict词典工具以后,对dict目录下的汉语大字典文件如"dictXXX.xz"可在主屏.search文件配置如下字典查询: 汉语大字典:c:zd xz %s dictXXX diff --git a/zh/tags/termux/index.xml b/zh/tags/termux/index.xml index 9a497900..15535463 100644 --- a/zh/tags/termux/index.xml +++ b/zh/tags/termux/index.xml @@ -99,8 +99,6 @@ oed索引 安装oed至主屏 大英百科索引 安装be至主屏 -Merriam Webster Unabridged -安装mwu至主屏 以下工具需先安装uweb定制Termux应用,并启动一次完成初始化。 安装tdict词典工具 安装完tdict词典工具以后,对dict目录下的汉语大字典文件如"dictXXX.xz"可在主屏.search文件配置如下字典查询: 汉语大字典:c:zd xz %s dictXXX diff --git a/zh/tags/tools/index.xml b/zh/tags/tools/index.xml index 69d7bcfd..0f0a48ed 100644 --- a/zh/tags/tools/index.xml +++ b/zh/tags/tools/index.xml @@ -31,8 +31,6 @@ oed索引 安装oed至主屏 大英百科索引 安装be至主屏 -Merriam Webster Unabridged -安装mwu至主屏 以下工具需先安装uweb定制Termux应用,并启动一次完成初始化。 安装tdict词典工具 安装完tdict词典工具以后,对dict目录下的汉语大字典文件如"dictXXX.xz"可在主屏.search文件配置如下字典查询: 汉语大字典:c:zd xz %s dictXXX diff --git a/zh/tools/index.html b/zh/tools/index.html index 7a047fb0..22a3fb0f 100644 --- a/zh/tools/index.html +++ b/zh/tools/index.html @@ -73,8 +73,6 @@ 安装oed至主屏

大英百科索引
安装be至主屏

-

Merriam Webster Unabridged
-安装mwu至主屏

以下工具需先安装uweb定制Termux应用,并启动一次完成初始化。

安装tdict词典工具

安装完tdict词典工具以后,对dict目录下的汉语大字典文件如"dictXXX.xz"可在主屏.search文件配置如下字典查询: