mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
rebuilding site Sat Jul 9 08:45:16 AM CST 2022
This commit is contained in:
parent
4608c0fc8d
commit
e6a2e5d8d9
89 changed files with 530 additions and 478 deletions
|
@ -21,7 +21,7 @@
|
|||
<pubDate>Thu, 30 Jun 2022 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>/en/filenames/</guid>
|
||||
<description>All folders end with character &quot;/&quot; and others are files. If option &quot;use in-app config&quot; is checked, then &quot;sitejs/&quot; and &quot;sitecache/&quot; locate inside app internal folder (/data/data/info.torapp.uweb/files), otherwise all folders/files locate in &quot;/sdcard/uweb&quot;:
|
||||
<description>All folders end with character &quot;/&quot; and others are files. All folders/files locate in &quot;/data/data/info.torapp.uweb/files&quot;:
|
||||
&quot;css/&quot;: global css folder
|
||||
&quot;js/&quot;: global script folder
|
||||
&quot;sitejs/&quot;: script folder for domains
|
||||
|
@ -29,7 +29,11 @@
|
|||
&quot;bookmarklet/&quot;:bookmarklets, long pressing the &quot;JS&quot; button to execute.
|
||||
&quot;offline/&quot;: to save offline pages
|
||||
&quot;sbookmark/&quot;: to save super bookmarks
|
||||
&quot;sitecache/&quot;:offline cache</description>
|
||||
&quot;sitecache/&quot;:offline cache
|
||||
&quot;longclick/&quot;: menus to appear when long-pressing hypertext (js files)
|
||||
&quot;icon/&quot;:customized icons
|
||||
&quot;app[XXX]/&quot;:html5 applications
|
||||
&quot;default.longclick&quot;: to configure menus when long-pressing hypertext.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
|
@ -91,7 +95,7 @@ Enable selection</description>
|
|||
google Translate
|
||||
bing translate
|
||||
deepL
|
||||
The file &quot;/sdcard/uweb/default.select&quot; defines menus for selected text. If no text is selected, the menu item operates on the whole page. Each line of the file has the following format:
|
||||
The file &quot;default.select&quot; defines menus for selected text. If no text is selected, the menu item operates on the whole page. Each line of the file has the following format:
|
||||
[Name]:[mimetype]:[command line]
|
||||
[mimetype] specifies input/output for [command line].
|
||||
It formats as &quot;[input mimetype]/[output mimetype]&quot;.
|
||||
|
@ -105,9 +109,9 @@ It formats as &quot;[input mimetype]/[output mimetype]&quot;.
|
|||
<pubDate>Sun, 03 Apr 2022 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>/en/globalcss/</guid>
|
||||
<description>Uweb browser loads all &quot;.css&quot; files under the folder &quot;/sdcard/uweb/css&quot; as global css. Click the following links to install global css files:
|
||||
<description>Uweb browser loads all &quot;.css&quot; files under the folder &quot;css&quot; as global css. Click the following links to install global css files:
|
||||
Clearing font settings
|
||||
The file &quot;/sdcard/uweb/night.css&quot; is used as night mode, click the following links to install one:
|
||||
The file &quot;night.css&quot; is used as night mode, click the following links to install one:
|
||||
webview 81+ night mode
|
||||
webview 80- night mode</description>
|
||||
</item>
|
||||
|
@ -129,10 +133,10 @@ If a new button is defined (file name &quot;20&quot; exists), uweb also
|
|||
<pubDate>Fri, 06 Nov 2020 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>/en/longclick/</guid>
|
||||
<description>To run commands Each line of file &quot;/sdcard/uweb/default.longclick&quot; has the following format: (same as default.cmds)
|
||||
<description>To run commands Each line of file &quot;default.longclick&quot; has the following format: (same as default.cmds)
|
||||
[Name]:[mimetype]:[command line]
|
||||
in which [command line] can have &quot;%c&quot; (cookie), &quot;%u&quot; (current url), &quot;%t&quot; (title) etc.
|
||||
To visit url and load javascript file All &quot;.js&quot; files under the folder &quot;/sdcard/uweb/longclick&quot; are part of the popup menu.
|
||||
To visit url and load javascript file All &quot;.js&quot; files under the folder &quot;longclick&quot; are part of the popup menu.
|
||||
These javascript files are in the following format:
|
||||
The very first line can begin with &quot;//&quot; followed by website url that can have &quot;%u&quot; (current url), &quot;%t&quot; (title) etc.</description>
|
||||
</item>
|
||||
|
@ -144,7 +148,7 @@ The very first line can begin with &quot;//&quot; followed by website ur
|
|||
|
||||
<guid>/en/filecap/</guid>
|
||||
<description>Long press the settings button, check the option &quot;custom file handling&quot; to enable the functionality.
|
||||
The custom file handling configuration file is &quot;/sdcard/uweb/default.filecap&quot;, each line of it has the format as follows:
|
||||
The custom file handling configuration file is &quot;default.filecap&quot;, each line of it has the format as follows:
|
||||
[file extension]:[mimetype]:[command line]
|
||||
The &quot;[file extension]&quot; part can have at most two-segment of extensions such as &quot;txt.xz&quot;,&quot;html.gz&quot;.
|
||||
&quot;[mimetype]&quot; indicates the type of &quot;[command line]&quot; output.
|
||||
|
@ -161,6 +165,15 @@ The &quot;[file extension]&quot; part can have at most two-segment of ex
|
|||
Each line of the hosts file has the following format:</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Change log</title>
|
||||
<link>/en/changelog/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>/en/changelog/</guid>
|
||||
<description>901: Use in-app files folder for configuration</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Javascript and CSS for domains</title>
|
||||
<link>/en/sitejs/</link>
|
||||
|
@ -168,7 +181,7 @@ Each line of the hosts file has the following format:</description>
|
|||
|
||||
<guid>/en/sitejs/</guid>
|
||||
<description>Javascript (load when page completes, earliest loaded JS should use sitecss).
|
||||
Need to be named as &quot;[domain root].js&quot;, such as &quot;yahoo.com.js&quot; or &quot;finance.yahoo.com.js&quot;. The script will be loaded on the whole domain tree sites. If several files matches the domain, then the script with longest file name is loaded. Script must be put under the folder &quot;/sdcard/uweb/sitejs&quot; or &quot;/data/data/info.torapp.uweb/files/sitejs&quot;. The later folder has the priority. Long press the button &quot;settings&quot;, check the option &quot;Run user scripts&quot;.</description>
|
||||
Need to be named as &quot;[domain root].js&quot;, such as &quot;yahoo.com.js&quot; or &quot;finance.yahoo.com.js&quot;. The script will be loaded on the whole domain tree sites. If several files matches the domain, then the script with longest file name is loaded. Script must be put under the folder &quot;sitejs&quot; or &quot;/data/data/info.torapp.uweb/files/sitejs&quot;. The later folder has the priority. Long press the button &quot;settings&quot;, check the option &quot;Run user scripts&quot;.</description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue