diff --git a/en/_posts/index.xml b/en/_posts/index.xml index 9cd6a4b0..1143b1a4 100644 --- a/en/_posts/index.xml +++ b/en/_posts/index.xml @@ -6,8 +6,15 @@ Recent content in _Posts on uweb browser: unlimited power Hugo en - Mon, 08 Dec 2025 08:53:33 +0800 + Tue, 06 Jan 2026 19:39:18 +0800 + + Html5 applications + https://jamesfengcao.gitlab.io/uweb/en/html5/ + Tue, 06 Jan 2026 00:00:00 +0000 + https://jamesfengcao.gitlab.io/uweb/en/html5/ + <h3 id="remotelocal-big-txthtmlmd-files-zstgzbr-compressed-optionally-as-search-engines-or-paged-reader">remote/local big txt/html/md files (.zst,.gz,.br compressed optionally) as search engines or paged reader</h3> <p><code>i:0/js/reader.html:[remote url]#s=%s</code><br> is the search engine url for remote/local file.</p> <p><code>i:0/js/reader.html:[remote url]</code><br> is the paged reader for big txt/html files.</p> <p>Users can add a menu item by visiting <a href="../urls/index.html#">url services</a> and clicking the <code>Reader</code> link. After the menu item is installed and uweb restarts, long pressing any big txt/html/md link --&gt; command --&gt; Reader would load the big file in paged reader, long pressing button &quot;-&gt;&quot; on bottom toolbar --&gt; add as search engine --&gt; change the last part of url from &quot;#p=1&quot; to &quot;#s=%s&quot; and save the engine.</p> + File manager https://jamesfengcao.gitlab.io/uweb/en/filemanager/ @@ -36,13 +43,6 @@ https://jamesfengcao.gitlab.io/uweb/en/longclick/ <h4 id="the-command-submenus">The &quot;command&quot; submenus</h4> <ul> <li>File &quot;<a href="../links/index.html#">image.link</a>&quot;: defines &quot;command&quot; submenus of the context menu for images.</li> <li>File &quot;<a href="../links/index.html#">download.link</a>&quot;: &quot;command&quot; submenus for download options menu.</li> <li>File &quot;context.link&quot;: &quot;command&quot; submenus in all other cases.</li> </ul> <p>The &quot;command&quot; submenus can be toggled with <a href="i:61:../searchurl/func.html">UI options</a>. The &quot;command&quot; submenus are default ( service urls or image.link or download.link), links, commands or service urls (default.urls when both link and command options are ticked).</p> <h4 id="to-run-commands">To run commands</h4> <p>Each line of file &quot;<a href="file:///data/data/info.torapp.uweb/files/default.longclick">default.longclick</a>&quot; has the following format: (same as <a href="../cmds/index.html#">default.cmds</a>)<br> [Name]:[mimetype]:[command line]<br> in which [command line] can have <a href="../cmds/index.html#">&quot;%c&quot; (cookie), &quot;%u&quot; (current url), &quot;%t&quot; (title)</a> etc.</p> - - Html5 applications - https://jamesfengcao.gitlab.io/uweb/en/html5/ - Wed, 26 Feb 2025 00:00:00 +0000 - https://jamesfengcao.gitlab.io/uweb/en/html5/ - <h3 id="html-as-data-cruncher-and-presenter-using-remote-url-as-data-with-i0m-links">Html as data cruncher and presenter using remote url as data with <a href="../links/index.html#">i:0m links</a></h3> <p>The following link can be used to read [remote url] as huge text file, it shows only the first page. Pressing &quot;-&gt;&quot; on the bottom tool bar for next page:<br> i:0m/js/view.html:[remote url]#p=1</p> <p>Multiple conversions could be appended to the html file. Ex:<br> i:0m/js/view.html#/js/2lnk.js:[remote url]#p=1<br> where &quot;/js/2lnk.js&quot; converts urls in the remote text file to clickable links.</p> <p>Any html/js file could be referred with its full path, such as &quot;/sdcard/.../xx.js&quot; as long as uweb has read permission.</p> - CSS styles https://jamesfengcao.gitlab.io/uweb/en/globalcss/ diff --git a/en/changelog/index.html b/en/changelog/index.html index 5ca4ce9c..7596b275 100644 --- a/en/changelog/index.html +++ b/en/changelog/index.html @@ -63,14 +63,15 @@

