From 4212feb6179980148fef158c54c67cecbe3b0433 Mon Sep 17 00:00:00 2001 From: James Feng Cao Date: Sat, 17 Sep 2022 21:41:13 +0800 Subject: [PATCH] make uweb private folder managable by 3rd-party file managers --- en/_posts/index.xml | 14 ++++++++++ en/acmd/index.html | 1 + en/index.html | 6 +++++ en/index.xml | 16 +++++++++++- en/sitemap.xml | 13 ++++++++++ en/sitemap/index.html | 1 + en/termux/index.html | 8 +++--- en/tips/index.html | 60 +++++++++++++++++++++++++++++++++++++++++++ en/topposts/index.xml | 2 +- index.html | 11 +------- zh/_posts/index.xml | 4 ++- zh/index.xml | 4 ++- zh/sitemap.xml | 10 ++++++++ zh/tips/index.html | 8 +++++- 14 files changed, 139 insertions(+), 19 deletions(-) create mode 100644 en/tips/index.html diff --git a/en/_posts/index.xml b/en/_posts/index.xml index e8a298b..5cbde75 100644 --- a/en/_posts/index.xml +++ b/en/_posts/index.xml @@ -208,6 +208,20 @@ commacd.sh .profile : only for kshell with naked termux (no initial packages, need the following fix for termux quick crash to be launched) + + Tips + /en/tips/ + Mon, 01 Nov 2021 00:00:00 +0000 + + /en/tips/ + Configuration folder and file managers +With shell command mode, configuration folders can be symbolic linked to other public folders or managed by 3rd party file managers via termux. +To show web pages in desktop mode: +PC button + option "wide viewport" + global js "force page resizable". +Multiple home screens and Next/Prev page: +home5.html, home6.html/home6.search, home7.html/home7.search, ... can be visited via pressing the right arrow button while home4.html/home4.search, home3.html/home3.search ... with long pressing the left arrow. + + Long pressed link menu /en/longclick/ diff --git a/en/acmd/index.html b/en/acmd/index.html index 7e7d66e..327f708 100644 --- a/en/acmd/index.html +++ b/en/acmd/index.html @@ -55,6 +55,7 @@ output;splot %25s'%0A">GNUPlot plot (3D function), needs uweb adapted termux &am

Click the following links to make commands appear in address bar, then press "enter" to execute:
symbolic link "app" folder to be under the "Download" folder

symbolic link configuration folder to "/sdcard/Download/uweb"

+

Make uweb configuration folder accessible by file managers with termux installed

