uweb1146: pager and search engine for remote/local txt/html/md (optional .zst,.gz,.br compressed)

This commit is contained in:
James Feng Cao 2026-01-06 19:40:56 +08:00
commit 1af2894e57
8 changed files with 67 additions and 60 deletions

View file

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

View file

@ -63,14 +63,15 @@
<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>
<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>
</div>
<p>Last Modified: 31 December 2025<br>
enhance url services<br>
<p>Last Modified: 6 January 2026<br>
html5: paged reader/engine support<br>
<pre></pre>
</p>

View file

@ -48,9 +48,15 @@
<ul class="tags">
</ul>
<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>
<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>
<h3 id="html-as-data-cruncher-and-presenter-using-remote-url-as-data-with-i0-links">Html as data cruncher and presenter using remote url as data with <a href="../links/index.html#">i:0/ 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>
i:0/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>
@ -119,8 +125,8 @@ i:5ifile:///....../xxx.mdx,xxx.mdd?app=https://cdn.jsdelivr.net/gh/torappinfo/uw
<p>Use the mdx scanning <a href="../bookmark/index.html#">bookmark</a> to add mdict engines automatically, then cold start uweb browser to take effect.</p>
</div>
<p>Last Modified: 2 December 2025<br>
use https://l/ instead of local<br>
<p>Last Modified: 6 January 2026<br>
html5: paged reader/engine support<br>
<pre></pre>
</p>

View file

@ -97,6 +97,12 @@
</li>
<li class="post">
<a href="html5/index.html#">
<span>Html5 applications</span>
</a>
</li>
<li class="post">
<a href="filemanager/index.html#">
<span>File manager</span>
@ -121,12 +127,6 @@
</a>
</li>
<li class="post">
<a href="html5/index.html#">
<span>Html5 applications</span>
</a>
</li>
<li class="post">
<a href="globalcss/index.html#">
<span>CSS styles</span>

View file