蓝奏

Main features

Change logs

-

1144: novel reader support for remote large text/html files (could be .gz, .br, .zst compressed)
+

1146: remote/local big txt/html file (optional .zst,.gz,.br compressed) as search engines
+1144: novel reader support for remote large text/html files (could be .gz, .br, .zst compressed)
enhance url services to support %u, %t
1139: support \n as newline in default.input & default.autoc
1104: support command context submenus (image.link, download.link & context.link).

-

Last Modified: 31 December 2025
-enhance url services
+

Last Modified: 6 January 2026
+html5: paged reader/engine support


 

diff --git a/en/html5/index.html b/en/html5/index.html index ab957fa5..5a0bb1f4 100644 --- a/en/html5/index.html +++ b/en/html5/index.html @@ -48,9 +48,15 @@
-
+

remote/local big txt/html/md files (.zst,.gz,.br compressed optionally) as search engines or paged reader

+

i:0/js/reader.html:[remote url]#s=%s
+is the search engine url for remote/local file.

+

i:0/js/reader.html:[remote url]
+is the paged reader for big txt/html files.

+

Users can add a menu item by visiting url services and clicking the Reader link. After the menu item is installed and uweb restarts, long pressing any big txt/html/md link --> command --> Reader would load the big file in paged reader, long pressing button "->" on bottom toolbar --> add as search engine --> change the last part of url from "#p=1" to "#s=%s" and save the engine.

+

The following link can be used to read [remote url] as huge text file, it shows only the first page. Pressing "->" on the bottom tool bar for next page:
-i:0m/js/view.html:[remote url]#p=1

+i:0/js/view.html:[remote url]#p=1

Multiple conversions could be appended to the html file. Ex:
i:0m/js/view.html#/js/2lnk.js:[remote url]#p=1
where "/js/2lnk.js" converts urls in the remote text file to clickable links.

@@ -119,8 +125,8 @@ i:5ifile:///....../xxx.mdx,xxx.mdd?app=https://cdn.jsdelivr.net/gh/torappinfo/uw

Use the mdx scanning bookmark to add mdict engines automatically, then cold start uweb browser to take effect.

-

Last Modified: 2 December 2025
-use https://l/ instead of local
+

Last Modified: 6 January 2026
+html5: paged reader/engine support


 

