uweb 1053: target API 35
This commit is contained in:
parent
92e3efcbd6
commit e021d1d319
9 changed files with 33 additions and 12 deletions
|
@ -6,7 +6,7 @@ |
|||
<description>Recent content in _Posts on uweb browser: unlimited power</description> |
||||
<generator>Hugo</generator> |
||||
<language>en</language> |
||||
<lastBuildDate>Wed, 21 Aug 2024 20:34:46 +0800</lastBuildDate> |
||||
<lastBuildDate>Thu, 22 Aug 2024 08:08:49 +0800</lastBuildDate> |
||||
<atom:link href="/en/_posts/index.xml" rel="self" type="application/rss+xml" /> |
||||
<item> |
||||
<title>Text selection/processing</title> |
||||
|
|
|
@ -10,6 +10,8 @@ |
|||
|
||||
[powerfolder](https://my.powerfolder.com/getlink/fi61cC6VHjK72tfufmnLAz/) |
||||
|
||||
[codeberg](https://codeberg.org/jamesfengcao/pages/releases) |
||||
|
||||
[pagure](https://releases.pagure.org/uwebapk/) |
||||
|
||||
[mcbebbs](https://pan.mcbebbs.cn/s/dJ4t8) |
|
@ -6,7 +6,7 @@ |
|||
<description>Recent content on uweb browser: unlimited power</description> |
||||
<generator>Hugo</generator> |
||||
<language>en</language> |
||||
<lastBuildDate>Wed, 21 Aug 2024 20:34:46 +0800</lastBuildDate> |
||||
<lastBuildDate>Thu, 22 Aug 2024 08:08:49 +0800</lastBuildDate> |
||||
<atom:link href="/en/index.xml" rel="self" type="application/rss+xml" /> |
||||
<item> |
||||
<title>Text selection</title> |
||||
|
|
|
@ -9,7 +9,7 @@ |
|||
<lastmod>2024-07-12T10:48:12+08:00</lastmod> |
||||
</url><url> |
||||
<loc>/en/</loc> |
||||
<lastmod>2024-08-21T20:34:46+08:00</lastmod> |
||||
<lastmod>2024-08-22T08:08:49+08:00</lastmod> |
||||
<xhtml:link |
||||
rel="alternate" |
||||
hreflang="zh" |
||||
|
@ -22,7 +22,7 @@ |
|||
/> |
||||
</url><url> |
||||
<loc>/en/_posts/</loc> |
||||
<lastmod>2024-08-21T20:34:46+08:00</lastmod> |
||||
<lastmod>2024-08-22T08:08:49+08:00</lastmod> |
||||
<xhtml:link |
||||
rel="alternate" |
||||
hreflang="zh" |
||||
|
@ -420,7 +420,7 @@ |
|||
/> |
||||
</url><url> |
||||
<loc>/en/termux/</loc> |
||||
<lastmod>2024-08-21T20:34:46+08:00</lastmod> |
||||
<lastmod>2024-08-22T08:08:49+08:00</lastmod> |
||||
</url><url> |
||||
<loc>/en/useragents/</loc> |
||||
<lastmod>2024-07-10T11:21:12+08:00</lastmod> |
||||
|
|
|
@ -50,6 +50,7 @@ |
|||
<a href="c:bc -l *.bc">bc with all extensions</a></p> |
||||
<h4 id="click-the-following-links-to-install-termux-configurations">Click the following links to install termux configurations:</h4> |
||||
<p><a href="i:0h/data/data/com.termux/files/home/.bashrc:../../termux/bashrc">.bashrc</a></p> |
||||
<p><a href="i:0h/data/data/com.termux/files/home/.profile:../../termux/profile">.profile</a></p> |
||||
<p><a href="i:0h/data/data/com.termux/files/home/.inputrc:../../termux/inputrc">.inputrc</a></p> |
||||
<p><a href="i:0h/data/data/com.termux/files/home/z.sh:https://fastly.jsdelivr.net/gh/rupa/z/z.sh">z.sh</a></p> |
||||
<p><a href="i:0h/data/data/com.termux/files/home/commacd.sh:https://fastly.jsdelivr.net/gh/shyiko/commacd/commacd.sh">commacd.sh</a></p> |
||||
|
@ -76,7 +77,7 @@ |
|||
With <a href="https://github.com/rupa/z">z.sh</a> and <a href="https://github.com/shyiko/commacd">commacd</a>, user can reach any folder with few key stokes. Run "v" to launch uweb file manager on the current working directory, long click any file link to share.</p> |
||||
|
||||
</div> |
||||
<p>Last Modified: 21 August 2024<br> |
||||
<p>Last Modified: 22 August 2024<br> |
||||
fix types of files:// urls<br> |
||||
<pre></pre> |
||||
</p> |
||||
|
|
|
@ -1,7 +1,7 @@ |
|||
<script>var verCode = %1%;</script> |
||||
<script> |
||||
(function(){ |
||||
let latestV = 1052; |
||||
let latestV = 1053; |
||||
try { |
||||
if(verCode>=latestV) {alert("Already up to date!");return;} |
||||
}catch(e){} |
||||
|
|
|
@ -16,15 +16,33 @@ Note: Usually electron apps are heavyweight as they use browsers for simple thin |
|||
##### Install with prebuilt binaries |
||||
You can find prebuilt binaries [here](https://github.com/torappinfo/ebrowser/releases). |
||||
|
||||
##### Install with nodejs |
||||
##### Install ebrowser and electron separatedly |
||||
###### Install ebrowser |
||||
Either with nodejs by |
||||
|
||||
npm install electron |
||||
npm install ebrowser |
||||
|
||||
Run ebrowser |
||||
OR |
||||
|
||||
git clone https://github.com/torappinfo/ebrowser |
||||
|
||||
OR "git clone"/download files directly from any of [mirror repositories](https://gitlab.com/jamesfengcao/uweb/-/blob/master/en/mirrors.md) and ebrowser is under the folder "misc/ebrowser". |
||||
|
||||
###### Install electron |
||||
Before you can run ebrowser, you need to install electron either with nodejs by |
||||
|
||||
npm install electron |
||||
|
||||
OR download and decompress electron binary directly from [github](https://github.com/electron/electron/releases) or mirrors like [npmmirror](https://registry.npmmirror.com/binary.html?path=electron). |
||||
|
||||
###### Run ebrowser |
||||
|
||||
electron ~/node_modules/ebrowser |
||||
|
||||
OR |
||||
|
||||
electron [the-path-of-folder-with-downloaded-files] |
||||
|
||||
Later on, you can run "npm install electron" to update electron/chromium or "npm install ebrowser" to update ebrowser independently. |
||||
|
||||
##### Update app quickly without updating chromium |
||||
|
|
|
@ -1,4 +1,4 @@ |
|||
{"version":"1.0.61", |
||||
{"version":"1.0.62", |
||||
"name": "ebrowser", |
||||
"description": "The keyboard-friendly minimal suckless web browser", |
||||
"main": "webview.js", |
||||
|
|
|
@ -4,7 +4,7 @@ |
|||
<sitemap> |
||||
<loc>/en/sitemap.xml</loc> |
||||
|
||||
<lastmod>2024-08-21T20:34:46+08:00</lastmod> |
||||
<lastmod>2024-08-22T08:08:49+08:00</lastmod> |
||||
|
||||
</sitemap> |
||||
|
||||
|
|
Loading…
Reference in a new issue