@ -6,8 +6,15 @@
<description>Recent content on uweb browser: unlimited power</description>
<generator>Hugo</generator>
<language>en</language>
<lastBuildDate>Wed, 31 Dec 2025 21:21:32 +0800</lastBuildDate>
<lastBuildDate>Tue, 06 Jan 2026 19:39:18 +0800</lastBuildDate>
<atom:link href="https://jamesfengcao.gitlab.io/uweb/en/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Html5 applications</title>
<link>https://jamesfengcao.gitlab.io/uweb/en/html5/</link>
<pubDate>Tue, 06 Jan 2026 00:00:00 +0000</pubDate>
<guid>https://jamesfengcao.gitlab.io/uweb/en/html5/</guid>
<description>&lt;h3 id=&#34;remotelocal-big-txthtmlmd-files-zstgzbr-compressed-optionally-as-search-engines-or-paged-reader&#34;&gt;remote/local big txt/html/md files (.zst,.gz,.br compressed optionally) as search engines or paged reader&lt;/h3&gt;&#xA;&lt;p&gt;&lt;code&gt;i:0/js/reader.html:[remote url]#s=%s&lt;/code&gt;&lt;br&gt;&#xA;is the search engine url for remote/local file.&lt;/p&gt;&#xA;&lt;p&gt;&lt;code&gt;i:0/js/reader.html:[remote url]&lt;/code&gt;&lt;br&gt;&#xA;is the paged reader for big txt/html files.&lt;/p&gt;&#xA;&lt;p&gt;Users can add a menu item by visiting &lt;a href=&#34;../urls/index.html#&#34;&gt;url services&lt;/a&gt; and clicking the &lt;code&gt;Reader&lt;/code&gt; link. After the menu item is installed and uweb restarts, long pressing any big txt/html/md link --&amp;gt; command --&amp;gt; Reader would load the big file in paged reader, long pressing button &amp;quot;-&amp;gt;&amp;quot; on bottom toolbar --&amp;gt; add as search engine --&amp;gt; change the last part of url from &amp;quot;#p=1&amp;quot; to &amp;quot;#s=%s&amp;quot; and save the engine.&lt;/p&gt;</description>
</item>
<item>
<title>Url services</title>
<link>https://jamesfengcao.gitlab.io/uweb/en/urls/</link>
@ -43,13 +50,6 @@
<guid>https://jamesfengcao.gitlab.io/uweb/en/longclick/</guid>
<description>&lt;h4 id=&#34;the-command-submenus&#34;&gt;The &amp;quot;command&amp;quot; submenus&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;File &amp;quot;&lt;a href=&#34;../links/index.html#&#34;&gt;image.link&lt;/a&gt;&amp;quot;: defines &amp;quot;command&amp;quot; submenus of the context menu for images.&lt;/li&gt;&#xA;&lt;li&gt;File &amp;quot;&lt;a href=&#34;../links/index.html#&#34;&gt;download.link&lt;/a&gt;&amp;quot;: &amp;quot;command&amp;quot; submenus for download options menu.&lt;/li&gt;&#xA;&lt;li&gt;File &amp;quot;context.link&amp;quot;: &amp;quot;command&amp;quot; submenus in all other cases.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;The &amp;quot;command&amp;quot; submenus can be toggled with &lt;a href=&#34;i:61:../searchurl/func.html&#34;&gt;UI options&lt;/a&gt;. The &amp;quot;command&amp;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).&lt;/p&gt;&#xA;&lt;h4 id=&#34;to-run-commands&#34;&gt;To run commands&lt;/h4&gt;&#xA;&lt;p&gt;Each line of file &amp;quot;&lt;a href=&#34;file:///data/data/info.torapp.uweb/files/default.longclick&#34;&gt;default.longclick&lt;/a&gt;&amp;quot; has the following format: (same as &lt;a href=&#34;../cmds/index.html#&#34;&gt;default.cmds&lt;/a&gt;)&lt;br&gt;&#xA;[Name]:[mimetype]:[command line]&lt;br&gt;&#xA;in which [command line] can have &lt;a href=&#34;../cmds/index.html#&#34;&gt;&amp;quot;%c&amp;quot; (cookie), &amp;quot;%u&amp;quot; (current url), &amp;quot;%t&amp;quot; (title)&lt;/a&gt; etc.&lt;/p&gt;</description>
</item>
<item>
<title>Html5 applications</title>
<link>https://jamesfengcao.gitlab.io/uweb/en/html5/</link>
<pubDate>Wed, 26 Feb 2025 00:00:00 +0000</pubDate>
<guid>https://jamesfengcao.gitlab.io/uweb/en/html5/</guid>
<description>&lt;h3 id=&#34;html-as-data-cruncher-and-presenter-using-remote-url-as-data-with-i0m-links&#34;&gt;Html as data cruncher and presenter using remote url as data with &lt;a href=&#34;../links/index.html#&#34;&gt;i:0m links&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p&gt;The following link can be used to read [remote url] as huge text file, it shows only the first page. Pressing &amp;quot;-&amp;gt;&amp;quot; on the bottom tool bar for next page:&lt;br&gt;&#xA;i:0m/js/view.html:[remote url]#p=1&lt;/p&gt;&#xA;&lt;p&gt;Multiple conversions could be appended to the html file. Ex:&lt;br&gt;&#xA;i:0m/js/view.html#/js/2lnk.js:[remote url]#p=1&lt;br&gt;&#xA;where &amp;quot;/js/2lnk.js&amp;quot; converts urls in the remote text file to clickable links.&lt;/p&gt;&#xA;&lt;p&gt;Any html/js file could be referred with its full path, such as &amp;quot;/sdcard/.../xx.js&amp;quot; as long as uweb has read permission.&lt;/p&gt;</description>
</item>
<item>
<title>Search engine query URLs</title>
<link>https://jamesfengcao.gitlab.io/uweb/en/search/</link>
@ -146,7 +146,7 @@
<link>https://jamesfengcao.gitlab.io/uweb/en/changelog/</link>
<pubDate>Fri, 16 Sep 2022 00:00:00 +0000</pubDate>
<guid>https://jamesfengcao.gitlab.io/uweb/en/changelog/</guid>
<description>&lt;p&gt;&lt;a href=&#34;https://www.amazon.com/TorApp-Info-uweb-browser-for-geeks/dp/B098QPR6N5&#34;&gt;Amazon appstore&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://galaxystore.samsung.com/detail/info.torapp.uweb&#34;&gt;Galaxy.Store&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://github.com/torappinfo/uweb/releases/tag/v1&#34;&gt;github&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://sourceforge.net/projects/uwebbrowser/files/v1/&#34;&gt;sourceforge&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://uweb-browser-for-geeks.en.uptodown.com/android&#34; title=&#34;uweb&#34;&gt;&lt;img src=&#34;https://stc.utdstc.com/img/mediakit/download-gio-big.png&#34; alt=&#34;&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://my.powerfolder.com/getlink/fi61cC6VHjK72tfufmnLAz/&#34;&gt;powerfolder&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://codeberg.org/jamesfengcao/pages/releases&#34;&gt;codeberg&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://uno.teracloud.jp/share/1162dfa8376e1609&#34;&gt;infinicloud&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://gitee.com/jamesfengcao/uweb/releases&#34;&gt;gitee&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://gitea.com/torappinfo/uweb/releases&#34;&gt;gitea&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://gitdab.com/jamesfengcao/uweb/releases&#34;&gt;gitdab&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://gitnet.fr/jamesfengcao/uweb/releases&#34;&gt;gitnet&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://tildegit.org/jamesfengcao/uweb/releases&#34;&gt;tildegit&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://notabug.org/torappinfo/uweb/releases&#34;&gt;NotABug&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://releases.pagure.org/uwebapk/&#34;&gt;pagure&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://pan.baidu.com/s/17coQj6DCHqghMMNJUyjgrA#list/path=%2Fuweb&#34;&gt;baidu&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://pan.lanzouu.com/b0qpxnob&#34;&gt;蓝奏&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h4 id=&#34;main-features&#34;&gt;&lt;a href=&#34;../readme/index.html&#34;&gt;Main features&lt;/a&gt;&lt;/h4&gt;&#xA;&lt;h4 id=&#34;change-logs&#34;&gt;&lt;a id=&#34;log&#34;&gt;Change logs&lt;a&gt;&lt;/h4&gt;&#xA;&lt;p&gt;1144: novel reader support for remote large text/html files (could be .gz, .br, .zst compressed)&lt;br&gt;&#xA;enhance url services to support %u, %t&lt;br&gt;&#xA;1139: support \n as newline in default.input &amp;amp; default.autoc&lt;br&gt;&#xA;1104: support command context submenus (image.link, download.link &amp;amp; context.link).&lt;/p&gt;</description>
<description>&lt;p&gt;&lt;a href=&#34;https://www.amazon.com/TorApp-Info-uweb-browser-for-geeks/dp/B098QPR6N5&#34;&gt;Amazon appstore&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://galaxystore.samsung.com/detail/info.torapp.uweb&#34;&gt;Galaxy.Store&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://github.com/torappinfo/uweb/releases/tag/v1&#34;&gt;github&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://sourceforge.net/projects/uwebbrowser/files/v1/&#34;&gt;sourceforge&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://uweb-browser-for-geeks.en.uptodown.com/android&#34; title=&#34;uweb&#34;&gt;&lt;img src=&#34;https://stc.utdstc.com/img/mediakit/download-gio-big.png&#34; alt=&#34;&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://my.powerfolder.com/getlink/fi61cC6VHjK72tfufmnLAz/&#34;&gt;powerfolder&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://codeberg.org/jamesfengcao/pages/releases&#34;&gt;codeberg&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://uno.teracloud.jp/share/1162dfa8376e1609&#34;&gt;infinicloud&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://gitee.com/jamesfengcao/uweb/releases&#34;&gt;gitee&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://gitea.com/torappinfo/uweb/releases&#34;&gt;gitea&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://gitdab.com/jamesfengcao/uweb/releases&#34;&gt;gitdab&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://gitnet.fr/jamesfengcao/uweb/releases&#34;&gt;gitnet&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://tildegit.org/jamesfengcao/uweb/releases&#34;&gt;tildegit&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://notabug.org/torappinfo/uweb/releases&#34;&gt;NotABug&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://releases.pagure.org/uwebapk/&#34;&gt;pagure&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://pan.baidu.com/s/17coQj6DCHqghMMNJUyjgrA#list/path=%2Fuweb&#34;&gt;baidu&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://pan.lanzouu.com/b0qpxnob&#34;&gt;蓝奏&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h4 id=&#34;main-features&#34;&gt;&lt;a href=&#34;../readme/index.html&#34;&gt;Main features&lt;/a&gt;&lt;/h4&gt;&#xA;&lt;h4 id=&#34;change-logs&#34;&gt;&lt;a id=&#34;log&#34;&gt;Change logs&lt;a&gt;&lt;/h4&gt;&#xA;&lt;p&gt;1146: remote/local big txt/html file (optional .zst,.gz,.br compressed) as search engines&lt;br&gt;&#xA;1144: novel reader support for remote large text/html files (could be .gz, .br, .zst compressed)&lt;br&gt;&#xA;enhance url services to support %u, %t&lt;br&gt;&#xA;1139: support \n as newline in default.input &amp;amp; default.autoc&lt;br&gt;&#xA;1104: support command context submenus (image.link, download.link &amp;amp; context.link).&lt;/p&gt;</description>
</item>
<item>
<title>Configuration</title>

