mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
ebrowser v1.0.43
This commit is contained in:
parent
cbfffcd34f
commit
c8c7c4e896
10 changed files with 21 additions and 39 deletions
|
@ -139,7 +139,7 @@ npm install ebrowser
|
||||||
<h4 id="configuration-files">Configuration files</h4>
|
<h4 id="configuration-files">Configuration files</h4>
|
||||||
<ul>
|
<ul>
|
||||||
<li>"config": lines of address bar commands.</li>
|
<li>"config": lines of address bar commands.</li>
|
||||||
<li>"search.json": search engines as shortcut-queryUrl pairs.</li>
|
<li>"search.json": <a href="https://jamesfengcao.gitlab.io/uweb/en/search/index.html">search engines</a> as shortcut-queryUrl pairs, where "%s" would be replaced by search query.</li>
|
||||||
<li>"default.autoc": predefined strings for address bar auto completion.</li>
|
<li>"default.autoc": predefined strings for address bar auto completion.</li>
|
||||||
<li>"gredirect.json": global redirection urls as array of urls</li>
|
<li>"gredirect.json": global redirection urls as array of urls</li>
|
||||||
<li>"redirect.json": domain-replacementDomain pairs, default to be applied.</li>
|
<li>"redirect.json": domain-replacementDomain pairs, default to be applied.</li>
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
<description>Recent content on uweb browser: unlimited power</description>
|
<description>Recent content on uweb browser: unlimited power</description>
|
||||||
<generator>Hugo</generator>
|
<generator>Hugo</generator>
|
||||||
<language>en</language>
|
<language>en</language>
|
||||||
<lastBuildDate>Sat, 29 Jun 2024 08:09:01 +0800</lastBuildDate>
|
<lastBuildDate>Sat, 29 Jun 2024 08:47:08 +0800</lastBuildDate>
|
||||||
<atom:link href="/en/index.xml" rel="self" type="application/rss+xml" />
|
<atom:link href="/en/index.xml" rel="self" type="application/rss+xml" />
|
||||||
<item>
|
<item>
|
||||||
<title>Text selection/processing</title>
|
<title>Text selection/processing</title>
|
||||||
|
|
|
@ -71,7 +71,7 @@
|
||||||
/>
|
/>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>/en/</loc>
|
<loc>/en/</loc>
|
||||||
<lastmod>2024-06-29T08:09:01+08:00</lastmod>
|
<lastmod>2024-06-29T08:47:08+08:00</lastmod>
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="zh"
|
hreflang="zh"
|
||||||
|
@ -508,7 +508,7 @@
|
||||||
/>
|
/>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>/en/ebrowserreadme/</loc>
|
<loc>/en/ebrowserreadme/</loc>
|
||||||
<lastmod>2024-06-29T08:09:01+08:00</lastmod>
|
<lastmod>2024-06-29T08:47:08+08:00</lastmod>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>/en/mirrors/</loc>
|
<loc>/en/mirrors/</loc>
|
||||||
<lastmod>2024-06-18T23:17:17+08:00</lastmod>
|
<lastmod>2024-06-18T23:17:17+08:00</lastmod>
|
||||||
|
@ -539,7 +539,7 @@
|
||||||
/>
|
/>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>/en/unlist/</loc>
|
<loc>/en/unlist/</loc>
|
||||||
<lastmod>2024-06-29T08:09:01+08:00</lastmod>
|
<lastmod>2024-06-29T08:47:08+08:00</lastmod>
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="zh"
|
hreflang="zh"
|
||||||
|
|
|
@ -90,7 +90,7 @@ The other commands are defined in "mapkeys.json", which will map keys to address
|
||||||
|
|
||||||
#### Configuration files
|
#### Configuration files
|
||||||
- "config": lines of address bar commands.
|
- "config": lines of address bar commands.
|
||||||
- "search.json": search engines as shortcut-queryUrl pairs.
|
- "search.json": [search engines](https://jamesfengcao.gitlab.io/uweb/en/search/index.html) as shortcut-queryUrl pairs, where "%s" would be replaced by search query.
|
||||||
- "default.autoc": predefined strings for address bar auto completion.
|
- "default.autoc": predefined strings for address bar auto completion.
|
||||||
- "gredirect.json": global redirection urls as array of urls
|
- "gredirect.json": global redirection urls as array of urls
|
||||||
- "redirect.json": domain-replacementDomain pairs, default to be applied.
|
- "redirect.json": domain-replacementDomain pairs, default to be applied.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{"version":"1.0.42",
|
{"version":"1.0.43",
|
||||||
"name": "ebrowser",
|
"name": "ebrowser",
|
||||||
"description": "The keyboard-friendly minimal suckless web browser",
|
"description": "The keyboard-friendly minimal suckless web browser",
|
||||||
"main": "webview.js",
|
"main": "webview.js",
|
||||||
|
|
|
@ -4,14 +4,14 @@
|
||||||
<sitemap>
|
<sitemap>
|
||||||
<loc>/en/sitemap.xml</loc>
|
<loc>/en/sitemap.xml</loc>
|
||||||
|
|
||||||
<lastmod>2024-06-29T08:09:01+08:00</lastmod>
|
<lastmod>2024-06-29T08:47:08+08:00</lastmod>
|
||||||
|
|
||||||
</sitemap>
|
</sitemap>
|
||||||
|
|
||||||
<sitemap>
|
<sitemap>
|
||||||
<loc>/zh/sitemap.xml</loc>
|
<loc>/zh/sitemap.xml</loc>
|
||||||
|
|
||||||
<lastmod>2024-06-29T08:34:00+08:00</lastmod>
|
<lastmod>2024-06-29T08:56:35+08:00</lastmod>
|
||||||
|
|
||||||
</sitemap>
|
</sitemap>
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
<description>Recent content on 超微浏览器: 威、快、高效、极致优化</description>
|
<description>Recent content on 超微浏览器: 威、快、高效、极致优化</description>
|
||||||
<generator>Hugo</generator>
|
<generator>Hugo</generator>
|
||||||
<language>zh</language>
|
<language>zh</language>
|
||||||
<lastBuildDate>Sat, 29 Jun 2024 08:34:00 +0800</lastBuildDate>
|
<lastBuildDate>Sat, 29 Jun 2024 08:56:35 +0800</lastBuildDate>
|
||||||
<atom:link href="/zh/index.xml" rel="self" type="application/rss+xml" />
|
<atom:link href="/zh/index.xml" rel="self" type="application/rss+xml" />
|
||||||
<item>
|
<item>
|
||||||
<title>操作选中(富)文本/元素</title>
|
<title>操作选中(富)文本/元素</title>
|
||||||
|
|
|
@ -93,34 +93,16 @@
|
||||||
<h4 id="a-hrefmiscebrowserreadmemd--onclickifnotrepolocationenebrowserreadmeindexhtmlreturn-falseebrowsera-for-windows-macos-and-linux"><a href="misc/ebrowser/README.md" onclick="if(notRepo()){location='../../en/ebrowserreadme/index.html#';return false;}">Ebrowser</a> for Windows, MacOS and Linux</h4>
|
<h4 id="a-hrefmiscebrowserreadmemd--onclickifnotrepolocationenebrowserreadmeindexhtmlreturn-falseebrowsera-for-windows-macos-and-linux"><a href="misc/ebrowser/README.md" onclick="if(notRepo()){location='../../en/ebrowserreadme/index.html#';return false;}">Ebrowser</a> for Windows, MacOS and Linux</h4>
|
||||||
<p>可看作超微浏览器台式机简易版,用于弥补普通浏览器访问痛点。</p>
|
<p>可看作超微浏览器台式机简易版,用于弥补普通浏览器访问痛点。</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>支持网站自动镜像,可以使用国内镜像自动访问github等网站,可与国际搜索引擎无缝衔接。</li>
|
||||||
<p>支持网站自动镜像,可以使用国内镜像自动访问github等网站,可与国际搜索引擎无缝衔接。</p>
|
<li>同样允许直接访问英文技术网站。</li>
|
||||||
</li>
|
<li>网页矢量长截屏,允许通过mermaid等设计矢量图案。</li>
|
||||||
<li>
|
<li>可用网页设计代替Adobe Illustrator平面设计。</li>
|
||||||
<p>同样允许直接访问英文技术网站。</p>
|
<li>完全开源,共同探索浏览新技术。</li>
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<p>网页矢量长截屏,允许通过mermaid等设计矢量图案。</p>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<p>可用网页设计代替Adobe Illustrator平面设计。</p>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<p>完全开源,共同探索浏览新技术。</p>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<p>nodejs 下安装:</p>
|
|
||||||
<p>npm install ebrowser</p>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<p>nodejs 下运行:</p>
|
|
||||||
<p>electron ~/node_modules/ebrowser</p>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<p>Last Modified: 24 June 2024<br>
|
<p>Last Modified: 29 June 2024<br>
|
||||||
move ebrowser README together with package files<br>
|
README update<br>
|
||||||
<pre></pre>
|
<pre></pre>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
|
@ -327,7 +327,7 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<p>Last Modified: 29 June 2024<br>
|
<p>Last Modified: 29 June 2024<br>
|
||||||
add AI engines<br>
|
README update<br>
|
||||||
<pre>24.02.26 添加网盘搜索引擎
|
<pre>24.02.26 添加网盘搜索引擎
|
||||||
</pre>
|
</pre>
|
||||||
</p>
|
</p>
|
||||||
|
|
|
@ -81,7 +81,7 @@
|
||||||
/>
|
/>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>/zh/</loc>
|
<loc>/zh/</loc>
|
||||||
<lastmod>2024-06-29T08:34:00+08:00</lastmod>
|
<lastmod>2024-06-29T08:56:35+08:00</lastmod>
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="en"
|
hreflang="en"
|
||||||
|
@ -483,7 +483,7 @@
|
||||||
<lastmod>2024-04-02T11:46:25+08:00</lastmod>
|
<lastmod>2024-04-02T11:46:25+08:00</lastmod>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>/zh/readme/</loc>
|
<loc>/zh/readme/</loc>
|
||||||
<lastmod>2024-06-24T10:28:37+08:00</lastmod>
|
<lastmod>2024-06-29T08:56:35+08:00</lastmod>
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="en"
|
hreflang="en"
|
||||||
|
@ -511,7 +511,7 @@
|
||||||
<lastmod>2024-04-02T11:46:25+08:00</lastmod>
|
<lastmod>2024-04-02T11:46:25+08:00</lastmod>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>/zh/unlist/</loc>
|
<loc>/zh/unlist/</loc>
|
||||||
<lastmod>2024-06-24T10:28:37+08:00</lastmod>
|
<lastmod>2024-06-29T08:56:35+08:00</lastmod>
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="en"
|
hreflang="en"
|
||||||
|
|
Loading…
Reference in a new issue