diff --git a/en/index.html b/en/index.html index 8f3b574f..3dbbcb81 100644 --- a/en/index.html +++ b/en/index.html @@ -97,6 +97,12 @@ +
  • + + Html5 applications + +
  • +
  • File manager @@ -121,12 +127,6 @@
  • -
  • - - Html5 applications - -
  • -
  • CSS styles diff --git a/en/index.xml b/en/index.xml index 4a8ea34c..a96ed8e6 100644 --- a/en/index.xml +++ b/en/index.xml @@ -6,8 +6,15 @@ Recent content on uweb browser: unlimited power Hugo en - Wed, 31 Dec 2025 21:21:32 +0800 + Tue, 06 Jan 2026 19:39:18 +0800 + + Html5 applications + https://jamesfengcao.gitlab.io/uweb/en/html5/ + Tue, 06 Jan 2026 00:00:00 +0000 + https://jamesfengcao.gitlab.io/uweb/en/html5/ + <h3 id="remotelocal-big-txthtmlmd-files-zstgzbr-compressed-optionally-as-search-engines-or-paged-reader">remote/local big txt/html/md files (.zst,.gz,.br compressed optionally) as search engines or paged reader</h3> <p><code>i:0/js/reader.html:[remote url]#s=%s</code><br> is the search engine url for remote/local file.</p> <p><code>i:0/js/reader.html:[remote url]</code><br> is the paged reader for big txt/html files.</p> <p>Users can add a menu item by visiting <a href="../urls/index.html#">url services</a> and clicking the <code>Reader</code> link. After the menu item is installed and uweb restarts, long pressing any big txt/html/md link --&gt; command --&gt; Reader would load the big file in paged reader, long pressing button &quot;-&gt;&quot; on bottom toolbar --&gt; add as search engine --&gt; change the last part of url from &quot;#p=1&quot; to &quot;#s=%s&quot; and save the engine.</p> + Url services https://jamesfengcao.gitlab.io/uweb/en/urls/ @@ -43,13 +50,6 @@ https://jamesfengcao.gitlab.io/uweb/en/longclick/ <h4 id="the-command-submenus">The &quot;command&quot; submenus</h4> <ul> <li>File &quot;<a href="../links/index.html#">image.link</a>&quot;: defines &quot;command&quot; submenus of the context menu for images.</li> <li>File &quot;<a href="../links/index.html#">download.link</a>&quot;: &quot;command&quot; submenus for download options menu.</li> <li>File &quot;context.link&quot;: &quot;command&quot; submenus in all other cases.</li> </ul> <p>The &quot;command&quot; submenus can be toggled with <a href="i:61:../searchurl/func.html">UI options</a>. The &quot;command&quot; submenus are default ( service urls or image.link or download.link), links, commands or service urls (default.urls when both link and command options are ticked).</p> <h4 id="to-run-commands">To run commands</h4> <p>Each line of file &quot;<a href="file:///data/data/info.torapp.uweb/files/default.longclick">default.longclick</a>&quot; has the following format: (same as <a href="../cmds/index.html#">default.cmds</a>)<br> [Name]:[mimetype]:[command line]<br> in which [command line] can have <a href="../cmds/index.html#">&quot;%c&quot; (cookie), &quot;%u&quot; (current url), &quot;%t&quot; (title)</a> etc.</p> - - Html5 applications - https://jamesfengcao.gitlab.io/uweb/en/html5/ - Wed, 26 Feb 2025 00:00:00 +0000 - https://jamesfengcao.gitlab.io/uweb/en/html5/ - <h3 id="html-as-data-cruncher-and-presenter-using-remote-url-as-data-with-i0m-links">Html as data cruncher and presenter using remote url as data with <a href="../links/index.html#">i:0m links</a></h3> <p>The following link can be used to read [remote url] as huge text file, it shows only the first page. Pressing &quot;-&gt;&quot; on the bottom tool bar for next page:<br> i:0m/js/view.html:[remote url]#p=1</p> <p>Multiple conversions could be appended to the html file. Ex:<br> i:0m/js/view.html#/js/2lnk.js:[remote url]#p=1<br> where &quot;/js/2lnk.js&quot; converts urls in the remote text file to clickable links.</p> <p>Any html/js file could be referred with its full path, such as &quot;/sdcard/.../xx.js&quot; as long as uweb has read permission.</p> - Search engine query URLs https://jamesfengcao.gitlab.io/uweb/en/search/ @@ -146,7 +146,7 @@ https://jamesfengcao.gitlab.io/uweb/en/changelog/ Fri, 16 Sep 2022 00:00:00 +0000 https://jamesfengcao.gitlab.io/uweb/en/changelog/ - <p><a href="https://www.amazon.com/TorApp-Info-uweb-browser-for-geeks/dp/B098QPR6N5">Amazon appstore</a></p> <p><a href="https://galaxystore.samsung.com/detail/info.torapp.uweb">Galaxy.Store</a></p> <p><a href="https://github.com/torappinfo/uweb/releases/tag/v1">github</a></p> <p><a href="https://sourceforge.net/projects/uwebbrowser/files/v1/">sourceforge</a></p> <p><a href="https://uweb-browser-for-geeks.en.uptodown.com/android" title="uweb"><img src="https://stc.utdstc.com/img/mediakit/download-gio-big.png" alt=""></a></p> <p><a href="https://my.powerfolder.com/getlink/fi61cC6VHjK72tfufmnLAz/">powerfolder</a></p> <p><a href="https://codeberg.org/jamesfengcao/pages/releases">codeberg</a></p> <p><a href="https://uno.teracloud.jp/share/1162dfa8376e1609">infinicloud</a></p> <p><a href="https://gitee.com/jamesfengcao/uweb/releases">gitee</a></p> <p><a href="https://gitea.com/torappinfo/uweb/releases">gitea</a></p> <p><a href="https://gitdab.com/jamesfengcao/uweb/releases">gitdab</a></p> <p><a href="https://gitnet.fr/jamesfengcao/uweb/releases">gitnet</a></p> <p><a href="https://tildegit.org/jamesfengcao/uweb/releases">tildegit</a></p> <p><a href="https://notabug.org/torappinfo/uweb/releases">NotABug</a></p> <p><a href="https://releases.pagure.org/uwebapk/">pagure</a></p> <p><a href="https://pan.baidu.com/s/17coQj6DCHqghMMNJUyjgrA#list/path=%2Fuweb">baidu</a></p> <p><a href="https://pan.lanzouu.com/b0qpxnob">蓝奏</a></p> <h4 id="main-features"><a href="../readme/index.html">Main features</a></h4> <h4 id="change-logs"><a id="log">Change logs<a></h4> <p>1144: novel reader support for remote large text/html files (could be .gz, .br, .zst compressed)<br> enhance url services to support %u, %t<br> 1139: support \n as newline in default.input &amp; default.autoc<br> 1104: support command context submenus (image.link, download.link &amp; context.link).</p> + <p><a href="https://www.amazon.com/TorApp-Info-uweb-browser-for-geeks/dp/B098QPR6N5">Amazon appstore</a></p> <p><a href="https://galaxystore.samsung.com/detail/info.torapp.uweb">Galaxy.Store</a></p> <p><a href="https://github.com/torappinfo/uweb/releases/tag/v1">github</a></p> <p><a href="https://sourceforge.net/projects/uwebbrowser/files/v1/">sourceforge</a></p> <p><a href="https://uweb-browser-for-geeks.en.uptodown.com/android" title="uweb"><img src="https://stc.utdstc.com/img/mediakit/download-gio-big.png" alt=""></a></p> <p><a href="https://my.powerfolder.com/getlink/fi61cC6VHjK72tfufmnLAz/">powerfolder</a></p> <p><a href="https://codeberg.org/jamesfengcao/pages/releases">codeberg</a></p> <p><a href="https://uno.teracloud.jp/share/1162dfa8376e1609">infinicloud</a></p> <p><a href="https://gitee.com/jamesfengcao/uweb/releases">gitee</a></p> <p><a href="https://gitea.com/torappinfo/uweb/releases">gitea</a></p> <p><a href="https://gitdab.com/jamesfengcao/uweb/releases">gitdab</a></p> <p><a href="https://gitnet.fr/jamesfengcao/uweb/releases">gitnet</a></p> <p><a href="https://tildegit.org/jamesfengcao/uweb/releases">tildegit</a></p> <p><a href="https://notabug.org/torappinfo/uweb/releases">NotABug</a></p> <p><a href="https://releases.pagure.org/uwebapk/">pagure</a></p> <p><a href="https://pan.baidu.com/s/17coQj6DCHqghMMNJUyjgrA#list/path=%2Fuweb">baidu</a></p> <p><a href="https://pan.lanzouu.com/b0qpxnob">蓝奏</a></p> <h4 id="main-features"><a href="../readme/index.html">Main features</a></h4> <h4 id="change-logs"><a id="log">Change logs<a></h4> <p>1146: remote/local big txt/html file (optional .zst,.gz,.br compressed) as search engines<br> 1144: novel reader support for remote large text/html files (could be .gz, .br, .zst compressed)<br> enhance url services to support %u, %t<br> 1139: support \n as newline in default.input &amp; default.autoc<br> 1104: support command context submenus (image.link, download.link &amp; context.link).</p> Configuration diff --git a/en/sitemap.xml b/en/sitemap.xml index 8bcca487..55c82727 100644 --- a/en/sitemap.xml +++ b/en/sitemap.xml @@ -2,8 +2,47 @@ + https://jamesfengcao.gitlab.io/uweb/en/_posts/ + 2026-01-06T19:39:18+08:00 + + + + https://jamesfengcao.gitlab.io/uweb/en/html5/ + 2026-01-06T19:39:18+08:00 + + + + https://jamesfengcao.gitlab.io/uweb/en/ + 2026-01-06T19:39:18+08:00 + + + https://jamesfengcao.gitlab.io/uweb/en/topposts/ - 2025-12-31T21:21:32+08:00 + 2026-01-06T18:58:25+08:00 - - https://jamesfengcao.gitlab.io/uweb/en/ - 2025-12-31T21:21:32+08:00 - - - - https://jamesfengcao.gitlab.io/uweb/en/_posts/ - 2025-12-08T08:53:33+08:00 - - https://jamesfengcao.gitlab.io/uweb/en/filemanager/ 2025-12-05T21:06:12+08:00 @@ -131,19 +144,6 @@ hreflang="en" href="https://jamesfengcao.gitlab.io/uweb/en/tags/" /> - - https://jamesfengcao.gitlab.io/uweb/en/html5/ - 2025-12-02T13:35:16+08:00 - - https://jamesfengcao.gitlab.io/uweb/en/search/ 2025-12-05T07:43:12+08:00 @@ -349,7 +349,7 @@ 2024-04-07T19:01:03+08:00 https://jamesfengcao.gitlab.io/uweb/en/changelog/ - 2025-12-31T16:01:01+08:00 + 2026-01-06T18:58:25+08:00 https://jamesfengcao.gitlab.io/uweb/en/sitemap/ 2025-04-09T00:47:06+08:00 diff --git a/en/topposts/index.xml b/en/topposts/index.xml index b6fc79c3..dec89543 100644 --- a/en/topposts/index.xml +++ b/en/topposts/index.xml @@ -6,7 +6,7 @@ Recent content in Topposts on uweb browser: unlimited power Hugo en - Wed, 31 Dec 2025 21:21:32 +0800 + Tue, 06 Jan 2026 18:58:25 +0800 Url services @@ -27,7 +27,7 @@ https://jamesfengcao.gitlab.io/uweb/en/changelog/ Fri, 16 Sep 2022 00:00:00 +0000 https://jamesfengcao.gitlab.io/uweb/en/changelog/ - <p><a href="https://www.amazon.com/TorApp-Info-uweb-browser-for-geeks/dp/B098QPR6N5">Amazon appstore</a></p> <p><a href="https://galaxystore.samsung.com/detail/info.torapp.uweb">Galaxy.Store</a></p> <p><a href="https://github.com/torappinfo/uweb/releases/tag/v1">github</a></p> <p><a href="https://sourceforge.net/projects/uwebbrowser/files/v1/">sourceforge</a></p> <p><a href="https://uweb-browser-for-geeks.en.uptodown.com/android" title="uweb"><img src="https://stc.utdstc.com/img/mediakit/download-gio-big.png" alt=""></a></p> <p><a href="https://my.powerfolder.com/getlink/fi61cC6VHjK72tfufmnLAz/">powerfolder</a></p> <p><a href="https://codeberg.org/jamesfengcao/pages/releases">codeberg</a></p> <p><a href="https://uno.teracloud.jp/share/1162dfa8376e1609">infinicloud</a></p> <p><a href="https://gitee.com/jamesfengcao/uweb/releases">gitee</a></p> <p><a href="https://gitea.com/torappinfo/uweb/releases">gitea</a></p> <p><a href="https://gitdab.com/jamesfengcao/uweb/releases">gitdab</a></p> <p><a href="https://gitnet.fr/jamesfengcao/uweb/releases">gitnet</a></p> <p><a href="https://tildegit.org/jamesfengcao/uweb/releases">tildegit</a></p> <p><a href="https://notabug.org/torappinfo/uweb/releases">NotABug</a></p> <p><a href="https://releases.pagure.org/uwebapk/">pagure</a></p> <p><a href="https://pan.baidu.com/s/17coQj6DCHqghMMNJUyjgrA#list/path=%2Fuweb">baidu</a></p> <p><a href="https://pan.lanzouu.com/b0qpxnob">蓝奏</a></p> <h4 id="main-features"><a href="../readme/index.html">Main features</a></h4> <h4 id="change-logs"><a id="log">Change logs<a></h4> <p>1144: novel reader support for remote large text/html files (could be .gz, .br, .zst compressed)<br> enhance url services to support %u, %t<br> 1139: support \n as newline in default.input &amp; default.autoc<br> 1104: support command context submenus (image.link, download.link &amp; context.link).</p> + <p><a href="https://www.amazon.com/TorApp-Info-uweb-browser-for-geeks/dp/B098QPR6N5">Amazon appstore</a></p> <p><a href="https://galaxystore.samsung.com/detail/info.torapp.uweb">Galaxy.Store</a></p> <p><a href="https://github.com/torappinfo/uweb/releases/tag/v1">github</a></p> <p><a href="https://sourceforge.net/projects/uwebbrowser/files/v1/">sourceforge</a></p> <p><a href="https://uweb-browser-for-geeks.en.uptodown.com/android" title="uweb"><img src="https://stc.utdstc.com/img/mediakit/download-gio-big.png" alt=""></a></p> <p><a href="https://my.powerfolder.com/getlink/fi61cC6VHjK72tfufmnLAz/">powerfolder</a></p> <p><a href="https://codeberg.org/jamesfengcao/pages/releases">codeberg</a></p> <p><a href="https://uno.teracloud.jp/share/1162dfa8376e1609">infinicloud</a></p> <p><a href="https://gitee.com/jamesfengcao/uweb/releases">gitee</a></p> <p><a href="https://gitea.com/torappinfo/uweb/releases">gitea</a></p> <p><a href="https://gitdab.com/jamesfengcao/uweb/releases">gitdab</a></p> <p><a href="https://gitnet.fr/jamesfengcao/uweb/releases">gitnet</a></p> <p><a href="https://tildegit.org/jamesfengcao/uweb/releases">tildegit</a></p> <p><a href="https://notabug.org/torappinfo/uweb/releases">NotABug</a></p> <p><a href="https://releases.pagure.org/uwebapk/">pagure</a></p> <p><a href="https://pan.baidu.com/s/17coQj6DCHqghMMNJUyjgrA#list/path=%2Fuweb">baidu</a></p> <p><a href="https://pan.lanzouu.com/b0qpxnob">蓝奏</a></p> <h4 id="main-features"><a href="../readme/index.html">Main features</a></h4> <h4 id="change-logs"><a id="log">Change logs<a></h4> <p>1146: remote/local big txt/html file (optional .zst,.gz,.br compressed) as search engines<br> 1144: novel reader support for remote large text/html files (could be .gz, .br, .zst compressed)<br> enhance url services to support %u, %t<br> 1139: support \n as newline in default.input &amp; default.autoc<br> 1104: support command context submenus (image.link, download.link &amp; context.link).</p> Configuration diff --git a/sitemap.xml b/sitemap.xml index b3a95f29..ee4d3253 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -4,7 +4,7 @@ https://jamesfengcao.gitlab.io/uweb/en/sitemap.xml - 2025-12-31T21:21:32+08:00 + 2026-01-06T19:39:18+08:00