View file

@ -2,8 +2,47 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>https://jamesfengcao.gitlab.io/uweb/en/_posts/</loc>
<lastmod>2026-01-06T19:39:18+08:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="zh"
href="https://jamesfengcao.gitlab.io/uweb/zh/_posts/"
/>
<xhtml:link
rel="alternate"
hreflang="en"
href="https://jamesfengcao.gitlab.io/uweb/en/_posts/"
/>
</url><url>
<loc>https://jamesfengcao.gitlab.io/uweb/en/html5/</loc>
<lastmod>2026-01-06T19:39:18+08:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="zh"
href="https://jamesfengcao.gitlab.io/uweb/zh/html5/"
/>
<xhtml:link
rel="alternate"
hreflang="en"
href="https://jamesfengcao.gitlab.io/uweb/en/html5/"
/>
</url><url>
<loc>https://jamesfengcao.gitlab.io/uweb/en/</loc>
<lastmod>2026-01-06T19:39:18+08:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="zh"
href="https://jamesfengcao.gitlab.io/uweb/zh/"
/>
<xhtml:link
rel="alternate"
hreflang="en"
href="https://jamesfengcao.gitlab.io/uweb/en/"
/>
</url><url>
<loc>https://jamesfengcao.gitlab.io/uweb/en/topposts/</loc>
<lastmod>2025-12-31T21:21:32+08:00</lastmod>
<lastmod>2026-01-06T18:58:25+08:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="zh"
@ -27,32 +66,6 @@
hreflang="en"
href="https://jamesfengcao.gitlab.io/uweb/en/urls/"
/>
</url><url>
<loc>https://jamesfengcao.gitlab.io/uweb/en/</loc>
<lastmod>2025-12-31T21:21:32+08:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="zh"
href="https://jamesfengcao.gitlab.io/uweb/zh/"
/>
<xhtml:link
rel="alternate"
hreflang="en"
href="https://jamesfengcao.gitlab.io/uweb/en/"
/>
</url><url>
<loc>https://jamesfengcao.gitlab.io/uweb/en/_posts/</loc>
<lastmod>2025-12-08T08:53:33+08:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="zh"
href="https://jamesfengcao.gitlab.io/uweb/zh/_posts/"
/>
<xhtml:link
rel="alternate"
hreflang="en"
href="https://jamesfengcao.gitlab.io/uweb/en/_posts/"
/>
</url><url>
<loc>https://jamesfengcao.gitlab.io/uweb/en/filemanager/</loc>
<lastmod>2025-12-05T21:06:12+08:00</lastmod>
@ -131,19 +144,6 @@
hreflang="en"
href="https://jamesfengcao.gitlab.io/uweb/en/tags/"
/>
</url><url>
<loc>https://jamesfengcao.gitlab.io/uweb/en/html5/</loc>
<lastmod>2025-12-02T13:35:16+08:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="zh"
href="https://jamesfengcao.gitlab.io/uweb/zh/html5/"
/>
<xhtml:link
rel="alternate"
hreflang="en"
href="https://jamesfengcao.gitlab.io/uweb/en/html5/"
/>
</url><url>
<loc>https://jamesfengcao.gitlab.io/uweb/en/search/</loc>
<lastmod>2025-12-05T07:43:12+08:00</lastmod>
@ -349,7 +349,7 @@
<lastmod>2024-04-07T19:01:03+08:00</lastmod>
</url><url>
<loc>https://jamesfengcao.gitlab.io/uweb/en/changelog/</loc>
<lastmod>2025-12-31T16:01:01+08:00</lastmod>
<lastmod>2026-01-06T18:58:25+08:00</lastmod>
</url><url>
<loc>https://jamesfengcao.gitlab.io/uweb/en/sitemap/</loc>
<lastmod>2025-04-09T00:47:06+08:00</lastmod>

