mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
84 lines
3.7 KiB
HTML
84 lines
3.7 KiB
HTML
<!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>Downloads</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>
|
|
|
|
<nav>
|
|
</nav>
|
|
</header>
|
|
<br />
|
|
|
|
<div class="container">
|
|
<h1 class="title">Downloads
|
|
<br>
|
|
<span class="subtitle"></span>
|
|
</h1>
|
|
<ul class="tags">
|
|
|
|
</ul>
|
|
<p><a href="https://www.amazon.com/TorApp-Info-uweb-browser-for-geeks/dp/B098QPR6N5">Amazon appstore</a></p>
|
|
<p><a href="https://s1.asytech.cn/s/tQrgT5kBRg8Trry">uweb, termux & history versions</a></p>
|
|
<p><a href="https://github.com/torappinfo/uweb/releases/tag/v1">github</a></p>
|
|
<p><a href="https://sourceforge.net/projects/uwebbrowser/files/v1/">sourceforge</a></p>
|
|
<p><a href="https://my.powerfolder.com/getlink/fi61cC6VHjK72tfufmnLAz/">powerfolder</a></p>
|
|
<p><a href="https://releases.pagure.org/uweb/">pagure</a></p>
|
|
<h4 id="main-featuresreadmeindexhtml"><a href="../readme/index.html">Main features</a></h4>
|
|
<h4 id="change-logs">Change logs</h4>
|
|
<p>978: Support user defined http request headers. Newbing/chatGPT can be default engine in China etc.<br>
|
|
975: <a href="../bookmark/index.html">Bookmarks</a> to support styling for markdown etc.<br>
|
|
971: <a href="../links/index.html">multiple type profiles</a>: switch any data including website logins, user configurations orthogonally.<br>
|
|
968: multiple links support for single MENU/(New)Button/GESTURE definition.<br>
|
|
964: site source html preprocessing before rendering with user <a href="../sitejs/index.html">site extra html</a>.<br>
|
|
961: webdav/http file upload support with <a href="../links/index.html">"i:0u" links</a>.<br>
|
|
956: Search engines (.search file) to apply same folder "home.css". Use POST type search engine as bookmark for auto login.<br>
|
|
955: Address bar: <a href="../acmd/index.html">":!" or "!"</a> for command line support (.js/.sh files as executables).<br>
|
|
949: Address bar: ":p [width in milliInch]x[height]" to generate PDF in custom size<br>
|
|
946: Option "use offline cache" to support serverless local websites.</p>
|
|
<p>945: commands to support evaluation of generated js code.</p>
|
|
<p>943: Multiple home screens support .mht (offline webpage), .search & .html local files.</p>
|
|
<p>940: <a href="../url2site/index.html">Any urls as website</a> with local html processing (<a href="../links/index.html">"i:0m/..../xxx.html:url"</a>)</p>
|
|
<p>935:</p>
|
|
<ul>
|
|
<li>Pipe support: command line output to uweb tabs.</li>
|
|
</ul>
|
|
<p>934:</p>
|
|
<ul>
|
|
<li>Serverless local sites: PWA-kind web extension (chrome .crx & firefox .xpi) support.</li>
|
|
<li>PWAs and web extensions to be used as search engines, ex. kiwix zim as search engines.</li>
|
|
</ul>
|
|
|
|
</div>
|
|
<p>Last Modified: 6 March 2023<br>
|
|
add revision history<br>
|
|
<pre></pre>
|
|
</p>
|
|
|
|
</body>
|
|
</html>
|