2022-07-09 00:45:17 +00:00
<!doctype html>
< html >
< head >
< meta charset = "utf-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
2022-10-31 07:44:05 +00:00
< link rel = "stylesheet" href = "../style.css" type = "text/css" / >
2022-09-16 13:44:03 +00:00
< title > Downloads< / title >
2022-07-09 00:45:17 +00:00
< script type = "text/javascript" >
2022-07-12 02:24:02 +00:00
function findLang(){
2022-07-09 00:45:17 +00:00
let href = location.href;
for(let i=href.length-1;i>0;i--){
if('/'==href.charAt(i) & & '/'==href.charAt(i-3))
2022-07-12 02:24:02 +00:00
return i;
2022-07-09 00:45:17 +00:00
}
2022-07-12 02:24:02 +00:00
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);
2022-07-09 00:45:17 +00:00
}
< / 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 >
2022-07-12 02:24:02 +00:00
2022-07-09 00:45:17 +00:00
< nav >
< / nav >
< / header >
< br / >
< div class = "container" >
2022-09-16 13:44:03 +00:00
< h1 class = "title" > Downloads
2022-07-09 00:45:17 +00:00
< br >
< span class = "subtitle" > < / span >
< / h1 >
< ul class = "tags" >
< / ul >
2022-09-16 08:09:19 +00:00
< 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 >
2023-01-31 11:40:46 +00:00
< p > < a href = "https://my.powerfolder.com/getlink/fi61cC6VHjK72tfufmnLAz/" > powerfolder< / a > < / p >
2023-01-31 01:19:11 +00:00
< p > < a href = "https://releases.pagure.org/uweb/" > pagure< / a > < / p >
2023-01-30 04:44:53 +00:00
< h4 id = "main-featuresreadmeindexhtml" > < a href = "../readme/index.html" > Main features< / a > < / h4 >
2022-09-16 08:09:19 +00:00
< h4 id = "change-logs" > Change logs< / h4 >
2023-03-06 03:37:59 +00:00
< p > 978: Support user defined http request headers. Newbing/chatGPT can be default engine in China etc.< br >
2023-03-04 02:56:24 +00:00
975: < a href = "../bookmark/index.html" > Bookmarks< / a > to support styling for markdown etc.< br >
2023-02-14 15:07:43 +00:00
971: < a href = "../links/index.html" > multiple type profiles< / a > : switch any data including website logins, user configurations orthogonally.< br >
2023-02-12 14:03:54 +00:00
968: multiple links support for single MENU/(New)Button/GESTURE definition.< br >
2023-02-03 09:06:25 +00:00
964: site source html preprocessing before rendering with user < a href = "../sitejs/index.html" > site extra html< / a > .< br >
2023-01-28 00:40:29 +00:00
961: webdav/http file upload support with < a href = "../links/index.html" > " i:0u" links< / a > .< br >
2023-01-19 09:24:07 +00:00
956: Search engines (.search file) to apply same folder " home.css" . Use POST type search engine as bookmark for auto login.< br >
2023-01-16 14:25:09 +00:00
955: Address bar: < a href = "../acmd/index.html" > " :!" or " !" < / a > for command line support (.js/.sh files as executables).< br >
2023-01-08 11:59:57 +00:00
949: Address bar: " :p [width in milliInch]x[height]" to generate PDF in custom size< br >
2022-12-08 08:15:22 +00:00
946: Option " use offline cache" to support serverless local websites.< / p >
2022-11-23 05:52:03 +00:00
< p > 945: commands to support evaluation of generated js code.< / p >
2022-11-16 15:16:30 +00:00
< p > 943: Multiple home screens support .mht (offline webpage), .search & .html local files.< / p >
2023-01-30 04:44:53 +00:00
< 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 >
2022-10-19 15:10:42 +00:00
< 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 >
2022-07-09 00:45:17 +00:00
< / div >
2023-03-06 03:37:59 +00:00
< p > Last Modified: 6 March 2023< br >
2023-03-08 12:37:51 +00:00
add revision history< br >
2023-03-07 02:07:05 +00:00
< pre > < / pre >
< / p >
2022-07-09 00:45:17 +00:00
< / body >
< / html >