mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
generate PDF for custom paper size
This commit is contained in:
parent
b0aaa72b31
commit
732adfa362
15 changed files with 79 additions and 67 deletions
|
@ -5,7 +5,18 @@
|
||||||
<link>/en/_posts/</link>
|
<link>/en/_posts/</link>
|
||||||
<description>Recent content in _posts on uweb browser</description>
|
<description>Recent content in _posts on uweb browser</description>
|
||||||
<generator>Hugo -- gohugo.io</generator>
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
<lastBuildDate>Sun, 30 Oct 2022 00:00:00 +0000</lastBuildDate><atom:link href="/en/_posts/index.xml" rel="self" type="application/rss+xml" />
|
<lastBuildDate>Fri, 25 Nov 2022 00:00:00 +0000</lastBuildDate><atom:link href="/en/_posts/index.xml" rel="self" type="application/rss+xml" />
|
||||||
|
<item>
|
||||||
|
<title>Offline resources</title>
|
||||||
|
<link>/en/offlinecache/</link>
|
||||||
|
<pubDate>Fri, 25 Nov 2022 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
|
<guid>/en/offlinecache/</guid>
|
||||||
|
<description>Click to install url service that extracts web apps to the folder &quot;sitecache/local/&quot;: support web extensions (.crx for chrome &amp; .xpi for firefox).
|
||||||
|
Offline resources locate in the folder &quot;sitecache&quot;. With the option &quot;use offline resources&quot; enabled, the corresponding files in &quot;sitecache/[domain name]/[full path including filename, the url path part]&quot; are loaded first before reaching the network.
|
||||||
|
PWAs (Progresssive Web Applications) and some web extensions (.crx for chrome &amp; .xpi for firefox) are just packaged websites.</description>
|
||||||
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>Make any url as website</title>
|
<title>Make any url as website</title>
|
||||||
<link>/en/url2site/</link>
|
<link>/en/url2site/</link>
|
||||||
|
@ -16,17 +27,6 @@
|
||||||
&quot;i:0m04:[url]&quot;: to treat the [url] content as html with bookmarklet. &quot;i:0mi:5h:[url]&quot;: to treat the [url] content as html (for download or no-script links etc.) &quot;i:0mi:5h?[postfix]::[url]&quot;: auto append query postfix to url to retrieve content. &quot;i:0mi:5h/[regex]/[replacement]::[url]&quot;: use the result of regular expression replacement to retrieve the content.</description>
|
&quot;i:0m04:[url]&quot;: to treat the [url] content as html with bookmarklet. &quot;i:0mi:5h:[url]&quot;: to treat the [url] content as html (for download or no-script links etc.) &quot;i:0mi:5h?[postfix]::[url]&quot;: auto append query postfix to url to retrieve content. &quot;i:0mi:5h/[regex]/[replacement]::[url]&quot;: use the result of regular expression replacement to retrieve the content.</description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
|
||||||
<title>Offline resources</title>
|
|
||||||
<link>/en/offlinecache/</link>
|
|
||||||
<pubDate>Thu, 20 Oct 2022 00:00:00 +0000</pubDate>
|
|
||||||
|
|
||||||
<guid>/en/offlinecache/</guid>
|
|
||||||
<description>Click to install url service that extracts web apps to the folder &quot;sitecache/local/&quot;: support web extensions (.crx for chrome &amp; .xpi for firefox).
|
|
||||||
Offline resources locate in the folder &quot;sitecache&quot;. With the option &quot;use offline resources&quot; enabled, the corresponding files in &quot;sitecache/[domain name]/[full path including filename, '?' , '&amp;' , '='. exactly as url]&quot; are loaded first before reaching the network.
|
|
||||||
PWAs (Progresssive Web Applications) and some web extensions (.crx for chrome &amp; .</description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>Html5 applications</title>
|
<title>Html5 applications</title>
|
||||||
<link>/en/html5/</link>
|
<link>/en/html5/</link>
|
||||||
|
|
|
@ -49,6 +49,8 @@
|
||||||
<p><a href="https://releases.pagure.org/uweb/">pagure</a></p>
|
<p><a href="https://releases.pagure.org/uweb/">pagure</a></p>
|
||||||
<p><a href="https://sourceforge.net/projects/uwebbrowser/files/v1/">sourceforge</a></p>
|
<p><a href="https://sourceforge.net/projects/uwebbrowser/files/v1/">sourceforge</a></p>
|
||||||
<h4 id="change-logs">Change logs</h4>
|
<h4 id="change-logs">Change logs</h4>
|
||||||
|
<p>948: Address bar: ":p [width in milliInch]x[height]" to generate PDF in custom size<br>
|
||||||
|
946: Option "use offline cache" to support serverless local websites.</p>
|
||||||
<p>945: commands to support evaluation of generated js code.</p>
|
<p>945: commands to support evaluation of generated js code.</p>
|
||||||
<p>943: Multiple home screens support .mht (offline webpage), .search & .html local files.</p>
|
<p>943: Multiple home screens support .mht (offline webpage), .search & .html local files.</p>
|
||||||
<p>940: <a href="../url2site/index.html">Any url as website</a> with local html processing (<a href="../links/index.html">"i:0m/..../xxx.html:url"</a>)</p>
|
<p>940: <a href="../url2site/index.html">Any url as website</a> with local html processing (<a href="../links/index.html">"i:0m/..../xxx.html:url"</a>)</p>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta name="generator" content="Hugo 0.105.0">
|
<meta name="generator" content="Hugo 0.108.0">
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
|
|
||||||
|
@ -85,14 +85,14 @@
|
||||||
|
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="url2site/index.html">
|
<a href="offlinecache/index.html">
|
||||||
<span>Make any url as website</span>
|
<span>Offline resources</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="offlinecache/index.html">
|
<a href="url2site/index.html">
|
||||||
<span>Offline resources</span>
|
<span>Make any url as website</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
|
31
en/index.xml
31
en/index.xml
|
@ -5,7 +5,18 @@
|
||||||
<link>/en/</link>
|
<link>/en/</link>
|
||||||
<description>Recent content on uweb browser</description>
|
<description>Recent content on uweb browser</description>
|
||||||
<generator>Hugo -- gohugo.io</generator>
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
<lastBuildDate>Sun, 30 Oct 2022 00:00:00 +0000</lastBuildDate><atom:link href="/en/index.xml" rel="self" type="application/rss+xml" />
|
<lastBuildDate>Fri, 25 Nov 2022 00:00:00 +0000</lastBuildDate><atom:link href="/en/index.xml" rel="self" type="application/rss+xml" />
|
||||||
|
<item>
|
||||||
|
<title>Offline resources</title>
|
||||||
|
<link>/en/offlinecache/</link>
|
||||||
|
<pubDate>Fri, 25 Nov 2022 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
|
<guid>/en/offlinecache/</guid>
|
||||||
|
<description>Click to install url service that extracts web apps to the folder &quot;sitecache/local/&quot;: support web extensions (.crx for chrome &amp; .xpi for firefox).
|
||||||
|
Offline resources locate in the folder &quot;sitecache&quot;. With the option &quot;use offline resources&quot; enabled, the corresponding files in &quot;sitecache/[domain name]/[full path including filename, the url path part]&quot; are loaded first before reaching the network.
|
||||||
|
PWAs (Progresssive Web Applications) and some web extensions (.crx for chrome &amp; .xpi for firefox) are just packaged websites.</description>
|
||||||
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>Make any url as website</title>
|
<title>Make any url as website</title>
|
||||||
<link>/en/url2site/</link>
|
<link>/en/url2site/</link>
|
||||||
|
@ -16,17 +27,6 @@
|
||||||
&quot;i:0m04:[url]&quot;: to treat the [url] content as html with bookmarklet. &quot;i:0mi:5h:[url]&quot;: to treat the [url] content as html (for download or no-script links etc.) &quot;i:0mi:5h?[postfix]::[url]&quot;: auto append query postfix to url to retrieve content. &quot;i:0mi:5h/[regex]/[replacement]::[url]&quot;: use the result of regular expression replacement to retrieve the content.</description>
|
&quot;i:0m04:[url]&quot;: to treat the [url] content as html with bookmarklet. &quot;i:0mi:5h:[url]&quot;: to treat the [url] content as html (for download or no-script links etc.) &quot;i:0mi:5h?[postfix]::[url]&quot;: auto append query postfix to url to retrieve content. &quot;i:0mi:5h/[regex]/[replacement]::[url]&quot;: use the result of regular expression replacement to retrieve the content.</description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
|
||||||
<title>Offline resources</title>
|
|
||||||
<link>/en/offlinecache/</link>
|
|
||||||
<pubDate>Thu, 20 Oct 2022 00:00:00 +0000</pubDate>
|
|
||||||
|
|
||||||
<guid>/en/offlinecache/</guid>
|
|
||||||
<description>Click to install url service that extracts web apps to the folder &quot;sitecache/local/&quot;: support web extensions (.crx for chrome &amp; .xpi for firefox).
|
|
||||||
Offline resources locate in the folder &quot;sitecache&quot;. With the option &quot;use offline resources&quot; enabled, the corresponding files in &quot;sitecache/[domain name]/[full path including filename, '?' , '&amp;' , '='. exactly as url]&quot; are loaded first before reaching the network.
|
|
||||||
PWAs (Progresssive Web Applications) and some web extensions (.crx for chrome &amp; .</description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>Html5 applications</title>
|
<title>Html5 applications</title>
|
||||||
<link>/en/html5/</link>
|
<link>/en/html5/</link>
|
||||||
|
@ -59,12 +59,13 @@ uweb, termux &amp; history versions
|
||||||
github
|
github
|
||||||
pagure
|
pagure
|
||||||
sourceforge
|
sourceforge
|
||||||
Change logs 945: commands to support evaluation of generated js code.
|
Change logs 948: Address bar: &quot;:p [width in milliInch]x[height]&quot; to generate PDF in custom size
|
||||||
|
946: Option &quot;use offline cache&quot; to support serverless local websites.
|
||||||
|
945: commands to support evaluation of generated js code.
|
||||||
943: Multiple home screens support .mht (offline webpage), .search &amp; .html local files.
|
943: Multiple home screens support .mht (offline webpage), .search &amp; .html local files.
|
||||||
940: Any url as website with local html processing (&quot;i:0m/..../xxx.html:url&quot;)
|
940: Any url as website with local html processing (&quot;i:0m/..../xxx.html:url&quot;)
|
||||||
935:
|
935:
|
||||||
Pipe support: command line output to uweb tabs. 934:
|
Pipe support: command line output to uweb tabs.</description>
|
||||||
Serverless local sites: PWA-kind web extension (chrome .crx &amp; firefox .xpi) support. PWAs and web extensions to be used as search engines, ex.</description>
|
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
|
|
|
@ -96,6 +96,11 @@ Config http proxy, ":010:" to disable any proxy.</p>
|
||||||
Socks proxy</p>
|
Socks proxy</p>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
<h4 id="commands">commands</h4>
|
||||||
|
<ul>
|
||||||
|
<li>:p [width in milliInch]x[height in milliInch]<br>
|
||||||
|
Generate/Print PDF file in the "/sdcard/Download" folder.</li>
|
||||||
|
</ul>
|
||||||
<h3 id="i-internal-links">"i:" internal links:</h3>
|
<h3 id="i-internal-links">"i:" internal links:</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
|
|
|
@ -48,8 +48,10 @@
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<p><a href="i:01Extract webapp:i:0bsitecache/local/:">Click to install url service that extracts web apps to the folder "sitecache/local/"</a>: support web extensions (.crx for chrome & .xpi for firefox).</p>
|
<p><a href="i:01Extract webapp:i:0bsitecache/local/:">Click to install url service that extracts web apps to the folder "sitecache/local/"</a>: support web extensions (.crx for chrome & .xpi for firefox).</p>
|
||||||
<p>Offline resources locate in the folder "sitecache". With the option "use offline resources" enabled, the corresponding files in "sitecache/[domain name]/[full path including filename, '?' , '&' , '='. exactly as url]" are loaded first before reaching the network.</p>
|
<p>Offline resources locate in the folder "sitecache". With the option "use offline resources" enabled, the corresponding files in "sitecache/[domain name]/[full path including filename, the url path part]" are loaded first before reaching the network.</p>
|
||||||
<p>PWAs (Progresssive Web Applications) and some web extensions (.crx for chrome & .xpi for firefox) are just packaged websites. Ex. the "kiwix" extension can be extracted to the folder "sitecache/local/kiwix"<sup id="fnref:1"><a href="#fn:1" class="footnote-ref" role="doc-noteref">1</a></sup>, then the kiwix extension can be accessed via url "https://local/kiwix/www/index.html" in the browser.</p>
|
<p>PWAs (Progresssive Web Applications) and some web extensions (.crx for chrome & .xpi for firefox) are just packaged websites. Ex. the "kiwix" extension can be extracted to the folder "sitecache/local/kiwix"<sup id="fnref:1"><a href="#fn:1" class="footnote-ref" role="doc-noteref">1</a></sup>, then the kiwix extension can be accessed via url "https://local/kiwix/www/index.html" in the browser.</p>
|
||||||
|
<h4 id="serverless-local-sites">Serverless local sites</h4>
|
||||||
|
<p>Any folder under "sitecache" can be visited as a local site. Urls with search queries can be dynamically processed by the js/wasm code in the local file.</p>
|
||||||
<div class="footnotes" role="doc-endnotes">
|
<div class="footnotes" role="doc-endnotes">
|
||||||
<hr>
|
<hr>
|
||||||
<ol>
|
<ol>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
||||||
<url>
|
<url>
|
||||||
<loc>/en/_posts/</loc>
|
<loc>/en/_posts/</loc>
|
||||||
<lastmod>2022-10-30T00:00:00+00:00</lastmod>
|
<lastmod>2022-11-25T00:00:00+00:00</lastmod>
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="zh"
|
hreflang="zh"
|
||||||
|
@ -15,11 +15,21 @@
|
||||||
href="/en/_posts/"
|
href="/en/_posts/"
|
||||||
/>
|
/>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>/en/url2site/</loc>
|
<loc>/en/offlinecache/</loc>
|
||||||
<lastmod>2022-10-30T00:00:00+00:00</lastmod>
|
<lastmod>2022-11-25T00:00:00+00:00</lastmod>
|
||||||
|
<xhtml:link
|
||||||
|
rel="alternate"
|
||||||
|
hreflang="zh"
|
||||||
|
href="/zh/offlinecache/"
|
||||||
|
/>
|
||||||
|
<xhtml:link
|
||||||
|
rel="alternate"
|
||||||
|
hreflang="en"
|
||||||
|
href="/en/offlinecache/"
|
||||||
|
/>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>/en/</loc>
|
<loc>/en/</loc>
|
||||||
<lastmod>2022-10-30T00:00:00+00:00</lastmod>
|
<lastmod>2022-11-25T00:00:00+00:00</lastmod>
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="zh"
|
hreflang="zh"
|
||||||
|
@ -31,18 +41,8 @@
|
||||||
href="/en/"
|
href="/en/"
|
||||||
/>
|
/>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>/en/offlinecache/</loc>
|
<loc>/en/url2site/</loc>
|
||||||
<lastmod>2022-10-20T00:00:00+00:00</lastmod>
|
<lastmod>2022-10-30T00:00:00+00:00</lastmod>
|
||||||
<xhtml:link
|
|
||||||
rel="alternate"
|
|
||||||
hreflang="zh"
|
|
||||||
href="/zh/offlinecache/"
|
|
||||||
/>
|
|
||||||
<xhtml:link
|
|
||||||
rel="alternate"
|
|
||||||
hreflang="en"
|
|
||||||
href="/en/offlinecache/"
|
|
||||||
/>
|
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>/en/html5/</loc>
|
<loc>/en/html5/</loc>
|
||||||
<lastmod>2022-10-02T00:00:00+00:00</lastmod>
|
<lastmod>2022-10-02T00:00:00+00:00</lastmod>
|
||||||
|
|
|
@ -17,12 +17,13 @@ uweb, termux &amp; history versions
|
||||||
github
|
github
|
||||||
pagure
|
pagure
|
||||||
sourceforge
|
sourceforge
|
||||||
Change logs 945: commands to support evaluation of generated js code.
|
Change logs 948: Address bar: &quot;:p [width in milliInch]x[height]&quot; to generate PDF in custom size
|
||||||
|
946: Option &quot;use offline cache&quot; to support serverless local websites.
|
||||||
|
945: commands to support evaluation of generated js code.
|
||||||
943: Multiple home screens support .mht (offline webpage), .search &amp; .html local files.
|
943: Multiple home screens support .mht (offline webpage), .search &amp; .html local files.
|
||||||
940: Any url as website with local html processing (&quot;i:0m/..../xxx.html:url&quot;)
|
940: Any url as website with local html processing (&quot;i:0m/..../xxx.html:url&quot;)
|
||||||
935:
|
935:
|
||||||
Pipe support: command line output to uweb tabs. 934:
|
Pipe support: command line output to uweb tabs.</description>
|
||||||
Serverless local sites: PWA-kind web extension (chrome .crx &amp; firefox .xpi) support. PWAs and web extensions to be used as search engines, ex.</description>
|
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<sitemap>
|
<sitemap>
|
||||||
<loc>en/sitemap.xml</loc>
|
<loc>en/sitemap.xml</loc>
|
||||||
|
|
||||||
<lastmod>2022-10-30T00:00:00+00:00</lastmod>
|
<lastmod>2022-11-25T00:00:00+00:00</lastmod>
|
||||||
|
|
||||||
</sitemap>
|
</sitemap>
|
||||||
|
|
||||||
|
|
|
@ -841,8 +841,8 @@ PCdown:/data/data/com.termux/files/usr/bin/pcdownload
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>/zh/offlinecache/</guid>
|
<guid>/zh/offlinecache/</guid>
|
||||||
<description>uweb浏览器支持装载网站离线资源。只需要将离线资源存为文件&quot;sitecache/[域名]/[全部路径,包括文件名,?,&amp;,=, 与url一模一样]&quot;。
|
<description>uweb浏览器支持装载网站离线资源。只需要将离线资源存为文件&quot;sitecache/[域名]/[全部路径,包括文件名,url中的路径部分]&quot;。
|
||||||
打开选项以后超微将自动装载这些离线资源。
|
打开选项&quot;使用离线资源&quot;以后超微将自动装载这些离线资源。
|
||||||
离线资源可作为缓存提高浏览器性能; 可作为国外网站部分备份修复服务访问; 也可替换部分网站资源达到定制网站的作用。</description>
|
离线资源可作为缓存提高浏览器性能; 可作为国外网站部分备份修复服务访问; 也可替换部分网站资源达到定制网站的作用。</description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta name="generator" content="Hugo 0.105.0">
|
<meta name="generator" content="Hugo 0.108.0">
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
|
|
||||||
|
|
|
@ -56,7 +56,6 @@ google:https://google.com/search?q=
|
||||||
必应4:http://www4.bing.com/search?q=
|
必应4:http://www4.bing.com/search?q=
|
||||||
百度:https://m.baidu.com/s?wd=
|
百度:https://m.baidu.com/s?wd=
|
||||||
Fsou:https://fsoufsou.com/search?q=
|
Fsou:https://fsoufsou.com/search?q=
|
||||||
paulgo:https://paulgo.io/search?q=
|
|
||||||
you:https://you.com/search?q=
|
you:https://you.com/search?q=
|
||||||
neeva:https://neeva.com/search?q=
|
neeva:https://neeva.com/search?q=
|
||||||
seekr:https://www.seekr.com/search?query=
|
seekr:https://www.seekr.com/search?query=
|
||||||
|
@ -78,7 +77,8 @@ louk:https://www.louk.cn/vodsearch/-------------.html?wd=
|
||||||
4444影视:http://k.4444.li/search.php?searchword=
|
4444影视:http://k.4444.li/search.php?searchword=
|
||||||
nfmovies:https://www.nfmovies.com/search.php?searchword=
|
nfmovies:https://www.nfmovies.com/search.php?searchword=
|
||||||
电影狗:https://www.dianyinggou.com/so/
|
电影狗:https://www.dianyinggou.com/so/
|
||||||
pianku:https://www.pianku.la/search/%s-------------.html</description>
|
pianku:https://www.pianku.la/search/%s-------------.html
|
||||||
|
novip:https://www.novipnoad.com/s=</description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
|
@ -1053,8 +1053,8 @@ PCdown:/data/data/com.termux/files/usr/bin/pcdownload
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>/zh/offlinecache/</guid>
|
<guid>/zh/offlinecache/</guid>
|
||||||
<description>uweb浏览器支持装载网站离线资源。只需要将离线资源存为文件&quot;sitecache/[域名]/[全部路径,包括文件名,?,&amp;,=, 与url一模一样]&quot;。
|
<description>uweb浏览器支持装载网站离线资源。只需要将离线资源存为文件&quot;sitecache/[域名]/[全部路径,包括文件名,url中的路径部分]&quot;。
|
||||||
打开选项以后超微将自动装载这些离线资源。
|
打开选项&quot;使用离线资源&quot;以后超微将自动装载这些离线资源。
|
||||||
离线资源可作为缓存提高浏览器性能; 可作为国外网站部分备份修复服务访问; 也可替换部分网站资源达到定制网站的作用。</description>
|
离线资源可作为缓存提高浏览器性能; 可作为国外网站部分备份修复服务访问; 也可替换部分网站资源达到定制网站的作用。</description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
|
|
|
@ -47,8 +47,8 @@
|
||||||
<ul class="tags">
|
<ul class="tags">
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<p><a href="..">uweb浏览器</a>支持装载网站离线资源。只需要将离线资源存为文件"sitecache/[域名]/[全部路径,包括文件名,?,&,=, 与url一模一样]"。<br>
|
<p><a href="..">uweb浏览器</a>支持装载网站离线资源。只需要将离线资源存为文件"sitecache/[域名]/[全部路径,包括文件名,url中的路径部分]"。<br>
|
||||||
打开选项以后超微将自动装载这些离线资源。</p>
|
打开选项"使用离线资源"以后超微将自动装载这些离线资源。</p>
|
||||||
<p>离线资源可作为缓存提高浏览器性能; 可作为国外网站部分备份修复服务访问; 也可替换部分网站资源达到定制网站的作用。</p>
|
<p>离线资源可作为缓存提高浏览器性能; 可作为国外网站部分备份修复服务访问; 也可替换部分网站资源达到定制网站的作用。</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -96,7 +96,6 @@
|
||||||
<p><a href="i:00必应4:http://www4.bing.com/search?q=">必应4:http://www4.bing.com/search?q=</a></p>
|
<p><a href="i:00必应4:http://www4.bing.com/search?q=">必应4:http://www4.bing.com/search?q=</a></p>
|
||||||
<p><a href="i:00百度:https://m.baidu.com/s?wd=">百度:https://m.baidu.com/s?wd=</a></p>
|
<p><a href="i:00百度:https://m.baidu.com/s?wd=">百度:https://m.baidu.com/s?wd=</a></p>
|
||||||
<p><a href="i:00Fsou:https://fsoufsou.com/search?q=">Fsou:https://fsoufsou.com/search?q=</a></p>
|
<p><a href="i:00Fsou:https://fsoufsou.com/search?q=">Fsou:https://fsoufsou.com/search?q=</a></p>
|
||||||
<p><a href="i:00paulgo:https://paulgo.io/search?q=">paulgo:https://paulgo.io/search?q=</a></p>
|
|
||||||
<p><a href="i:00you:https://you.com/search?q=">you:https://you.com/search?q=</a></p>
|
<p><a href="i:00you:https://you.com/search?q=">you:https://you.com/search?q=</a></p>
|
||||||
<p><a href="i:00neeva:https://neeva.com/search?q=">neeva:https://neeva.com/search?q=</a></p>
|
<p><a href="i:00neeva:https://neeva.com/search?q=">neeva:https://neeva.com/search?q=</a></p>
|
||||||
<p><a href="i:00seekr:https://www.seekr.com/search?query=">seekr:https://www.seekr.com/search?query=</a></p>
|
<p><a href="i:00seekr:https://www.seekr.com/search?query=">seekr:https://www.seekr.com/search?query=</a></p>
|
||||||
|
@ -123,7 +122,6 @@
|
||||||
<p><a href="i:00555dianying:https://555dianying.cc/vodsearch/-------------.html?wd=">555dianying:https://555dianying.cc/vodsearch/-------------.html?wd=</a></p>
|
<p><a href="i:00555dianying:https://555dianying.cc/vodsearch/-------------.html?wd=">555dianying:https://555dianying.cc/vodsearch/-------------.html?wd=</a></p>
|
||||||
<p><a href="i:00zhenbuka:https://www.zhenbuka.net/search/-------------.html?wd=">zhenbuka:https://www.zhenbuka.net/search/-------------.html?wd=</a></p>
|
<p><a href="i:00zhenbuka:https://www.zhenbuka.net/search/-------------.html?wd=">zhenbuka:https://www.zhenbuka.net/search/-------------.html?wd=</a></p>
|
||||||
<p><a href="i:007080:https://7080.wang/so.html?wd=">7080:https://7080.wang/so.html?wd=</a></p>
|
<p><a href="i:007080:https://7080.wang/so.html?wd=">7080:https://7080.wang/so.html?wd=</a></p>
|
||||||
<p><a href="i:001090:https://1090hd.com/vod/search.html?wd=">1090:https://1090hd.com/vod/search.html?wd=</a></p>
|
|
||||||
<p><a href="i:00微博:https://s.weibo.com/weibo/">微博:https://s.weibo.com/weibo/</a></p>
|
<p><a href="i:00微博:https://s.weibo.com/weibo/">微博:https://s.weibo.com/weibo/</a></p>
|
||||||
<p><a href="i:00疯狂音乐:http://music.myepoch.cn/?type=netease&name=">疯狂音乐:http://music.myepoch.cn/?type=netease&name=</a></p>
|
<p><a href="i:00疯狂音乐:http://music.myepoch.cn/?type=netease&name=">疯狂音乐:http://music.myepoch.cn/?type=netease&name=</a></p>
|
||||||
<p><a href="i:00墨灵音乐:https://music.mli.im/music.web?auto-action=true&action=search&wd=">墨灵音乐:https://music.mli.im/music.web?auto-action=true&action=search&wd=</a></p>
|
<p><a href="i:00墨灵音乐:https://music.mli.im/music.web?auto-action=true&action=search&wd=">墨灵音乐:https://music.mli.im/music.web?auto-action=true&action=search&wd=</a></p>
|
||||||
|
@ -245,6 +243,7 @@
|
||||||
<p><a href="i:00hotbot:https://www.hotbot.com/web?q=">hotbot:https://www.hotbot.com/web?q=</a></p>
|
<p><a href="i:00hotbot:https://www.hotbot.com/web?q=">hotbot:https://www.hotbot.com/web?q=</a></p>
|
||||||
<p>网盘搜索:<br>
|
<p>网盘搜索:<br>
|
||||||
<a href="i:00yiso:https://yiso.fun/info?searchKey=">yiso:https://yiso.fun/info?searchKey=</a></p>
|
<a href="i:00yiso:https://yiso.fun/info?searchKey=">yiso:https://yiso.fun/info?searchKey=</a></p>
|
||||||
|
<p><a href="i:00upyunso:https://www.upyunso.com/search.html?keyword=">upyunso:https://www.upyunso.com/search.html?keyword=</a></p>
|
||||||
<p><a href="i:00来搜一下:https://www.laisoyixia.com/s/search?q=">来搜一下:https://www.laisoyixia.com/s/search?q=</a></p>
|
<p><a href="i:00来搜一下:https://www.laisoyixia.com/s/search?q=">来搜一下:https://www.laisoyixia.com/s/search?q=</a></p>
|
||||||
<p><a href="i:0056盘:https://www.56wangpan.com/search/kw">56盘:https://www.56wangpan.com/search/kw</a></p>
|
<p><a href="i:0056盘:https://www.56wangpan.com/search/kw">56盘:https://www.56wangpan.com/search/kw</a></p>
|
||||||
<p>学术搜索:<br>
|
<p>学术搜索:<br>
|
||||||
|
@ -255,6 +254,7 @@
|
||||||
<p><a href="i:00base:https://www.base-search.net/Search/Results?lookfor=">base:https://www.base-search.net/Search/Results?lookfor=</a></p>
|
<p><a href="i:00base:https://www.base-search.net/Search/Results?lookfor=">base:https://www.base-search.net/Search/Results?lookfor=</a></p>
|
||||||
<p>开发者友好搜索:<br>
|
<p>开发者友好搜索:<br>
|
||||||
<a href="i:00git:https://github.com/search?type=Repositories&q=">git:https://github.com/search?type=Repositories&q=</a></p>
|
<a href="i:00git:https://github.com/search?type=Repositories&q=">git:https://github.com/search?type=Repositories&q=</a></p>
|
||||||
|
<p><a href="i:00gitmirror:https://hub.yzuu.cf/search?type=Repositories&q=">gitmirror:https://hub.yzuu.cf/search?type=Repositories&q=</a></p>
|
||||||
<p><a href="i:00man:http://man.cx/">man:http://man.cx/</a></p>
|
<p><a href="i:00man:http://man.cx/">man:http://man.cx/</a></p>
|
||||||
<p><a href="i:00code:http://searchcode.com/?q=">code:http://searchcode.com/?q=</a></p>
|
<p><a href="i:00code:http://searchcode.com/?q=">code:http://searchcode.com/?q=</a></p>
|
||||||
<p><a href="i:00greasyfork:https://greasyfork.org/en/scripts?filter_locale=0&sort=updated&q=">greasyfork:https://greasyfork.org/en/scripts?filter_locale=0&sort=updated&q=</a></p>
|
<p><a href="i:00greasyfork:https://greasyfork.org/en/scripts?filter_locale=0&sort=updated&q=">greasyfork:https://greasyfork.org/en/scripts?filter_locale=0&sort=updated&q=</a></p>
|
||||||
|
@ -284,7 +284,8 @@
|
||||||
<p><a href="i:003d函数作图:d:image/svg+xml:gnuplot -e \'set term svg;set output; splot %s\':">3d函数作图:d:image/svg+xml:gnuplot -e 'set term svg;set output; splot %s':</a></p>
|
<p><a href="i:003d函数作图:d:image/svg+xml:gnuplot -e \'set term svg;set output; splot %s\':">3d函数作图:d:image/svg+xml:gnuplot -e 'set term svg;set output; splot %s':</a></p>
|
||||||
<p><a href="../searchcat">分类搜索</a></p>
|
<p><a href="../searchcat">分类搜索</a></p>
|
||||||
<p>更多引擎可参看:<br>
|
<p>更多引擎可参看:<br>
|
||||||
<a href="https://cdn.githubjs.cf/cc1024/Google">google镜像</a><br>
|
<a href="https://github.com/cc1024/Google">google镜像</a><br>
|
||||||
|
<a href="https://searx.space">searx</a><br>
|
||||||
<a href="https://github.com/pathologicalhandwaving/SkittleSearchURLs/blob/master/skittles.md">Skittle</a><br>
|
<a href="https://github.com/pathologicalhandwaving/SkittleSearchURLs/blob/master/skittles.md">Skittle</a><br>
|
||||||
<a href="https://github.com/matomo-org/searchengine-and-social-list/blob/master/SearchEngines.yml">searchengine</a><br>
|
<a href="https://github.com/matomo-org/searchengine-and-social-list/blob/master/SearchEngines.yml">searchengine</a><br>
|
||||||
<a href="https://adzhp.cn/wang-pan-sou-suo.html">网盘搜索</a><br>
|
<a href="https://adzhp.cn/wang-pan-sou-suo.html">网盘搜索</a><br>
|
||||||
|
|
|
@ -56,7 +56,6 @@ google:https://google.com/search?q=
|
||||||
必应4:http://www4.bing.com/search?q=
|
必应4:http://www4.bing.com/search?q=
|
||||||
百度:https://m.baidu.com/s?wd=
|
百度:https://m.baidu.com/s?wd=
|
||||||
Fsou:https://fsoufsou.com/search?q=
|
Fsou:https://fsoufsou.com/search?q=
|
||||||
paulgo:https://paulgo.io/search?q=
|
|
||||||
you:https://you.com/search?q=
|
you:https://you.com/search?q=
|
||||||
neeva:https://neeva.com/search?q=
|
neeva:https://neeva.com/search?q=
|
||||||
seekr:https://www.seekr.com/search?query=
|
seekr:https://www.seekr.com/search?query=
|
||||||
|
@ -78,7 +77,8 @@ louk:https://www.louk.cn/vodsearch/-------------.html?wd=
|
||||||
4444影视:http://k.4444.li/search.php?searchword=
|
4444影视:http://k.4444.li/search.php?searchword=
|
||||||
nfmovies:https://www.nfmovies.com/search.php?searchword=
|
nfmovies:https://www.nfmovies.com/search.php?searchword=
|
||||||
电影狗:https://www.dianyinggou.com/so/
|
电影狗:https://www.dianyinggou.com/so/
|
||||||
pianku:https://www.pianku.la/search/%s-------------.html</description>
|
pianku:https://www.pianku.la/search/%s-------------.html
|
||||||
|
novip:https://www.novipnoad.com/s=</description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
|
|
Loading…
Reference in a new issue