diff --git a/en/index.html b/en/index.html index c400cb6..edefb90 100644 --- a/en/index.html +++ b/en/index.html @@ -162,6 +162,12 @@ +
  • + + Tips + +
  • +
  • Long pressed link menu diff --git a/en/index.xml b/en/index.xml index e8b9662..78fcf92 100644 --- a/en/index.xml +++ b/en/index.xml @@ -79,7 +79,7 @@ Note: "Engines" needs file "engine.search",whose format is sam Thu, 28 Jul 2022 00:00:00 +0000 /en/sitemap/ - UI Search engines UI (gitee) Customization Long pressing menus for toolbar buttons User agents Javascript Url services Links Commands Remote javascript Menu for selections Menu for long pressing hypertext Toolbar Gestures Address bar command modes Font settings Advanced Content AD blocking CSS styles Redirection Offline cache Javascript and CSS for domains Tools Bookmarklets Custom file handling Html5 application Termux Miscellaneous Configuration files Tips Manual + UI Search engines UI (gitee) Customization Long pressing menus for toolbar buttons User agents Javascript Url services Links Commands Remote javascript Menu for selections Menu for long pressing hypertext Toolbar Gestures Address bar command modes Font settings Advanced Content AD blocking CSS styles Redirection Offline cache Javascript and CSS for domains Tools Bookmarklets Custom file handling Html5 application Termux Miscellaneous Configuration files Tips Manual Tips @@ -320,6 +320,20 @@ commacd.sh .profile : only for kshell with naked termux (no initial packages, need the following fix for termux quick crash to be launched) + + Tips + /en/tips/ + Mon, 01 Nov 2021 00:00:00 +0000 + + /en/tips/ + Configuration folder and file managers +With shell command mode, configuration folders can be symbolic linked to other public folders or managed by 3rd party file managers via termux. +To show web pages in desktop mode: +PC button + option "wide viewport" + global js "force page resizable". +Multiple home screens and Next/Prev page: +home5.html, home6.html/home6.search, home7.html/home7.search, ... can be visited via pressing the right arrow button while home4.html/home4.search, home3.html/home3.search ... with long pressing the left arrow. + + Long pressed link menu /en/longclick/ diff --git a/en/sitemap.xml b/en/sitemap.xml index 521c449..debbcae 100644 --- a/en/sitemap.xml +++ b/en/sitemap.xml @@ -344,6 +344,19 @@ /en/termux/ 2022-01-01T00:00:00+00:00 + + /en/tips/ + 2021-11-01T00:00:00+00:00 + + /en/longclick/ 2020-11-06T00:00:00+00:00 diff --git a/en/sitemap/index.html b/en/sitemap/index.html index dd67e1c..7df04cd 100644 --- a/en/sitemap/index.html +++ b/en/sitemap/index.html @@ -91,6 +91,7 @@
    Tips
    diff --git a/en/termux/index.html b/en/termux/index.html index 471ace4..ea9b56c 100644 --- a/en/termux/index.html +++ b/en/termux/index.html @@ -49,16 +49,16 @@ GNU bc (basic calculator)
    bc with all extensions

    -

    .bashrc

    -

    .inputrc

    +

    .bashrc

    +

    .inputrc

    z.sh

    commacd.sh

    -

    .profile : only for kshell with naked termux (no initial packages, need the following fix for termux quick crash to be launched)

    +

    .profile : only for kshell with naked termux (no initial packages, need the following fix for termux quick crash to be launched)

    Copy existing termux installation to other devices

    Using uweb to copy (Long pressing the following links and "open in new tab" to fix/send/receive):

    • target device: install termux app.
    • -
    • (optional)fix termux quick crash
    • +
    • (optional)fix termux quick crash with "updateonly" versions
    • both devices: uweb to checke option "Use termux" in UI configuration page for long time tranferring. Uweb itself does not hold any wakelock thus may have issues for huge data transmission.
    • source device: uweb to visit "files:///data/data/com.termux/", long click "files" folder to send to network.
    • target device: uweb to visit "files:///data/data/com.termux/", long click "right arrow" button to receive from network.
    • diff --git a/en/tips/index.html b/en/tips/index.html new file mode 100644 index 0000000..f12c1c0 --- /dev/null +++ b/en/tips/index.html @@ -0,0 +1,60 @@ + + + + + + + + Tips + + + +
      + + + + + + + +
      +
      + +
      +

      Tips +
      + +

      +
        + +
      +

      Configuration folder and file managers
      +With shell command mode, configuration folders can be symbolic linked to other public folders or managed by 3rd party file managers via termux.

      +

      To show web pages in desktop mode:
      +PC button + option "wide viewport" + global js "force page resizable".

      +

      Multiple home screens and Next/Prev page:
      +home5.html, home6.html/home6.search, home7.html/home7.search, ... can be visited via pressing the right arrow button while home4.html/home4.search, home3.html/home3.search ... with long pressing the left arrow.

      + +
      + + + diff --git a/en/topposts/index.xml b/en/topposts/index.xml index b951ed5..184bcec 100644 --- a/en/topposts/index.xml +++ b/en/topposts/index.xml @@ -47,7 +47,7 @@ Note: "Engines" needs file "engine.search",whose format is sam Thu, 28 Jul 2022 00:00:00 +0000 /en/sitemap/ - UI Search engines UI (gitee) Customization Long pressing menus for toolbar buttons User agents Javascript Url services Links Commands Remote javascript Menu for selections Menu for long pressing hypertext Toolbar Gestures Address bar command modes Font settings Advanced Content AD blocking CSS styles Redirection Offline cache Javascript and CSS for domains Tools Bookmarklets Custom file handling Html5 application Termux Miscellaneous Configuration files Tips Manual + UI Search engines UI (gitee) Customization Long pressing menus for toolbar buttons User agents Javascript Url services Links Commands Remote javascript Menu for selections Menu for long pressing hypertext Toolbar Gestures Address bar command modes Font settings Advanced Content AD blocking CSS styles Redirection Offline cache Javascript and CSS for domains Tools Bookmarklets Custom file handling Html5 application Termux Miscellaneous Configuration files Tips Manual Tips diff --git a/index.html b/index.html index 33185bf..db7d507 100644 --- a/index.html +++ b/index.html @@ -1,10 +1 @@ - - - - en/ - - - - - - + diff --git a/zh/_posts/index.xml b/zh/_posts/index.xml index c38eb4c..4b07f50 100644 --- a/zh/_posts/index.xml +++ b/zh/_posts/index.xml @@ -409,7 +409,9 @@ http://www.numbertheory.org/gnubc/gnubc.html Mon, 01 Nov 2021 00:00:00 +0000 /zh/tips/ - 准确显示一切PC网页: + 目录配置及使用外部文件管理器 +超微浏览器可以将配置目录或子目录符号链接至任意外部公共目录。安装有定制termux的用户也可以使用移动设备自带或第三方文件管理器管理超微内部指定目录。具体配置可见Shell command mode。 +准确显示PC网页: PC模式 + 勾选选项"宽屏显示" + 全局脚本"强制缩放"。 多主屏: home5.html为自定义主屏,home6.html, home6.search, home7.html ...为多主屏(前进按钮可进)。同前缀文件中.html文件优先于.search文件。home4.html, home3.html ... (长按后退按钮可进)。 diff --git a/zh/index.xml b/zh/index.xml index ebbc99a..ad0ba82 100644 --- a/zh/index.xml +++ b/zh/index.xml @@ -621,7 +621,9 @@ http://www.numbertheory.org/gnubc/gnubc.html Mon, 01 Nov 2021 00:00:00 +0000 /zh/tips/ - 准确显示一切PC网页: + 目录配置及使用外部文件管理器 +超微浏览器可以将配置目录或子目录符号链接至任意外部公共目录。安装有定制termux的用户也可以使用移动设备自带或第三方文件管理器管理超微内部指定目录。具体配置可见Shell command mode。 +准确显示PC网页: PC模式 + 勾选选项"宽屏显示" + 全局脚本"强制缩放"。 多主屏: home5.html为自定义主屏,home6.html, home6.search, home7.html ...为多主屏(前进按钮可进)。同前缀文件中.html文件优先于.search文件。home4.html, home3.html ... (长按后退按钮可进)。 diff --git a/zh/sitemap.xml b/zh/sitemap.xml index 812da2f..b37cf34 100644 --- a/zh/sitemap.xml +++ b/zh/sitemap.xml @@ -343,6 +343,16 @@ /zh/tips/ 2021-11-01T00:00:00+00:00 + + /zh/tcron/ 2021-02-13T00:00:00+00:00 diff --git a/zh/tips/index.html b/zh/tips/index.html index 8ca071e..9f1f04c 100644 --- a/zh/tips/index.html +++ b/zh/tips/index.html @@ -30,6 +30,10 @@
      + + + +
      @@ -43,7 +47,9 @@
      -

      准确显示一切PC网页:
      +

      目录配置及使用外部文件管理器
      +超微浏览器可以将配置目录或子目录符号链接至任意外部公共目录。安装有定制termux的用户也可以使用移动设备自带或第三方文件管理器管理超微内部指定目录。具体配置可见Shell command mode

      +

      准确显示PC网页:
      PC模式 + 勾选选项"宽屏显示" + 全局脚本"强制缩放"。

      多主屏:
      home5.html为自定义主屏,home6.html, home6.search, home7.html ...为多主屏(前进按钮可进)。同前缀文件中.html文件优先于.search文件。home4.html, home3.html ... (长按后退按钮可进)。