View file

@ -6,7 +6,7 @@
<description>Recent content in Topposts on uweb browser: unlimited power</description>
<generator>Hugo</generator>
<language>en</language>
<lastBuildDate>Wed, 31 Dec 2025 21:21:32 +0800</lastBuildDate>
<lastBuildDate>Tue, 06 Jan 2026 18:58:25 +0800</lastBuildDate>
<atom:link href="https://jamesfengcao.gitlab.io/uweb/en/topposts/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Url services</title>
@ -27,7 +27,7 @@
<link>https://jamesfengcao.gitlab.io/uweb/en/changelog/</link>
<pubDate>Fri, 16 Sep 2022 00:00:00 +0000</pubDate>
<guid>https://jamesfengcao.gitlab.io/uweb/en/changelog/</guid>
<description>&lt;p&gt;&lt;a href=&#34;https://www.amazon.com/TorApp-Info-uweb-browser-for-geeks/dp/B098QPR6N5&#34;&gt;Amazon appstore&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://galaxystore.samsung.com/detail/info.torapp.uweb&#34;&gt;Galaxy.Store&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://github.com/torappinfo/uweb/releases/tag/v1&#34;&gt;github&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://sourceforge.net/projects/uwebbrowser/files/v1/&#34;&gt;sourceforge&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://uweb-browser-for-geeks.en.uptodown.com/android&#34; title=&#34;uweb&#34;&gt;&lt;img src=&#34;https://stc.utdstc.com/img/mediakit/download-gio-big.png&#34; alt=&#34;&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://my.powerfolder.com/getlink/fi61cC6VHjK72tfufmnLAz/&#34;&gt;powerfolder&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://codeberg.org/jamesfengcao/pages/releases&#34;&gt;codeberg&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://uno.teracloud.jp/share/1162dfa8376e1609&#34;&gt;infinicloud&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://gitee.com/jamesfengcao/uweb/releases&#34;&gt;gitee&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://gitea.com/torappinfo/uweb/releases&#34;&gt;gitea&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://gitdab.com/jamesfengcao/uweb/releases&#34;&gt;gitdab&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://gitnet.fr/jamesfengcao/uweb/releases&#34;&gt;gitnet&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://tildegit.org/jamesfengcao/uweb/releases&#34;&gt;tildegit&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://notabug.org/torappinfo/uweb/releases&#34;&gt;NotABug&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://releases.pagure.org/uwebapk/&#34;&gt;pagure&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://pan.baidu.com/s/17coQj6DCHqghMMNJUyjgrA#list/path=%2Fuweb&#34;&gt;baidu&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://pan.lanzouu.com/b0qpxnob&#34;&gt;蓝奏&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h4 id=&#34;main-features&#34;&gt;&lt;a href=&#34;../readme/index.html&#34;&gt;Main features&lt;/a&gt;&lt;/h4&gt;&#xA;&lt;h4 id=&#34;change-logs&#34;&gt;&lt;a id=&#34;log&#34;&gt;Change logs&lt;a&gt;&lt;/h4&gt;&#xA;&lt;p&gt;1144: novel reader support for remote large text/html files (could be .gz, .br, .zst compressed)&lt;br&gt;&#xA;enhance url services to support %u, %t&lt;br&gt;&#xA;1139: support \n as newline in default.input &amp;amp; default.autoc&lt;br&gt;&#xA;1104: support command context submenus (image.link, download.link &amp;amp; context.link).&lt;/p&gt;</description>
<description>&lt;p&gt;&lt;a href=&#34;https://www.amazon.com/TorApp-Info-uweb-browser-for-geeks/dp/B098QPR6N5&#34;&gt;Amazon appstore&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://galaxystore.samsung.com/detail/info.torapp.uweb&#34;&gt;Galaxy.Store&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://github.com/torappinfo/uweb/releases/tag/v1&#34;&gt;github&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://sourceforge.net/projects/uwebbrowser/files/v1/&#34;&gt;sourceforge&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://uweb-browser-for-geeks.en.uptodown.com/android&#34; title=&#34;uweb&#34;&gt;&lt;img src=&#34;https://stc.utdstc.com/img/mediakit/download-gio-big.png&#34; alt=&#34;&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://my.powerfolder.com/getlink/fi61cC6VHjK72tfufmnLAz/&#34;&gt;powerfolder&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://codeberg.org/jamesfengcao/pages/releases&#34;&gt;codeberg&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://uno.teracloud.jp/share/1162dfa8376e1609&#34;&gt;infinicloud&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://gitee.com/jamesfengcao/uweb/releases&#34;&gt;gitee&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://gitea.com/torappinfo/uweb/releases&#34;&gt;gitea&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://gitdab.com/jamesfengcao/uweb/releases&#34;&gt;gitdab&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://gitnet.fr/jamesfengcao/uweb/releases&#34;&gt;gitnet&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://tildegit.org/jamesfengcao/uweb/releases&#34;&gt;tildegit&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://notabug.org/torappinfo/uweb/releases&#34;&gt;NotABug&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://releases.pagure.org/uwebapk/&#34;&gt;pagure&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://pan.baidu.com/s/17coQj6DCHqghMMNJUyjgrA#list/path=%2Fuweb&#34;&gt;baidu&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://pan.lanzouu.com/b0qpxnob&#34;&gt;蓝奏&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h4 id=&#34;main-features&#34;&gt;&lt;a href=&#34;../readme/index.html&#34;&gt;Main features&lt;/a&gt;&lt;/h4&gt;&#xA;&lt;h4 id=&#34;change-logs&#34;&gt;&lt;a id=&#34;log&#34;&gt;Change logs&lt;a&gt;&lt;/h4&gt;&#xA;&lt;p&gt;1146: remote/local big txt/html file (optional .zst,.gz,.br compressed) as search engines&lt;br&gt;&#xA;1144: novel reader support for remote large text/html files (could be .gz, .br, .zst compressed)&lt;br&gt;&#xA;enhance url services to support %u, %t&lt;br&gt;&#xA;1139: support \n as newline in default.input &amp;amp; default.autoc&lt;br&gt;&#xA;1104: support command context submenus (image.link, download.link &amp;amp; context.link).&lt;/p&gt;</description>
</item>
<item>
<title>Configuration</title>

View file

@ -4,7 +4,7 @@
<sitemap>
<loc>https://jamesfengcao.gitlab.io/uweb/en/sitemap.xml</loc>
<lastmod>2025-12-31T21:21:32+08:00</lastmod>
<lastmod>2026-01-06T19:39:18+08:00</lastmod>
</sitemap>