mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
Compare commits
2 commits
4d933cd0fe
...
ec4d107f65
Author | SHA1 | Date | |
---|---|---|---|
|
ec4d107f65 | ||
|
7765bb0ccb |
5 changed files with 19 additions and 4 deletions
|
@ -49,6 +49,7 @@
|
||||||
<p><a href="https://releases.pagure.org/uweb/">pagure</a></p>
|
<p><a href="https://releases.pagure.org/uweb/">pagure</a></p>
|
||||||
<p><a href="https://sourceforge.net/projects/uwebbrowser/files/v1/">sourceforge</a></p>
|
<p><a href="https://sourceforge.net/projects/uwebbrowser/files/v1/">sourceforge</a></p>
|
||||||
<h4 id="change-logs">Change logs</h4>
|
<h4 id="change-logs">Change logs</h4>
|
||||||
|
<p>940: url pre-processing with local html (<a href="../links/index.html">"i:0m/..../xxx.html:url"</a>)</p>
|
||||||
<p>935:</p>
|
<p>935:</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Pipe support: command line output to uweb tabs.</li>
|
<li>Pipe support: command line output to uweb tabs.</li>
|
||||||
|
|
|
@ -49,7 +49,8 @@ uweb, termux &amp; history versions
|
||||||
github
|
github
|
||||||
pagure
|
pagure
|
||||||
sourceforge
|
sourceforge
|
||||||
Change logs 935:
|
Change logs 940: url pre-processing with local html (&quot;i:0m/..../xxx.html:url&quot;)
|
||||||
|
935:
|
||||||
Pipe support: command line output to uweb tabs. 934:
|
Pipe support: command line output to uweb tabs. 934:
|
||||||
Serverless local sites: PWA-kind web extension (chrome .crx &amp; firefox .xpi) support. PWAs and web extensions to be used as search engines, ex. kiwix zim as search engines. 925:
|
Serverless local sites: PWA-kind web extension (chrome .crx &amp; firefox .xpi) support. PWAs and web extensions to be used as search engines, ex. kiwix zim as search engines. 925:
|
||||||
remote js: wait for remote js to be fully loaded. html5 apps are as powerful as native ones now and still secure.</description>
|
remote js: wait for remote js to be fully loaded. html5 apps are as powerful as native ones now and still secure.</description>
|
||||||
|
|
|
@ -103,7 +103,7 @@ Socks proxy</p>
|
||||||
Extract remote content (tar/tgz/zip) under the folder [path]. If [path] ends with "/", then put unzipped file under the folder "[path]/[file name stem]" (for zipped files only, not for tar/tgz).</p>
|
Extract remote content (tar/tgz/zip) under the folder [path]. If [path] ends with "/", then put unzipped file under the folder "[path]/[file name stem]" (for zipped files only, not for tar/tgz).</p>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<p>i:0m[bookmarklet index|prefix|?postfix|c[cssFlag]]:[url]<br>
|
<p>i:0m[bookmarklet index|prefix|?postfix|/...localhtml|c[cssFlag]]:[url]<br>
|
||||||
Visiting url and execute the uweb browser internal bookmarklet that keeps valid for all urls under the path of [url].</p>
|
Visiting url and execute the uweb browser internal bookmarklet that keeps valid for all urls under the path of [url].</p>
|
||||||
</li>
|
</li>
|
||||||
<li></li>
|
<li></li>
|
||||||
|
@ -117,6 +117,9 @@ Visiting url and execute the uweb browser internal bookmarklet that keeps valid
|
||||||
<p>[?postfix]: the real visited url is "[url]+[?postfix]".</p>
|
<p>[?postfix]: the real visited url is "[url]+[?postfix]".</p>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
|
<p>[/...localhtml]: load the local html file that processes [url]. The first character of the local html file must be "<".</p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
<p>All other cases will be treated as [prefix], the real visited url is "[prefix]+[url]".</p>
|
<p>All other cases will be treated as [prefix], the real visited url is "[prefix]+[url]".</p>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
|
|
|
@ -17,7 +17,8 @@ uweb, termux &amp; history versions
|
||||||
github
|
github
|
||||||
pagure
|
pagure
|
||||||
sourceforge
|
sourceforge
|
||||||
Change logs 935:
|
Change logs 940: url pre-processing with local html (&quot;i:0m/..../xxx.html:url&quot;)
|
||||||
|
935:
|
||||||
Pipe support: command line output to uweb tabs. 934:
|
Pipe support: command line output to uweb tabs. 934:
|
||||||
Serverless local sites: PWA-kind web extension (chrome .crx &amp; firefox .xpi) support. PWAs and web extensions to be used as search engines, ex. kiwix zim as search engines. 925:
|
Serverless local sites: PWA-kind web extension (chrome .crx &amp; firefox .xpi) support. PWAs and web extensions to be used as search engines, ex. kiwix zim as search engines. 925:
|
||||||
remote js: wait for remote js to be fully loaded. html5 apps are as powerful as native ones now and still secure.</description>
|
remote js: wait for remote js to be fully loaded. html5 apps are as powerful as native ones now and still secure.</description>
|
||||||
|
|
11
index.html
11
index.html
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue