From 37e1fae65aefe60089cdc242fc8ae8e912319d8b Mon Sep 17 00:00:00 2001 From: James Feng Cao Date: Mon, 3 Apr 2023 09:13:07 +0800 Subject: [PATCH] add enhanced hosts support to README --- README.md | 2 +- README.zh-Hans.md | 1 + en/_posts/index.xml | 2 +- en/adblock_domain/index.html | 1 + en/changelog/index.html | 7 ++++--- en/index.xml | 8 ++++---- en/readme/index.html | 6 +++--- en/sitemap.xml | 18 +++++++++--------- en/tags/adblock/index.xml | 2 +- en/topposts/index.xml | 6 +++--- sitemap.xml | 4 ++-- zh/index.xml | 2 +- zh/readme/index.html | 5 +++-- zh/sitemap.xml | 6 +++--- zh/unlist/index.xml | 2 +- 15 files changed, 38 insertions(+), 34 deletions(-) diff --git a/README.md b/README.md index f3522fa..782faf3 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ - Site-specific JS/CSS/HTML/preprocessing. - Online play/preview/preprocess for downloadable resources. - Multiple type profiles: switch any data including website logins, user configurations orthogonally. -- Supports user "hosts" file. +- Supports enhanced user "hosts" file. Empty IP address to lift all server-imposed limitations. #### 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.). diff --git a/README.zh-Hans.md b/README.zh-Hans.md index f86477f..7894a56 100644 --- a/README.zh-Hans.md +++ b/README.zh-Hans.md @@ -18,6 +18,7 @@ - 极致优化:最少存储写操作,比如浏览器转到后台前配置变化如恢复成原样则无写操作。 - 地址栏支持命令行 ("!", 物理键盘支持更佳) - 指定域名: 用户定义JS/CSS/HTML/显示前源码预处理 +- 支持用户定义域名属性,比如空IP地址解除一切限制。 #### 截屏 ![](https://i.postimg.cc/rsL9G5N1/home1.png) diff --git a/en/_posts/index.xml b/en/_posts/index.xml index 35c1a4e..b724240 100644 --- a/en/_posts/index.xml +++ b/en/_posts/index.xml @@ -56,7 +56,7 @@ ipv6 address, Ex.: [2606:4700:3037::6815:8c3] torapp.eu.org empty, that would lift all server-imposed limitations. Ex.: [single space]gitee.com -"default.hosts" blocks whole domain trees including all descedant domains. +which will make all git repositories on the domain visitable as websites with raw file access url. diff --git a/en/adblock_domain/index.html b/en/adblock_domain/index.html index 557538f..92a34b4 100644 --- a/en/adblock_domain/index.html +++ b/en/adblock_domain/index.html @@ -67,6 +67,7 @@ [single space]gitee.com

+

which will make all git repositories on the domain visitable as websites with raw file access url.

"default.hosts" blocks whole domain trees including all descedant domains. The domains in the hosts file must be 2 or 3 segment domains, such as "yahoo.com" and "finance.yahoo.com". If the length of the last 2 segments is less than 7, such as "com.pl", then it is treated as one segment, so domains like "xxx.xxx.com.pl" are also valid in the hosts file.

Each line of the hosts file has the following format:
[rootDomain][space][regex for domain prefix before rootDomain][space][regex for the whole url without "http(s)://"]
diff --git a/en/changelog/index.html b/en/changelog/index.html index 8fb2699..c0df0a1 100644 --- a/en/changelog/index.html +++ b/en/changelog/index.html @@ -51,7 +51,8 @@

pagure

Main features

Change logs

-

985: Special urls to support shortcut keys such as ctrl-a to ctrl-z.
+

987: enhance hosts file to support domain attributes, such as lifting limitations with empty ip address.
+985: Special urls to support shortcut keys such as ctrl-a to ctrl-z.
983: support "hosts" file domain name resolving (no root needed), only single space allowed as separator for ip address and domain name.
975: Bookmarks to support styling for markdown etc.
971: multiple type profiles: switch any data including website logins, user configurations orthogonally.
@@ -76,8 +77,8 @@ -

Last Modified: 22 March 2023
-add option https to func.html
+

Last Modified: 3 April 2023
+enhance hosts file to add attributes to domains


 

