ebrowser v1.0.43

This commit is contained in:
James Feng Cao 2024-06-29 08:57:52 +08:00
parent cbfffcd34f
commit c8c7c4e896
10 changed files with 21 additions and 39 deletions

View file

@ -139,7 +139,7 @@ npm install ebrowser
<h4 id="configuration-files">Configuration files</h4>
<ul>
<li>&quot;config&quot;: lines of address bar commands.</li>
<li>&quot;search.json&quot;: search engines as shortcut-queryUrl pairs.</li>
<li>&quot;search.json&quot;: <a href="https://jamesfengcao.gitlab.io/uweb/en/search/index.html">search engines</a> as shortcut-queryUrl pairs, where &quot;%s&quot; would be replaced by search query.</li>
<li>&quot;default.autoc&quot;: predefined strings for address bar auto completion.</li>
<li>&quot;gredirect.json&quot;: global redirection urls as array of urls</li>
<li>&quot;redirect.json&quot;: domain-replacementDomain pairs, default to be applied.</li>

View file

@ -6,7 +6,7 @@
<description>Recent content on uweb browser: unlimited power</description>
<generator>Hugo</generator>
<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" />
<item>
<title>Text selection/processing</title>

View file

@ -71,7 +71,7 @@
/>
</url><url>
<loc>/en/</loc>
<lastmod>2024-06-29T08:09:01+08:00</lastmod>
<lastmod>2024-06-29T08:47:08+08:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="zh"
@ -508,7 +508,7 @@
/>
</url><url>
<loc>/en/ebrowserreadme/</loc>
<lastmod>2024-06-29T08:09:01+08:00</lastmod>
<lastmod>2024-06-29T08:47:08+08:00</lastmod>
</url><url>
<loc>/en/mirrors/</loc>
<lastmod>2024-06-18T23:17:17+08:00</lastmod>
@ -539,7 +539,7 @@
/>
</url><url>
<loc>/en/unlist/</loc>
<lastmod>2024-06-29T08:09:01+08:00</lastmod>
<lastmod>2024-06-29T08:47:08+08:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="zh"

View file

@ -90,7 +90,7 @@ The other commands are defined in "mapkeys.json", which will map keys to address
#### Configuration files
- "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.
- "gredirect.json": global redirection urls as array of urls
- "redirect.json": domain-replacementDomain pairs, default to be applied.

View file

@ -1,4 +1,4 @@
{"version":"1.0.42",
{"version":"1.0.43",
"name": "ebrowser",
"description": "The keyboard-friendly minimal suckless web browser",
"main": "webview.js",

View file

@ -4,14 +4,14 @@
<sitemap>
<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>
<loc>/zh/sitemap.xml</loc>
<lastmod>2024-06-29T08:34:00+08:00</lastmod>
<lastmod>2024-06-29T08:56:35+08:00</lastmod>
</sitemap>

View file

@ -6,7 +6,7 @@
<description>Recent content on 超微浏览器: 威、快、高效、极致优化</description>
<generator>Hugo</generator>
<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" />
<item>
<title>操作选中(富)文本/元素</title>

View file

@ -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>
<p>可看作超微浏览器台式机简易版,用于弥补普通浏览器访问痛点。</p>
<ul>
<li>
<p>支持网站自动镜像可以使用国内镜像自动访问github等网站可与国际搜索引擎无缝衔接。</p>
</li>
<li>
<p>同样允许直接访问英文技术网站。</p>
</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>
<li>支持网站自动镜像可以使用国内镜像自动访问github等网站可与国际搜索引擎无缝衔接。</li>
<li>同样允许直接访问英文技术网站。</li>
<li>网页矢量长截屏允许通过mermaid等设计矢量图案。</li>
<li>可用网页设计代替Adobe Illustrator平面设计。</li>
<li>完全开源,共同探索浏览新技术。</li>
</ul>
</div>
<p>Last Modified: 24 June 2024<br>
move ebrowser README together with package files<br>
<p>Last Modified: 29 June 2024<br>
README update<br>
<pre></pre>
</p>

View file

@ -327,7 +327,7 @@
</div>
<p>Last Modified: 29 June 2024<br>
add AI engines<br>
README update<br>
<pre>24.02.26 添加网盘搜索引擎
</pre>
</p>

View file

@ -81,7 +81,7 @@
/>
</url><url>
<loc>/zh/</loc>
<lastmod>2024-06-29T08:34:00+08:00</lastmod>
<lastmod>2024-06-29T08:56:35+08:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="en"
@ -483,7 +483,7 @@
<lastmod>2024-04-02T11:46:25+08:00</lastmod>
</url><url>
<loc>/zh/readme/</loc>
<lastmod>2024-06-24T10:28:37+08:00</lastmod>
<lastmod>2024-06-29T08:56:35+08:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="en"
@ -511,7 +511,7 @@
<lastmod>2024-04-02T11:46:25+08:00</lastmod>
</url><url>
<loc>/zh/unlist/</loc>
<lastmod>2024-06-24T10:28:37+08:00</lastmod>
<lastmod>2024-06-29T08:56:35+08:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="en"