mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
Multiple type profiles: switch any data including website logins, user configurations orthogonally.
This commit is contained in:
parent
3b6a36a2fa
commit
e7700877a8
6 changed files with 6 additions and 13 deletions
|
@ -16,6 +16,7 @@
|
||||||
- URL bar command line support ("!" and .js file as command).
|
- URL bar command line support ("!" and .js file as command).
|
||||||
- Site-specific JS/CSS/HTML/preprocessing.
|
- Site-specific JS/CSS/HTML/preprocessing.
|
||||||
- Online play/preview/preprocess for downloadable resources.
|
- Online play/preview/preprocess for downloadable resources.
|
||||||
|
- Multiple type profiles: switch any data including website logins, user configurations orthogonally.
|
||||||
|
|
||||||
#### Main features
|
#### Main features
|
||||||
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.).
|
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.).
|
||||||
|
|
|
@ -51,7 +51,7 @@
|
||||||
<p><a href="https://releases.pagure.org/uweb/">pagure</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="main-featuresreadmeindexhtml"><a href="../readme/index.html">Main features</a></h4>
|
||||||
<h4 id="change-logs">Change logs</h4>
|
<h4 id="change-logs">Change logs</h4>
|
||||||
<p>971: multiple type profiles to switch website logins, http auth, user configurations and more orthogonally.<br>
|
<p>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>
|
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>
|
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>
|
961: webdav/http file upload support with <a href="../links/index.html">"i:0u" links</a>.<br>
|
||||||
|
|
|
@ -94,7 +94,7 @@ github
|
||||||
sourceforge
|
sourceforge
|
||||||
powerfolder
|
powerfolder
|
||||||
pagure
|
pagure
|
||||||
Main features Change logs 971: multiple type profiles to switch website logins, http auth, user configurations and more orthogonally.
|
Main features Change logs 971: multiple type profiles: switch any data including website logins, user configurations orthogonally.
|
||||||
968: multiple links support for single MENU/(New)Button/GESTURE definition.
|
968: multiple links support for single MENU/(New)Button/GESTURE definition.
|
||||||
964: site source html preprocessing before rendering with user site extra html.
|
964: site source html preprocessing before rendering with user site extra html.
|
||||||
961: webdav/http file upload support with &quot;i:0u&quot; links.
|
961: webdav/http file upload support with &quot;i:0u&quot; links.
|
||||||
|
|
|
@ -63,6 +63,7 @@
|
||||||
<li>URL bar command line support ("!" and .js file as command).</li>
|
<li>URL bar command line support ("!" and .js file as command).</li>
|
||||||
<li>Site-specific JS/CSS/HTML/preprocessing.</li>
|
<li>Site-specific JS/CSS/HTML/preprocessing.</li>
|
||||||
<li>Online play/preview/preprocess for downloadable resources.</li>
|
<li>Online play/preview/preprocess for downloadable resources.</li>
|
||||||
|
<li>Multiple type profiles: switch any data including website logins, user configurations orthogonally.</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h4 id="main-features">Main features</h4>
|
<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>
|
<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>
|
||||||
|
|
|
@ -18,7 +18,7 @@ github
|
||||||
sourceforge
|
sourceforge
|
||||||
powerfolder
|
powerfolder
|
||||||
pagure
|
pagure
|
||||||
Main features Change logs 971: multiple type profiles to switch website logins, http auth, user configurations and more orthogonally.
|
Main features Change logs 971: multiple type profiles: switch any data including website logins, user configurations orthogonally.
|
||||||
968: multiple links support for single MENU/(New)Button/GESTURE definition.
|
968: multiple links support for single MENU/(New)Button/GESTURE definition.
|
||||||
964: site source html preprocessing before rendering with user site extra html.
|
964: site source html preprocessing before rendering with user site extra html.
|
||||||
961: webdav/http file upload support with &quot;i:0u&quot; links.
|
961: webdav/http file upload support with &quot;i:0u&quot; links.
|
||||||
|
|
11
index.html
11
index.html
|
@ -1,10 +1 @@
|
||||||
<!DOCTYPE html>
|
<meta http-equiv="refresh" content="0; url=en/index.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