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 powerHugoen
- 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 --> 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.</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 "command" submenus</h4>
<ul>
<li>File "<a href="../links/index.html#">image.link</a>": defines "command" submenus of the context menu for images.</li>
<li>File "<a href="../links/index.html#">download.link</a>": "command" submenus for download options menu.</li>
<li>File "context.link": "command" submenus in all other cases.</li>
</ul>
<p>The "command" submenus can be toggled with <a href="i:61:../searchurl/func.html">UI options</a>. The "command" 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 "<a href="file:///data/data/info.torapp.uweb/files/default.longclick">default.longclick</a>" 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#">"%c" (cookie), "%u" (current url), "%t" (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 "->" 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 "/js/2lnk.js" 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 "/sdcard/.../xx.js" 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 @@
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
Html as data cruncher and presenter using remote url as data with i:0m links
+
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.
+
Html as data cruncher and presenter using remote url as data with i:0/ links
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.