diff --git a/en/index.xml b/en/index.xml index f0964f1..1f9425b 100644 --- a/en/index.xml +++ b/en/index.xml @@ -56,7 +56,7 @@ ipv6 address, Ex.: [2606:4700:3037::6815:8c3] torapp.eu.org empty, that would lift all server-imposed limitations. Ex.: [single space]gitee.com -"default.hosts" blocks whole domain trees including all descedant domains. +which will make all git repositories on the domain visitable as websites with raw file access url.
@@ -196,10 +196,10 @@ github sourceforge powerfolder pagure -Main features Change logs 985: Special urls to support shortcut keys such as ctrl-a to ctrl-z. +Main features Change logs 987: enhance hosts file to support domain attributes, such as lifting limitations with empty ip address. +985: Special urls to support shortcut keys such as ctrl-a to ctrl-z. 983: support "hosts" file domain name resolving (no root needed), only single space allowed as separator for ip address and domain name. -975: Bookmarks to support styling for markdown etc. -971: multiple type profiles: switch any data including website logins, user configurations orthogonally. +975: Bookmarks to support styling for markdown etc. diff --git a/en/readme/index.html b/en/readme/index.html index 2806590..ecfbbd5 100644 --- a/en/readme/index.html +++ b/en/readme/index.html @@ -64,7 +64,7 @@
  • Site-specific JS/CSS/HTML/preprocessing.
  • Online play/preview/preprocess for downloadable resources.
  • Multiple type profiles: switch any data including website logins, user configurations orthogonally.
  • -
  • Supports user "hosts" file.
  • +
  • Supports enhanced user "hosts" file. Empty IP address to lift all server-imposed limitations.
  • 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.).

    @@ -96,8 +96,8 @@ -

    Last Modified: 1 April 2023
    -sync newbinggogo
    +

    Last Modified: 3 April 2023
    +enhance hosts file to add attributes to domains

    
     

    diff --git a/en/sitemap.xml b/en/sitemap.xml index b5d7a2b..6a566f3 100644 --- a/en/sitemap.xml +++ b/en/sitemap.xml @@ -3,7 +3,7 @@ xmlns:xhtml="http://www.w3.org/1999/xhtml"> /en/_posts/ - 2023-04-03T08:21:31+08:00 + 2023-04-03T09:03:08+08:00 /en/ - 2023-04-03T08:21:31+08:00 + 2023-04-03T09:06:30+08:00 /en/tags/adblock/ - 2023-04-03T08:21:31+08:00 + 2023-04-03T09:03:08+08:00 /en/adblock_domain/ - 2023-04-03T08:21:31+08:00 + 2023-04-03T09:03:08+08:00 /en/tags/ - 2023-04-03T08:21:31+08:00 + 2023-04-03T09:03:08+08:00 /en/topposts/ - 2023-03-22T19:01:51+08:00 + 2023-04-03T08:59:00+08:00 /en/changelog/ - 2023-03-22T19:01:51+08:00 + 2023-04-03T08:59:00+08:00 /en/sitemap/ 2023-02-01T09:52:11+08:00 @@ -508,7 +508,7 @@ /> /en/readme/ - 2023-04-01T23:32:56+08:00 + 2023-04-03T09:06:30+08:00 /en/unlist/ - 2023-04-01T23:32:56+08:00 + 2023-04-03T09:06:30+08:00 +which will make all git repositories on the domain visitable as websites with raw file access url.
    diff --git a/en/topposts/index.xml b/en/topposts/index.xml index e2892ba..68cfc58 100644 --- a/en/topposts/index.xml +++ b/en/topposts/index.xml @@ -64,10 +64,10 @@ github sourceforge powerfolder pagure -Main features Change logs 985: Special urls to support shortcut keys such as ctrl-a to ctrl-z. +Main features Change logs 987: enhance hosts file to support domain attributes, such as lifting limitations with empty ip address. +985: Special urls to support shortcut keys such as ctrl-a to ctrl-z. 983: support "hosts" file domain name resolving (no root needed), only single space allowed as separator for ip address and domain name. -975: Bookmarks to support styling for markdown etc. -971: multiple type profiles: switch any data including website logins, user configurations orthogonally. +975: Bookmarks to support styling for markdown etc. diff --git a/sitemap.xml b/sitemap.xml index 15a8b2b..b1e8b54 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -4,14 +4,14 @@ en/sitemap.xml - 2023-04-03T08:21:31+08:00 + 2023-04-03T09:06:30+08:00 zh/sitemap.xml - 2023-04-02T10:01:58+08:00 + 2023-04-03T09:09:44+08:00 diff --git a/zh/index.xml b/zh/index.xml index 45cad9f..f230768 100644 --- a/zh/index.xml +++ b/zh/index.xml @@ -875,7 +875,7 @@ Amazon appstore Downloads 超微浏览器下载及使用技巧 (Mirrors: gitlab repo codeberg netlify stormkit surge github torapp epizy pages render bitbucket vercel) -国内可以直接使用newbing/chatgpt 微:不到200K。 威:支持使用js脚本、url服务、shell命令、内部功能链接定制菜单/(新)按钮/手势; 远程数据皆可成网站。html5应用增强,可匹配本地应用。 便捷:图书(pdf/djvu)/txt/词典(mdict,kiwix)/命令行/APP/webapp(web extensions)可作为搜索引擎使用。 快:手机越慢,脚本插件越多越明显。 高效:最少的操作,在线服务全自动(参看常用链接网页)。 极致优化:最少存储写操作,比如浏览器转到后台前配置变化如恢复成原样则无写操作。 地址栏支持命令行 ("!", 物理键盘支持更佳) 指定域名: 用户定义JS/CSS/HTML/显示前源码预处理 截屏 软件功能 输出自定义页面大小PDF、矢量图长截屏、朗读、文本重排、嗅探、比价、翻译、视频解析、离线保存、阅读模式(推荐与脚本激活模式配合)、网址重定向至国内、多帐号切换、网盘离线下载、文件管理、webdav/http空间备份/恢复任何指定文件集、智能翻页、目录文件传送、网站独立设置(ua,禁用脚本,无图,激活脚本)、行编辑器、代码编辑器(支持120多种语言,语法高亮、错误提示、自动提示、直接运行测试、其它网页上直接测试)。通过安装html5应用可预览/阅读本地或在线任意格式文件(pdf,djvu,epub,mdx/mdd,docx等)。 +国内可以直接使用newbing/chatgpt 微:不到200K。 威:支持使用js脚本、url服务、shell命令、内部功能链接定制菜单/(新)按钮/手势; 远程数据皆可成网站。html5应用增强,可匹配本地应用。 便捷:图书(pdf/djvu)/txt/词典(mdict,kiwix)/命令行/APP/webapp(web extensions)可作为搜索引擎使用。 快:手机越慢,脚本插件越多越明显。 高效:最少的操作,在线服务全自动(参看常用链接网页)。 极致优化:最少存储写操作,比如浏览器转到后台前配置变化如恢复成原样则无写操作。 地址栏支持命令行 ("!", 物理键盘支持更佳) 指定域名: 用户定义JS/CSS/HTML/显示前源码预处理 支持用户定义域名属性,比如空IP地址解除一切限制。 截屏 软件功能 输出自定义页面大小PDF、矢量图长截屏、朗读、文本重排、嗅探、比价、翻译、视频解析、离线保存、阅读模式(推荐与脚本激活模式配合)、网址重定向至国内、多帐号切换、网盘离线下载、文件管理、webdav/http空间备份/恢复任何指定文件集、智能翻页、目录文件传送、网站独立设置(ua,禁用脚本,无图,激活脚本)、行编辑器、代码编辑器(支持120多种语言,语法高亮、错误提示、自动提示、直接运行测试、其它网页上直接测试)。通过安装html5应用可预览/阅读本地或在线任意格式文件(pdf,djvu,epub,mdx/mdd,docx等)。 修仙小说里面有一种异能,叫做“成功可以复制”,只要成功一次,就能无限复制。超微浏览器中这种异能叫"超级书签"。成功使用时保存,需要时就可以无限恢复。(比如newbing/chatGPT的直接使用) 小书签(bookmarklet)再也不用手工输入,直接将小书签网站加入书签即可。运行时长按出菜单后选择“在新窗口中打开”,小书签将作用于最后一个窗口。 独创不良信息绝杀:阻止指定根域名的一切子域名、孙域名...,不良信息一网打尽。 支持根域名前缀、网址路径正则表达式。 diff --git a/zh/readme/index.html b/zh/readme/index.html index a0ae485..fe85de7 100644 --- a/zh/readme/index.html +++ b/zh/readme/index.html @@ -64,6 +64,7 @@
  • 极致优化:最少存储写操作,比如浏览器转到后台前配置变化如恢复成原样则无写操作。
  • 地址栏支持命令行 ("!", 物理键盘支持更佳)
  • 指定域名: 用户定义JS/CSS/HTML/显示前源码预处理
  • +
  • 支持用户定义域名属性,比如空IP地址解除一切限制。
  • 截屏


    @@ -84,8 +85,8 @@

    配套安装uWeb定制Termux应用,可用地址栏作图(类似matlab功能)、超级计算器(无限精度/π的前万位或更多、无限函数、无限常量)、符号演算(解方程、分解因式、求积分导数)、离线字典查找等。譬如地址栏输入sin(x)**5就直接得到函数图形。利用好第三方代码,才能真正发挥出uWeb的潜能。

    -

    Last Modified: 1 April 2023
    -sync newbinggogo
    +

    Last Modified: 3 April 2023
    +enhance hosts file to add attributes to domains

    
     

    diff --git a/zh/sitemap.xml b/zh/sitemap.xml index 6173250..a8995e4 100644 --- a/zh/sitemap.xml +++ b/zh/sitemap.xml @@ -16,7 +16,7 @@ /> /zh/ - 2023-04-02T10:01:58+08:00 + 2023-04-03T09:09:44+08:00 2023-01-28T09:50:00+08:00 /zh/readme/ - 2023-04-01T23:39:33+08:00 + 2023-04-03T09:09:44+08:00 /zh/unlist/ - 2023-04-01T23:39:33+08:00 + 2023-04-03T09:09:44+08:00