mirror of https://github.com/torappinfo/uweb
add links to README
parent
f5d2345718
commit
7399d1b5cd
@ -1,9 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Categories on uweb browser</title>
|
||||
<title>Categories on uweb browser: unlimited power</title>
|
||||
<link>/en/categories/</link>
|
||||
<description>Recent content in Categories on uweb browser</description>
|
||||
<description>Recent content in Categories on uweb browser: unlimited power</description>
|
||||
<generator>Hugo -- gohugo.io</generator><atom:link href="/en/categories/index.xml" rel="self" type="application/rss+xml" />
|
||||
</channel>
|
||||
</rss>
|
||||
|
@ -0,0 +1,98 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
<link rel="stylesheet" href="../style.css" type="text/css" />
|
||||
<title></title>
|
||||
<script type="text/javascript">
|
||||
function findLang(){
|
||||
let href = location.href;
|
||||
for(let i=href.length-1;i>0;i--){
|
||||
if('/'==href.charAt(i) && '/'==href.charAt(i-3))
|
||||
return i;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
function nav2(page){
|
||||
let i = findLang();
|
||||
location.href = location.href.substring(0,i+1)+page;
|
||||
}
|
||||
function nav2Lang(lang){
|
||||
let i = findLang();
|
||||
let href = location.href;
|
||||
location.href = location.href.substring(0,i-2)+lang+location.href.substring(i);
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<header class='header'>
|
||||
<a class="logo" href="javascript:void(0)" onclick="return nav2('index.html')">Home</a> <a class="logo" href="javascript:void(0)" onclick="return nav2('tags/index.html')">Tags</a>
|
||||
|
||||
|
||||
<a class="logo" href="javascript:void(0)" onclick="return nav2Lang('zh')">简体中文</a>
|
||||
|
||||
|
||||
<nav>
|
||||
</nav>
|
||||
</header>
|
||||
<br />
|
||||
|
||||
<div class="container">
|
||||
<h1 class="title">
|
||||
<br>
|
||||
<span class="subtitle"></span>
|
||||
</h1>
|
||||
<ul class="tags">
|
||||
|
||||
</ul>
|
||||
<h3 id="uweb-browser-for-geeks-unlimited-power-with-html5--termux">Uweb browser for geeks: unlimited power with html5 & termux</h3>
|
||||
<p><a href="README.zh-Hans.md">中文</a></p>
|
||||
<p><a href="https://www.amazon.com/TorApp-Info-uweb-browser-for-geeks/dp/B098QPR6N5">Amazon appstore</a><br>
|
||||
<a href="en/download.md">Downloads</a></p>
|
||||
<p><a href="https://torappinfo.github.io/uweb/en/">Uweb browser: downloads, plugins and tips</a><br>
|
||||
(Mirrors: <a href="https://uwebzh.netlify.app/en/">netlify</a> <a href="https://jamesfengcao.gitlab.io/uweb/en/">gitlab</a> <a href="https://uweb.stormkit.dev/en/">stormkit</a> <a href="https://uweb.surge.sh/en/">surge</a> <a href="https://jamesfengcao.codeberg.page/en/">codeberg</a> <a href="https://repo.or.cz/uweb.git/blob_plain/HEAD:/en/index.html">repo</a> <a href="https://uwebzh.pages.dev/en/">pages</a> <a href="https://uweb-zh.vercel.app/en/">vercel</a> <a href="https://torappinfo.bitbucket.io/en/">bitbucket</a> <a href="https://uwebzh.onrender.com/en/">render</a>)</p>
|
||||
<ul>
|
||||
<li>Powerful: any native functionality with html5 enhancement and still secure; any urls to host website; javascript and shell scripting for general processing; piping between console and GUI and more with Termux.</li>
|
||||
<li>Customizable: user-defined menus, (new) buttons and gestures for user agents, bookmarklets, url services, shell commands, internal functionality links and text processing etc.</li>
|
||||
<li>Convenient: Any book (pdf/djvu)/dictionary (mdict)/txt/command line/app/webapp (web extensions) can be search engine.</li>
|
||||
<li>Tiny: less than 200k.</li>
|
||||
<li>Fast: run fast, even with thousands of user provided css/scripts/htmls.</li>
|
||||
<li>Efficient: less touches, one click to reach any number of search engines without repeated input.</li>
|
||||
<li>URL bar command line support ("!", better with hardware keyboard).</li>
|
||||
<li>user-defined JS/CSS/HTML/preprocessing for specified domains.</li>
|
||||
</ul>
|
||||
<h4 id="main-features">Main features</h4>
|
||||
<p>Custom paper size PDF export and long vector screenshot, TTS, text reflow, resource sniffer, translation, reader's mode, user-defined url redirection, webdav/http backup & restore, auto next page, sending/receiving msg/file(s), site config (UA, no JS, no image, no 3rd party script/resource,active script, global scripts), http(s)/socks proxy, enabling html5 apps for local files (pdf/djvu/epub viewer, mdict dictionary lookup etc.).</p>
|
||||
<ul>
|
||||
<li>User-defined global and site-specific CSS and javascript.</li>
|
||||
<li>Bookmarklets (works for CSP sites and with option to auto apply to similar sites)</li>
|
||||
<li>AD blocking (block whole root domain trees etc.)</li>
|
||||
<li>Customization (define extra menus/buttons/gestures with user-defined functionalities)</li>
|
||||
<li>Support shell scripts, javascript for general processing, other languages (python etc.) are also supported by installing uweb compatible Termux versions.</li>
|
||||
<li>Serverless local sites: PWA-kind web extension (chrome .crx & firefox .xpi) support.</li>
|
||||
<li>Piping between console and uweb tabs.</li>
|
||||
<li>Resizable floating video support.</li>
|
||||
</ul>
|
||||
<h4 id="screenshots">Screenshots</h4>
|
||||
<p><img src="https://i.postimg.cc/rsL9G5N1/home1.png" alt=""><br>
|
||||
<img src="https://i.postimg.cc/9QxJ3Rc2/globalcss.png" alt=""><br>
|
||||
<img src="https://i.postimg.cc/VksDHBQ4/globaljs.png" alt=""><br>
|
||||
<img src="https://i.postimg.cc/HLV3TYLy/longclick.png" alt=""><br>
|
||||
<img src="https://i.postimg.cc/XJ58ysdN/option1.png" alt=""><br>
|
||||
<img src="https://i.postimg.cc/0NFnQT6H/option2.png" alt=""></p>
|
||||
<h4 id="help-with-localization">Help with localization</h4>
|
||||
<p>We encourage everyone to help with localization. The following is how to do.</p>
|
||||
<ul>
|
||||
<li>Fork this repository</li>
|
||||
<li>Copy res/values/strings.xml to path like res/values-%(lang)/, replace %(lang) with <a href="http://www.loc.gov/standards/iso639-2/php/code_list.php">the ISO 639-1 language code</a>.</li>
|
||||
<li>Translate res/values-%(lang)/strings.xml</li>
|
||||
<li>Translate assets/help_%(lang).html from assets/help_en.html</li>
|
||||
<li>Make a Pull Request</li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
@ -0,0 +1,8 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<body>
|
||||
<ul>
|
||||
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Unlists on uweb browser: unlimited power</title>
|
||||
<link>/en/unlist/</link>
|
||||
<description>Recent content in Unlists on uweb browser: unlimited power</description>
|
||||
<generator>Hugo -- gohugo.io</generator><atom:link href="/en/unlist/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title></title>
|
||||
<link>/en/readme/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>/en/readme/</guid>
|
||||
<description>Uweb browser for geeks: unlimited power with html5 &amp; termux 中文
|
||||
Amazon appstore
|
||||
Downloads
|
||||
Uweb browser: downloads, plugins and tips
|
||||
(Mirrors: netlify gitlab stormkit surge codeberg repo pages vercel bitbucket render)
|
||||
Powerful: any native functionality with html5 enhancement and still secure; any urls to host website; javascript and shell scripting for general processing; piping between console and GUI and more with Termux. Customizable: user-defined menus, (new) buttons and gestures for user agents, bookmarklets, url services, shell commands, internal functionality links and text processing etc.</description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
@ -1 +1,10 @@
|
||||
<meta http-equiv="refresh" content="0; url=en/index.html">
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>en/</title>
|
||||
<link rel="canonical" href="en/">
|
||||
<meta name="robots" content="noindex">
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="refresh" content="0; url=en/">
|
||||
</head>
|
||||
</html>
|
||||
|
@ -1,9 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Categories on 超微浏览器</title>
|
||||
<title>Categories on 超微浏览器: 威、快、高效、极致优化</title>
|
||||
<link>/zh/categories/</link>
|
||||
<description>Recent content in Categories on 超微浏览器</description>
|
||||
<description>Recent content in Categories on 超微浏览器: 威、快、高效、极致优化</description>
|
||||
<generator>Hugo -- gohugo.io</generator><atom:link href="/zh/categories/index.xml" rel="self" type="application/rss+xml" />
|
||||
</channel>
|
||||
</rss>
|
||||
|
@ -0,0 +1,8 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<body>
|
||||
<ul>
|
||||
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue