mirror of
https://github.com/torappinfo/uweb.git
synced 2026-03-14 14:45:45 +01:00
uweb1146: pager and search engine for remote/local txt/html/md (optional .zst,.gz,.br compressed)
This commit is contained in:
parent
892fce9ce6
commit
1af2894e57
8 changed files with 67 additions and 60 deletions
|
|
@ -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><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></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><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></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><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></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>CSS styles</title>
|
||||
<link>https://jamesfengcao.gitlab.io/uweb/en/globalcss/</link>
|
||||
|
|
|
|||
|
|
@ -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 & default.autoc<br>
|
||||
1104: support command context submenus (image.link, download.link & 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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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 --> 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>
|
||||
<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 "->" 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 "/js/2lnk.js" 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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
18
en/index.xml
18
en/index.xml
|
|
@ -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><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></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><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></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><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></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><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></description>
|
||||
<description><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></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Configuration</title>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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><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></description>
|
||||
<description><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></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Configuration</title>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue