From 312bc28def52650f07583110a72c558a8fe8dd66 Mon Sep 17 00:00:00 2001 From: James Feng Cao Date: Mon, 19 Sep 2022 14:15:57 +0800 Subject: [PATCH] add download links --- README.md | 1 + README.zh-Hans.md | 1 + en/download.md | 8 ++++++++ termux/bashrc | 6 ++++++ 4 files changed, 16 insertions(+) create mode 100644 en/download.md diff --git a/README.md b/README.md index af56370..18482cb 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [中文](README.zh-Hans.md) [Amazon appstore](https://www.amazon.com/TorApp-Info-uweb-browser-for-geeks/dp/B098QPR6N5) +[Downloads](en/download.md) [Uweb browser: downloads, plugins and tips](https://torappinfo.github.io/uweb/en/) (Mirrors: diff --git a/README.zh-Hans.md b/README.zh-Hans.md index 5a9f517..c681b25 100644 --- a/README.zh-Hans.md +++ b/README.zh-Hans.md @@ -2,6 +2,7 @@ [English](README.md) [Amazon appstore](https://www.amazon.com/TorApp-Info-uweb-browser-for-geeks/dp/B098QPR6N5) +[Downloads](en/download.md) [超微浏览器下载及使用技巧](https://uwebzh.netlify.app/zh/) (Mirrors: diff --git a/en/download.md b/en/download.md new file mode 100644 index 0000000..609bd6e --- /dev/null +++ b/en/download.md @@ -0,0 +1,8 @@ +[pagure](https://releases.pagure.org/uweb/) + +[uweb, termux & history versions](https://s1.asytech.cn/s/tQrgT5kBRg8Trry) + +[github](https://github.com/torappinfo/uweb/releases/tag/v1) + +[sourceforge](https://sourceforge.net/projects/uwebbrowser/files/v1/) + diff --git a/termux/bashrc b/termux/bashrc index a3bf988..8c29fc2 100644 --- a/termux/bashrc +++ b/termux/bashrc @@ -41,4 +41,10 @@ z(){ xz -cdf -- "$dict" | less -n +"${percent}/####$word" } +zb(){ + word=$1 + dict=~/share/xz/$2.xz + xz -cdf -- "$dict" | less -n +"/$word" +} + export LESS=-inR