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
|
@ -33,57 +33,57 @@
|
|||
<ul class="tags">
|
||||
|
||||
</ul>
|
||||
<p>All folders end with character "/" and others are files. If option "use in-app config" is checked, then "sitejs/" and "sitecache/" locate inside app internal folder (/data/data/info.torapp.uweb/files), otherwise all folders/files locate in "/sdcard/uweb":<br>
|
||||
"<a href="file:///sdcard/uweb/css/">css/</a>": <a href="../globalcss/index.html">global css folder</a><br>
|
||||
"<a href="file:///sdcard/uweb/js/">js/</a>": global script folder<br>
|
||||
"<a href="file:///sdcard/uweb/sitejs/">sitejs/</a>": <a href="../sitejs/index.html">script folder for domains</a><br>
|
||||
"<a href="file:///sdcard/uweb/sitecss/">sitecss/</a>":<a href="../sitejs/index.html">CSS folder for domains</a><br>
|
||||
"<a href="file:///sdcard/uweb/bookmarklet/">bookmarklet/</a>":bookmarklets, long pressing the "JS" button to execute.<br>
|
||||
"<a href="file:///sdcard/uweb/offline/">offline/</a>": to save offline pages<br>
|
||||
"<a href="file:///sdcard/uweb/sbookmark/">sbookmark/</a>": to save super bookmarks<br>
|
||||
"<a href="file:///sdcard/uweb/sitecache/">sitecache/</a>":<a href="../offlinecache/index.html">offline cache</a><br>
|
||||
"<a href="file:///sdcard/uweb/longclick/">longclick/</a>": menus to appear when long-pressing hypertext (js files)<br>
|
||||
"<a href="file:///sdcard/uweb/icon/">icon/</a>":<a href="../icons/index.html">customized icons</a><br>
|
||||
<p>All folders end with character "/" and others are files. All folders/files locate in "/data/data/info.torapp.uweb/files":<br>
|
||||
"<a href="file:///data/data/info.torinfo.uweb/files/css/">css/</a>": <a href="../globalcss/index.html">global css folder</a><br>
|
||||
"<a href="file:///data/data/info.torinfo.uweb/files/js/">js/</a>": global script folder<br>
|
||||
"<a href="file:///data/data/info.torinfo.uweb/files/sitejs/">sitejs/</a>": <a href="../sitejs/index.html">script folder for domains</a><br>
|
||||
"<a href="file:///data/data/info.torinfo.uweb/files/sitecss/">sitecss/</a>":<a href="../sitejs/index.html">CSS folder for domains</a><br>
|
||||
"<a href="file:///data/data/info.torinfo.uweb/files/bookmarklet/">bookmarklet/</a>":bookmarklets, long pressing the "JS" button to execute.<br>
|
||||
"<a href="file:///data/data/info.torinfo.uweb/files/offline/">offline/</a>": to save offline pages<br>
|
||||
"<a href="file:///data/data/info.torinfo.uweb/files/sbookmark/">sbookmark/</a>": to save super bookmarks<br>
|
||||
"<a href="file:///data/data/info.torinfo.uweb/files/sitecache/">sitecache/</a>":<a href="../offlinecache/index.html">offline cache</a><br>
|
||||
"<a href="file:///data/data/info.torinfo.uweb/files/longclick/">longclick/</a>": menus to appear when long-pressing hypertext (js files)<br>
|
||||
"<a href="file:///data/data/info.torinfo.uweb/files/icon/">icon/</a>":<a href="../icons/index.html">customized icons</a><br>
|
||||
"app[XXX]/":<a href="../html5/index.html">html5 applications</a><br>
|
||||
"<a href="e:file:///sdcard/uweb/default.longclick">default.longclick</a>": to configure menus when long-pressing hypertext.<br>
|
||||
"<a href="e:file:///sdcard/uweb/default.uas">default.uas</a>":<a href="../searchurl/uas.html">user agents</a><br>
|
||||
"<a href="e:file:///sdcard/uweb/default.urls">default.urls</a>":<a href="../searchurl/urls.html">service urls</a><br>
|
||||
"<a href="e:file:///sdcard/uweb/default.acmd">default.acmd</a>":<a href="../gnuplot/index.html">configure address bar functionalities</a><br>
|
||||
"<a href="e:file:///sdcard/uweb/default.hosts">default.hosts</a>":<a href="../adblock_hosts/index.html">hosts not allowed to visit</a><br>
|
||||
"<a href="e:file:///sdcard/uweb/default.redirect">default.redirect</a>":<a href="../redirect/index.html">redirect websites</a><br>
|
||||
"<a href="e:file:///sdcard/uweb/default.cmds">default.cmds</a>":<a href="../searchurl/cmds.html">commands</a><br>
|
||||
"<a href="e:file:///sdcard/uweb/default.link">default.link</a>":<a href="../links/index.html">links</a><br>
|
||||
"<a href="e:file:///sdcard/uweb/default.rjs">default.rjs</a>":<a href="../rjs/index.html">Remote javascript</a><br>
|
||||
"<a href="e:file:///sdcard/uweb/default.select">default.select</a>":<a href="../pccopy/index.html">menus for selected text</a><br>
|
||||
"<a href="e:file:///sdcard/uweb/default.input">default.input</a>": common phrases for user inputs<br>
|
||||
"<a href="e:file:///sdcard/uweb/default.gesture">default.gesture</a>": to define <a href="../gesture/index.html">gestures on the top part of the content window</a>. The file format is same as <a href="../links/index.html">default.link</a>,<br>
|
||||
"<a href="e:file:///sdcard/uweb/default.gesture2">default.gesture2</a>": gestures on the right side similar to default.gesture.<br>
|
||||
"<a href="e:file:///sdcard/uweb/default.button">default.button</a>": to re-define button pressing functionalities. The file format is same as <a href="../links/index.html">default.link</a>, each line represents action from the last button to the first.<br>
|
||||
"<a href="e:file:///sdcard/uweb/default.button2">default.button2</a>": similar to default.button but for long-pressed buttons.<br>
|
||||
"<a href="e:file:///sdcard/uweb/default.filecap">default.filecap</a>":<a href="../filecap/index.html">custom file handling</a><br>
|
||||
"<a href="e:file:///sdcard/uweb/default.rc">default.rc</a>": check the option "custom file handling" to execute the shell script file during uweb launching. <a href="../tools/index.html">tcron</a> provides extra cron tools.<br>
|
||||
"<a href="e:file:///sdcard/uweb/default.rc2">default.rc2</a>": check the option "custom file handling" to execute the shell script file when uweb returns to foreground.<br>
|
||||
"<a href="e:file:///sdcard/uweb/engine.search">engine.search</a>": to define quick search engines (pressing right arrow button to use next engine to search). The file format is similar to <a href="../searchurl/search.html">home5.search</a> but using "%s" as search keywords.<br>
|
||||
"<a href="e:file:///sdcard/uweb/default.siteconf">default.siteconf</a>": to save ua, js disabling, no-image mode, forbids 3rd-party resources (js and others), active scripts, global scripts for sites. Only save the difference to default ones.<br>
|
||||
"<a href="e:file:///sdcard/uweb/default.playrate">default.playrate</a>": fullscreen playing menu. The file format is same as <a href="../links/index.html">default.link</a>. Playing ratio menu items should have empty link parts such as ".5x:", at least one such menu is required. All other menus must be put after playing ratio menus.<br>
|
||||
"<a href="e:file:///sdcard/uweb/default.autoc">default.autoc</a>": address bar autocomplete candidate strings.<br>
|
||||
"<a href="file:///data/data/info.torinfo.uweb/files/default.longclick">default.longclick</a>": to configure menus when long-pressing hypertext.<br>
|
||||
"<a href="file:///data/data/info.torinfo.uweb/files/default.uas">default.uas</a>":<a href="../searchurl/uas.html">user agents</a><br>
|
||||
"<a href="file:///data/data/info.torinfo.uweb/files/default.urls">default.urls</a>":<a href="../searchurl/urls.html">service urls</a><br>
|
||||
"<a href="file:///data/data/info.torinfo.uweb/files/default.acmd">default.acmd</a>":<a href="../gnuplot/index.html">configure address bar functionalities</a><br>
|
||||
"<a href="file:///data/data/info.torinfo.uweb/files/default.hosts">default.hosts</a>":<a href="../adblock_hosts/index.html">hosts not allowed to visit</a><br>
|
||||
"<a href="file:///data/data/info.torinfo.uweb/files/default.redirect">default.redirect</a>":<a href="../redirect/index.html">redirect websites</a><br>
|
||||
"<a href="file:///data/data/info.torinfo.uweb/files/default.cmds">default.cmds</a>":<a href="../searchurl/cmds.html">commands</a><br>
|
||||
"<a href="file:///data/data/info.torinfo.uweb/files/default.link">default.link</a>":<a href="../links/index.html">links</a><br>
|
||||
"<a href="file:///data/data/info.torinfo.uweb/files/default.rjs">default.rjs</a>":<a href="../rjs/index.html">Remote javascript</a><br>
|
||||
"<a href="file:///data/data/info.torinfo.uweb/files/default.select">default.select</a>":<a href="../pccopy/index.html">menus for selected text</a><br>
|
||||
"<a href="file:///data/data/info.torinfo.uweb/files/default.input">default.input</a>": common phrases for user inputs<br>
|
||||
"<a href="file:///data/data/info.torinfo.uweb/files/default.gesture">default.gesture</a>": to define <a href="../gesture/index.html">gestures on the top part of the content window</a>. The file format is same as <a href="../links/index.html">default.link</a>,<br>
|
||||
"<a href="file:///data/data/info.torinfo.uweb/files/default.gesture2">default.gesture2</a>": gestures on the right side similar to default.gesture.<br>
|
||||
"<a href="file:///data/data/info.torinfo.uweb/files/default.button">default.button</a>": to re-define button pressing functionalities. The file format is same as <a href="../links/index.html">default.link</a>, each line represents action from the last button to the first.<br>
|
||||
"<a href="file:///data/data/info.torinfo.uweb/files/default.button2">default.button2</a>": similar to default.button but for long-pressed buttons.<br>
|
||||
"<a href="file:///data/data/info.torinfo.uweb/files/default.filecap">default.filecap</a>":<a href="../filecap/index.html">custom file handling</a><br>
|
||||
"<a href="file:///data/data/info.torinfo.uweb/files/default.rc">default.rc</a>": check the option "custom file handling" to execute the shell script file during uweb launching. <a href="../tools/index.html">tcron</a> provides extra cron tools.<br>
|
||||
"<a href="file:///data/data/info.torinfo.uweb/files/default.rc2">default.rc2</a>": check the option "custom file handling" to execute the shell script file when uweb returns to foreground.<br>
|
||||
"<a href="file:///data/data/info.torinfo.uweb/files/engine.search">engine.search</a>": to define quick search engines (pressing right arrow button to use next engine to search). The file format is similar to <a href="../searchurl/search.html">home5.search</a> but using "%s" as search keywords.<br>
|
||||
"<a href="file:///data/data/info.torinfo.uweb/files/default.siteconf">default.siteconf</a>": to save ua, js disabling, no-image mode, forbids 3rd-party resources (js and others), active scripts, global scripts for sites. Only save the difference to default ones.<br>
|
||||
"<a href="file:///data/data/info.torinfo.uweb/files/default.playrate">default.playrate</a>": fullscreen playing menu. The file format is same as <a href="../links/index.html">default.link</a>. Playing ratio menu items should have empty link parts such as ".5x:", at least one such menu is required. All other menus must be put after playing ratio menus.<br>
|
||||
"<a href="file:///data/data/info.torinfo.uweb/files/default.autoc">default.autoc</a>": address bar autocomplete candidate strings.<br>
|
||||
"query.autoc": home screen search autocomplete candidate strings.<br>
|
||||
"<a href="e:file:///sdcard/uweb/home5.html">home5.html</a>": user defined home screen. home6.html, home6.search, home7.html ... multiple home screen (pressing right arrow button to visit). ".html" files have priority over ".search" files. home4.html, home4.search, home3.html ... (long pressing left arrow button to access).<br>
|
||||
"<a href="e:file:///sdcard/uweb/home5.search">home5.search</a>":<a href="../searchurl/search.html">search engines</a><br>
|
||||
"<a href="e:file:///sdcard/uweb/home.css">home.css</a>": <a href="../searchurl/homescreen.html">home screen styles</a><br>
|
||||
"<a href="e:file:///sdcard/uweb/bookmark.html">bookmark.html</a>": bookmarks<br>
|
||||
"<a href="e:file:///sdcard/uweb/quickstart.html">quickstart.html</a>": <a href="../searchurl/quickstart.html">quick start</a><br>
|
||||
"<a href="e:file:///sdcard/uweb/colors.txt">colors.txt</a>": background colors<br>
|
||||
"<a href="e:file:///sdcard/uweb/default.css">default.css</a>": <a href="../sitejs/index.html">default CSS style for domains not defined in sitejs folder</a><br>
|
||||
"<a href="e:file:///sdcard/uweb/night.css">night.css</a>": <a href="../globalcss/index.html">Night mode</a><br>
|
||||
"<a href="file:///data/data/info.torinfo.uweb/files/home5.html">home5.html</a>": user defined home screen. home6.html, home6.search, home7.html ... multiple home screen (pressing right arrow button to visit). ".html" files have priority over ".search" files. home4.html, home4.search, home3.html ... (long pressing left arrow button to access).<br>
|
||||
"<a href="file:///data/data/info.torinfo.uweb/files/home5.search">home5.search</a>":<a href="../searchurl/search.html">search engines</a><br>
|
||||
"<a href="file:///data/data/info.torinfo.uweb/files/home.css">home.css</a>": <a href="../searchurl/homescreen.html">home screen styles</a><br>
|
||||
"<a href="file:///data/data/info.torinfo.uweb/files/bookmark.html">bookmark.html</a>": bookmarks<br>
|
||||
"<a href="file:///data/data/info.torinfo.uweb/files/quickstart.html">quickstart.html</a>": <a href="../searchurl/quickstart.html">quick start</a><br>
|
||||
"<a href="file:///data/data/info.torinfo.uweb/files/colors.txt">colors.txt</a>": background colors<br>
|
||||
"<a href="file:///data/data/info.torinfo.uweb/files/default.css">default.css</a>": <a href="../sitejs/index.html">default CSS style for domains not defined in sitejs folder</a><br>
|
||||
"<a href="file:///data/data/info.torinfo.uweb/files/night.css">night.css</a>": <a href="../globalcss/index.html">Night mode</a><br>
|
||||
"bookmarklet/videoplayer.js": <a href="../video/index.html">fullscreen video player</a><br>
|
||||
"<a href="e:file:///sdcard/uweb/types.sniff">types.sniff</a>": file types for resource sniffer<br>
|
||||
"<a href="file:///data/data/info.torinfo.uweb/files/types.sniff">types.sniff</a>": file types for resource sniffer<br>
|
||||
"js.allow": 3rd-party resource white list. One domain per line.<br>
|
||||
"url.deny": one giant regular expression for blocked urls (java grammar). "#" to comment and carriage return (CR or new line) is ignored.<br>
|
||||
"<a href="file:///sdcard/uweb/sniff.log">sniff.log</a>": resource sniffing result<br>
|
||||
"<a href="file:///sdcard/uweb/history.rec">history.rec</a>": visiting history<br>
|
||||
"<a href="file:///sdcard/uweb/query.rec">query.rec</a>": query history</p>
|
||||
<p>"shortcut/": dynamical shortcut, if not exist, then default to "/sdcard/uweb/bookmark".</p>
|
||||
"<a href="file:///data/data/info.torinfo.uweb/files/sniff.log">sniff.log</a>": resource sniffing result<br>
|
||||
"<a href="file:///data/data/info.torinfo.uweb/files/history.rec">history.rec</a>": visiting history<br>
|
||||
"<a href="file:///data/data/info.torinfo.uweb/files/query.rec">query.rec</a>": query history</p>
|
||||
<p>"shortcut/": dynamical shortcut, if not exist, then default to "bookmark".</p>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue