From 9e3c8143b94c5f8b47aa390d8fcd207409afaeb9 Mon Sep 17 00:00:00 2001 From: James Feng Cao Date: Fri, 29 Jul 2022 08:13:45 +0800 Subject: [PATCH] rebuilding site Fri Jul 29 08:13:45 AM CST 2022 --- en/_posts/index.xml | 39 +------- en/globalcss/index.html | 4 +- en/index.html | 52 ++++++---- en/index.xml | 118 +++++++++++++++++----- en/sitemap.xml | 43 ++++---- en/topposts/changelog/index.html | 52 ++++++++++ en/topposts/cmds/index.html | 105 ++++++++++++++++++++ en/topposts/index.html | 8 ++ en/topposts/index.xml | 111 +++++++++++++++++++++ en/topposts/rjs/index.html | 67 +++++++++++++ en/topposts/search/index.html | 164 +++++++++++++++++++++++++++++++ en/topposts/sitemap/index.html | 115 ++++++++++++++++++++++ en/topposts/urls/index.html | 105 ++++++++++++++++++++ sitemap.xml | 2 +- zh/index.html | 2 + zh/sitemap.xml | 10 -- zh/sitemap/index.html | 4 - 17 files changed, 880 insertions(+), 121 deletions(-) create mode 100644 en/topposts/changelog/index.html create mode 100644 en/topposts/cmds/index.html create mode 100644 en/topposts/index.html create mode 100644 en/topposts/index.xml create mode 100644 en/topposts/rjs/index.html create mode 100644 en/topposts/search/index.html create mode 100644 en/topposts/sitemap/index.html create mode 100644 en/topposts/urls/index.html diff --git a/en/_posts/index.xml b/en/_posts/index.xml index cfe0038..f66465e 100644 --- a/en/_posts/index.xml +++ b/en/_posts/index.xml @@ -5,32 +5,7 @@ /en/_posts/ Recent content in _posts on Hugo -- gohugo.io - Thu, 28 Jul 2022 00:00:00 +0000 - - Commands - /en/cmds/ - Thu, 28 Jul 2022 00:00:00 +0000 - - /en/cmds/ - Click the following links to install commands with uweb browser. Force exit and re-launch the app, then long press the button with clock icon to popup the command menu. -Configuration file "default.cmds" examples: -Clear data::toybox find /data/data/info.torapp.uweb/app_webview ! -name 'Cookies' -type f -delete -VPN::am start -a android.net.vpn.SETTINGS -wireless::am start -a android.settings.WIRELESS_SETTINGS -Append query to autocomplete:uweb:cd /data/data/info.torinfo.uweb/files;cat default.autoc query.log|toybox sort|toybox uniq -i>a.tmp;mv a.tmp default.autoc;>query.log;echo file:///data/data/info.torinfo.uweb/files/default.autoc -Clear cache::toybox rm -rf /data/data/info.torapp.uweb/cache -Clear logcat::logcat -c - - - - Site map - /en/sitemap/ - Thu, 28 Jul 2022 00:00:00 +0000 - - /en/sitemap/ - UI Search engines Home screen Quick start UI (gitee) Backup and restore Customization Bottom toolbar button long pressing menus User agents Javascript Url services Links Commands Remote javascript Menu for selections Menu for long pressing hypertext Toolbar Gestures Font settings Advanced Content AD blocking CSS styles redirection Javascript and CSS for domains Offline cache Tools Bookmarklets Custom file handling Html5 application File manager Tools Termux GNU bc Gnuplot tcron Offline download Miscellaneous Configuration files Plugins Tips Tips Video Debug - - + Thu, 30 Jun 2022 00:00:00 +0000 Configuration folders/files /en/filenames/ @@ -120,7 +95,7 @@ It formats as "[input mimetype]/[output mimetype]". - CSS样式 + CSS styles /en/globalcss/ Sun, 03 Apr 2022 00:00:00 +0000 @@ -181,16 +156,6 @@ The "[file extension]" part can have at most two-segment of ex Each line of the hosts file has the following format: - - Change log - /en/changelog/ - Mon, 01 Jan 0001 00:00:00 +0000 - - /en/changelog/ - 903: Enhance html5 apps. (ex. mdict-js, a dictionary lookup app, works like native with minimal change) -901: Use in-app files folder for configuration - - Javascript and CSS for domains /en/sitejs/ diff --git a/en/globalcss/index.html b/en/globalcss/index.html index 1c5f64c..9e3741d 100644 --- a/en/globalcss/index.html +++ b/en/globalcss/index.html @@ -5,7 +5,7 @@ - CSS样式 + CSS styles + + +
+ + + +
+
+ +
+

Change log +
+ +

+
    + +
+

903: Enhance html5 apps. (ex. mdict-js, a dictionary lookup app, works like native with minimal change)
+901: Use in-app files folder for configuration

+ +
+ + + diff --git a/en/topposts/cmds/index.html b/en/topposts/cmds/index.html new file mode 100644 index 0000000..09385d1 --- /dev/null +++ b/en/topposts/cmds/index.html @@ -0,0 +1,105 @@ + + + + + + + + Commands + + + +
+ + + +
+
+ +
+

Commands +
+ +

+
    + +
+

Click the following links to install commands with uweb browser. Force exit and re-launch the app, then long press the button with clock icon to popup the command menu.

+

Configuration file "default.cmds" examples:

+

Clear data::toybox find /data/data/info.torapp.uweb/app_webview ! -name 'Cookies' -type f -delete

+

VPN::am start -a android.net.vpn.SETTINGS

+

wireless::am start -a android.settings.WIRELESS_SETTINGS

+

Append query to autocomplete:uweb:cd /data/data/info.torinfo.uweb/files;cat default.autoc query.log|toybox sort|toybox uniq -i>a.tmp;mv a.tmp default.autoc;>query.log;echo file:///data/data/info.torinfo.uweb/files/default.autoc

+

Clear cache::toybox rm -rf /data/data/info.torapp.uweb/cache

+

Clear logcat::logcat -c

+

logcat.log::logcat -d > logcat.log

+

copy cookie:/clip:printf '%c'

+

config in Download::cd /data/data/info.torinfo.uweb;toybox rm -rf files;toybox mkdir -p /sdcard/Download/uweb;toybox ln -s /sdcard/Download/uweb files

+

html5 in Download::cd /data/data/info.torinfo.uweb/files;toybox rm -rf app;toybox mkdir -p /sdcard/Download/app;toybox ln -s /sdcard/Download/app

+

tgz install::toybox tar -xzf %f -C /

+

Need root permissions:

+

Need termux:
+cd:termux/*:cd %f;exit 1

+

vim:termux/*:vim %f

+

deduplicate history::awk -F'\t' '!s[$2]++' /data/data/info.torinfo.uweb/files/history.rec>/sdcard/a.tmp;mv /sdcard/Download/a.tmp /data/data/info.torinfo.uweb/files/history.rec

+

deduplicate bookmarks::awk '!s[$0]++' /data/data/info.torinfo.uweb/files/bookmark.html>/sdcard/Download/a.tmp;mv /sdcard/Download/a.tmp /data/data/info.torinfo.uweb/files/bookmark.html

+

deduplicate hosts::toybox tac /data/data/info.torinfo.uweb/files/default.hosts|awk -F' ' '!s[$1]++' |toybox tac>/sdcard/Download/a.tmp;mv /sdcard/Download/a.tmp /data/data/info.torinfo.uweb/files/default.hosts

+

deduplicate siteconf::toybox tac /data/data/info.torinfo.uweb/files/default.siteconf|awk -F':' '!s[$1]++' |toybox tac>/sdcard/Download/a.tmp;mv /sdcard/Download/a.tmp /data/data/info.torinfo.uweb/files/default.siteconf

+

Send url::printf '%u'|/system/bin/toybox nc 192.168.2.155 1500

+

Send url(player)::printf 'i:5g%u'|/system/bin/toybox nc 192.168.2.155 1500

+

Sendurl(bookmark)::printf 'i:51../home5:i:0mc16:%u'|/system/bin/toybox nc 192.168.2.155 1500

+

Send url(fullscreen)::printf 'i:5f%u'|/system/bin/toybox nc 192.168.2.155 1500

+

Send url(video)::printf 'i:0mc16:%u'|/system/bin/toybox nc 192.168.2.155 1500

+

Send url(clipboard):clip:(printf 'i:5b';cat)|/system/bin/toybox nc 192.168.2.155 1500

+

Clipboard2PC:clip:ssh fengcao@192.168.2.120 'DISPLAY=:0 xsel -i'

+

ClipboardFromPC:/clip:ssh fengcao@192.168.2.120 'DISPLAY=:0 xsel -o'

+

Clipboard broadcast:clip:socat - UDP-DATAGRAM:255.255.255.255:1500,broadcast

+

Clipboard from broadcast:/clip:socat -u udp-recvfrom:1500 SYSTEM:'cat;exit'

+

Clipboard2QR:clip/uweb:qrencode -o /sdcard/Download/a.png;echo file:///sdcard/Download/a.png

+

"Send url" needs to modify Android TV ip address.
+Clipboard2PC needs to modify username, PC needs xsel. ssh needs to be installed inside termux (apt install openssh).
+Clipboard broadcast needs socat(apt install socat)。
+Clipboard2QR needs libqrencode.

+

More commands (click to install)

+

mdme: Show local markdown file

+

texme: Show local tex+markdown file

+

markdeep: Show local markdown+tex+diagrams file

+

remark slide: slide show for local markdown file

+

Code editor, open url in clipboard etc.

+

".cmds" file format

+

Each line has the following format:
+[Name]:[mimetype]:[command line]

+

[command line] can have "%c" (cookie), "%s" (address bar text), "%u" (url), "%t" (title).
+[mimetype] have the following formats:

+
    +
  • regular mimetype such as "text/html" to indicate the content type of the command output.
  • +
  • "clip/clip" to indicate "clipboard" as input and the command output is copied to clipboard.
  • +
  • "/clip": copy the command output to clipboard.
  • +
  • "clip/text/html" : clipboard as input, and the command output is processed as "text/html".
  • +
  • "termux/*": command line is executed under termux.
  • +
  • "/uweb": the command output is processed as links.
  • +
+ +
+ + + diff --git a/en/topposts/index.html b/en/topposts/index.html new file mode 100644 index 0000000..fc620d7 --- /dev/null +++ b/en/topposts/index.html @@ -0,0 +1,8 @@ + + + +
    + +
+ + diff --git a/en/topposts/index.xml b/en/topposts/index.xml new file mode 100644 index 0000000..c463d03 --- /dev/null +++ b/en/topposts/index.xml @@ -0,0 +1,111 @@ + + + + Topposts on + /en/topposts/ + Recent content in Topposts on + Hugo -- gohugo.io + Fri, 29 Jul 2022 00:00:00 +0000 + + Search engines + /en/topposts/search/ + Fri, 29 Jul 2022 00:00:00 +0000 + + /en/topposts/search/ + Clicking the following links to install search engines to uweb's home screen. +Recommended engines (append any of following to file "home5.search"): +Engines:i:40%s_00 +bing image:http://bing.com/images/search?q= +wolfram:https://www.wolframalpha.com/input/?i= +wiki:https://en.wikipedia.org/wiki/Special:Search?search= +Youtube:https://www.youtube.com/results?search_query= +Facebook:https://www.facebook.com/search/str/%s/keywords_search +Instagram:https://www.instagram.com/explore/tags/%s/ +boardreader:https://boardreader.com/s/%s.html +book_google:https://google.com/search?q=%22parent+directory%22+pdf+OR+epub+OR+DjVU+OR+xps+%22%s%22+-html+-htm+-shtml+-phtml+-php+-buy+-aspx+-jsp+-asp+-cgi+-pdf+-ftp+-unknownsecret&num=100&filter=0 +Note: "Engines" needs file "engine.search",whose format is same as "home.search" except that the keyword part of url must be denoted with "%s". Pressing the right arrow button on the search result page will automatically query with next engine in the file. + + + + Site map + /en/topposts/sitemap/ + Thu, 28 Jul 2022 00:00:00 +0000 + + /en/topposts/sitemap/ + UI Search engines Home screen Quick start UI (gitee) Backup and restore Customization Bottom toolbar button long pressing menus User agents Javascript Url services Links Commands Remote javascript Menu for selections Menu for long pressing hypertext Toolbar Gestures Font settings Advanced Content AD blocking CSS styles redirection Javascript and CSS for domains Offline cache Tools Bookmarklets Custom file handling Html5 application File manager Tools Termux GNU bc Gnuplot tcron Offline download Miscellaneous Configuration files Plugins Tips Tips Video Debug + + + + Change log + /en/topposts/changelog/ + Sat, 09 Jul 2022 00:00:00 +0000 + + /en/topposts/changelog/ + 903: Enhance html5 apps. (ex. mdict-js, a dictionary lookup app, works like native with minimal change) +901: Use in-app files folder for configuration + + + + Url services + /en/topposts/urls/ + Fri, 10 Jun 2022 00:00:00 +0000 + + /en/topposts/urls/ + Click the following links to install url services with uweb browser. Force exit and re-launch the app, then long press the "image" button to popup the menu. +Fullscreen video:i:5f +Send url:i:5j +Send url(player):i:5ji:5g +Send url(bookmark):i:5ji:52../home5: +Send url(clipboard):i:5ji:5b +Send url(fullscreen):i:5ji:5f +Send url(bookmark fullscreen):i:5ji:52../home5:i:5f +Send url(site fullscreen):i:5ji:0mi:5f: +Send url(video):i:5ji:0mc16: +Send url(bookmark site fullscreen):i:5ji:52../home5:i:0mi:5f: +Redirect/edit:e: +Save2autocomplete:i:51: +Bookmark:i:52: +Note:i:53: +Save engine:i:54: +Save link:i:55: +Save to desktop:i:58 +Add to media storage::001 +tgurl:https://tx.me/share/url?url= +tgdownload:https://tx.me/share/url?url=/download +Compatible mode:i:5d + + + + Commands + /en/topposts/cmds/ + Thu, 02 Jun 2022 00:00:00 +0000 + + /en/topposts/cmds/ + Click the following links to install commands with uweb browser. Force exit and re-launch the app, then long press the button with clock icon to popup the command menu. +Configuration file "default.cmds" examples: +Clear data::toybox find /data/data/info.torapp.uweb/app_webview ! -name 'Cookies' -type f -delete +VPN::am start -a android.net.vpn.SETTINGS +wireless::am start -a android.settings.WIRELESS_SETTINGS +Append query to autocomplete:uweb:cd /data/data/info.torinfo.uweb/files;cat default.autoc query.log|toybox sort|toybox uniq -i>a.tmp;mv a.tmp default.autoc;>query.log;echo file:///data/data/info.torinfo.uweb/files/default.autoc +Clear cache::toybox rm -rf /data/data/info.torapp.uweb/cache +Clear logcat::logcat -c + + + + Execute javascript codes + /en/topposts/rjs/ + Wed, 01 Jun 2022 00:00:00 +0000 + + /en/topposts/rjs/ + javascript for domains +Global javascript files locates in the subfolder "js" of app private folder. Long press button [☰] to configure. Click the following links to install: +<a target=_self" href="i:0hjs/savePassword.js:https://fastly.jsdelivr.net/gh/torappinfo/uwebzh/zh/searchurl/txt/passwdsave.js">Save password +Instant page +large size javascript code can be installed to the folder "bookmarklet" (long pressing button "js" to popup menu): +Eruda +Performance +Remote javascript is defined in default.rjs. Click the following link to install. (Force exit and re-launch the app, then long press the "search" button to popup the menu. + + + + diff --git a/en/topposts/rjs/index.html b/en/topposts/rjs/index.html new file mode 100644 index 0000000..936ad23 --- /dev/null +++ b/en/topposts/rjs/index.html @@ -0,0 +1,67 @@ + + + + + + + + Execute javascript codes + + + +
+ + + +
+
+ +
+

Execute javascript codes +
+ +

+
    + +
+

javascript for domains
+Global javascript files locates in the subfolder "js" of app private folder. Long press button [☰] to configure. Click the following links to install:
+<a target=_self" href="i:0hjs/savePassword.js:https://fastly.jsdelivr.net/gh/torappinfo/uwebzh/zh/searchurl/txt/passwdsave.js">Save password
+Instant page

+

large size javascript code can be installed to the folder "bookmarklet" (long pressing button "js" to popup menu):
+Eruda
+Performance

+

Remote javascript is defined in default.rjs. Click the following link to install. (Force exit and re-launch the app, then long press the "search" button to popup the menu.):

+

Selection to sentence:;let g='sentence';getSelection().modify('move','forward',g);getSelection().modify('extend','backward',g);

+

Selection to line:;let g='line';getSelection().modify('move','forward',g);getSelection().modify('extend','backward',g);

+

Selection to paragraph:;let g='paragraph';getSelection().modify('move','forward',g);getSelection().modify('extend','backward',g);

+

mathjax:['https://fastly.jsdelivr.net/npm/mathjax@3/es5/tex-svg.js']

+

New tab to open links:;let d=document;b=d.createElement('base');b.setAttribute('target','_blank');d.head.appendChild(b)

+

Site search:;open('i:15site:' + location.hostname)

+

Spell check:;let t=document.getElementsByTagName('textarea');let v=t[0].spellcheck;if(v==null)v=false;t[0].spellcheck=!v

+

Remote script configuration file "default.rjs" whose lines have the following format:
+[script name]:[javascript code to return url arrays]

+ +
+ + + diff --git a/en/topposts/search/index.html b/en/topposts/search/index.html new file mode 100644 index 0000000..be1986f --- /dev/null +++ b/en/topposts/search/index.html @@ -0,0 +1,164 @@ + + + + + + + + Search engines + + + +
+ + + +
+
+ +
+

Search engines +
+ +

+
    + +
+

Clicking the following links to install search engines to uweb's home screen.

+

Recommended engines (append any of following to file "home5.search"):

+

Engines:i:40%s_00

+

bing image:http://bing.com/images/search?q=

+

wolfram:https://www.wolframalpha.com/input/?i=

+

wiki:https://en.wikipedia.org/wiki/Special:Search?search=

+

Youtube:https://www.youtube.com/results?search_query=

+

Facebook:https://www.facebook.com/search/str/%s/keywords_search

+

Instagram:https://www.instagram.com/explore/tags/%s/

+

boardreader:https://boardreader.com/s/%s.html

+

book_google:https://google.com/search?q=%22parent+directory%22+pdf+OR+epub+OR+DjVU+OR+xps+%22%s%22+-html+-htm+-shtml+-phtml+-php+-buy+-aspx+-jsp+-asp+-cgi+-pdf+-ftp+-unknownsecret&num=100&filter=0

+

Note: "Engines" needs file "engine.search",whose format is same as "home.search" except that the keyword part of url must be denoted with "%s". Pressing the right arrow button on the search result page will automatically query with next engine in the file.

+

Common engines:
+
google:https://google.com/search?q= +

bing:http://www.bing.com/search?q=

+

neeva:https://neeva.com/search?q=

+

you:https://you.com/search?q=

+

seekr:https://www.seekr.com/search?query=

+

xda:https://www.xda-developers.com/search/

+

Feeling lucky:https://google.com/search?btnl=1&q=

+

pix:https://www.google.com/search?tbm=isch&q=

+

youtube:https://youtube.com/results?search_query=

+

news:https://news.search.yahoo.com/search/news?p=

+

stock:https://finance.yahoo.com/quote/

+

amazon:https://www.amazon.com/s/?field-keywords=

+

weather:https://www.wunderground.com/cgi-bin/findweather/getForecast?query=

+

IMDB:https://www.imdb.com/find?q=

+

film review:https://www.rottentomatoes.com/search/?search=

+

goodreads:https://www.goodreads.com/search?query=

+

audible:http://www.audible.com/search?sort=review-rank&advsearchKeywords=

+

audiobay:http://audiobookbay.nl/?s=

+

language:
+
OED:https://www.oed.com/LIBRARY?dest=https%3A%2F%2Fwww.oed.com%2Fsearch%3FsearchType%3Ddictionary%26q%3D%s%26_searchBtn%3DSearch&acc_id=65585&library_card=12363257

+

webster1913:https://www.websters1913.com/words/

+

merriam-webster:https://www.merriam-webster.com/dictionary/

+

dictionary:https://www.dictionary.com/browse/

+

freedictionary:https://www.thefreedictionary.com/

+

wordreference:https://www.wordreference.com/definition/

+

vocabulary:https://www.vocabulary.com/dictionary/

+

etymology:https://www.etymonline.com/search?q=

+

powerthesaurus:https://www.powerthesaurus.org/%s/synonyms

+

macmillanthesaurus:https://www.macmillanthesaurus.com/search/?auto=complete&q=

+

lword:https://lword.top/word.html#

+

ludwig:https://ludwig.guru/s/

+

webster:https://www.merriam-webster.com/dictionary/

+

googledict:http://googledictionary.freecollocation.com/meaning?word=

+

freetts_ru:https://freetts.com/Home/PlayAudio?Language=ru-RU&Voice=ru-RU-Standard-A&id=undefined&type=0&TextMessage=

+

freetts_ar:https://freetts.com/Home/PlayAudio?Language=ar-XA&Voice=ar-XA-Standard-A&id=undefined&type=0&TextMessage=

+

Science:
+
britannica:https://www.britannica.com/search?query=

+

mathRef:https://reference.wolfram.com/search/?q=

+

mathSE:https://math.stackexchange.com/search?q=

+

phySE:https://physics.stackexchange.com/search?q=

+

physicsForum:https://www.physicsforums.com/search/2195918/?q=

+

chemSE:https://chemistry.stackexchange.com/search?q=

+

chem:https://www.ncbi.nlm.nih.gov/pccompound?term=

+

proofwiki:https://proofwiki.org/w/index.php?search=

+

physics:http://www.physics.org/explore-results-all.asp?q=

+

biology:https://www.biologyonline.com/dictionary/

+

nist chem:https://webbook.nist.gov/cgi/cbook.cgi?Formula=

+

chemiday:https://chemiday.com/search/?lang=en&q=

+

chem.libretexts:https://chem.libretexts.org/Special:Search?q=

+

bio.libretexts:https://bio.libretexts.org/Special:Search?q=

+

phys.libretexts:https://phys.libretexts.org/Special:Search?q=

+

med.libretexts:https://med.libretexts.org/Special:Search?q=

+

math.libretexts:https://math.libretexts.org/Special:Search?q=

+

stats.libretexts:https://stats.libretexts.org/Special:Search?q=

+

geo.libretexts:https://geo.libretexts.org/Special:Search?q=

+

eng.libretexts:https://eng.libretexts.org/Special:Search?q=

+

biz.libretexts:https://biz.libretexts.org/Special:Search?q=

+

human.libretexts:https://human.libretexts.org/Special:Search?q=

+

socialsci.libretexts:https://socialsci.libretexts.org/Special:Search?q=

+

workforce.libretexts:https://workforce.libretexts.org/Special:Search?q=

+

Engines that can use as documentation:
+
oscobo:https://www.oscobo.com/search.php?q=

+

teoma:https://www.teoma.com/web?q=

+

lycos:https://search.lycos.com/web/?q=

+

technorati:http://technorati.com/search/index.php?q=

+

qwant:https://lite.qwant.com/?q=

+

swisscows:https://swisscows.com/web?query=

+

duck:https://duckduckgo.com/?q=

+

mojeek:https://www.mojeek.com/search?q=

+

gigablast:https://www.gigablast.com/search?c=main&qlangcountry=en-us&q=

+

yandex:https://yandex.com/search/?text=

+

searx:https://searchx.mobi/?q=

+

Medical:
+
merckmanuals:https://www.merckmanuals.com/professional/SearchResults?query=

+

openmd:https://openmd.com/search?q=

+

medical-dict:https://medical-dictionary.com/results.php?term=

+

ncbiBooks:https://www.ncbi.nlm.nih.gov/books/?term=

+

healio:https://journals.healio.com/action/doSearch?AllField=

+

pubmed:https://pubmed.ncbi.nlm.nih.gov/?term=

+

pmc:https://www.ncbi.nlm.nih.gov/pmc/?term=

+

Tabers:https://www.tabers.com/tabersonline/search?st=OSS&q=

+

Cloud storage:

+

Scholar:
+
sweetsearch:https://sweetsearch.com/search?q=

+

refseek:https://www.refseek.com/search?q=

+

google scholar:https://scholar.google.com/scholar?q=

+

semanticscholar:https://www.semanticscholar.org/search?sort=relevance&q=

+

Developer:
+
git:https://github.com/search?type=Repositories&q=

+

man:http://man.cx/

+

code:http://searchcode.com/?q=

+

symbolhound:http://symbolhound.com/?q=

+

vector:https://vector.me/search/

+

jsdelivr:http://www.jsdelivr.com/?query=

+

greasyfork:https://greasyfork.org/en/scripts?sort=updated&q=

+

app:
+
App store:market://search?q=

+

local engines(May need termux customized edition and tools like bc,gnuplot etc.):
+
bc:d:text/html:echo '%s'|bc -l -q:

+

2D plot:d:image/svg+xml:gnuplot -e 'set term svg;set output; plot %s':

+

3D plot:d:image/svg+xml:gnuplot -e 'set term svg;set output; splot %s':

+ +
+ + + diff --git a/en/topposts/sitemap/index.html b/en/topposts/sitemap/index.html new file mode 100644 index 0000000..0e936d8 --- /dev/null +++ b/en/topposts/sitemap/index.html @@ -0,0 +1,115 @@ + + + + + + + + Site map + + + +
+ + + +
+
+ + + + + diff --git a/en/topposts/urls/index.html b/en/topposts/urls/index.html new file mode 100644 index 0000000..a04c95c --- /dev/null +++ b/en/topposts/urls/index.html @@ -0,0 +1,105 @@ + + + + + + + + Url services + + + +
+ + + +
+
+ +
+

Url services +
+ +

+
    + +
+

Click the following links to install url services with uweb browser. Force exit and re-launch the app, then long press the "image" button to popup the menu.

+

Fullscreen video:i:5f

+

Send url:i:5j

+

Send url(player):i:5ji:5g

+

Send url(bookmark):i:5ji:52../home5:

+

Send url(clipboard):i:5ji:5b

+

Send url(fullscreen):i:5ji:5f

+

Send url(bookmark fullscreen):i:5ji:52../home5:i:5f

+

Send url(site fullscreen):i:5ji:0mi:5f:

+

Send url(video):i:5ji:0mc16:

+

Send url(bookmark site fullscreen):i:5ji:52../home5:i:0mi:5f:

+

Redirect/edit:e:

+

Save2autocomplete:i:51:

+

Bookmark:i:52:

+

Note:i:53:

+

Save engine:i:54:

+

Save link:i:55:

+

Save to desktop:i:58

+

Add to media storage::001

+

tgurl:https://tx.me/share/url?url=

+

tgdownload:https://tx.me/share/url?url=/download

+

Compatible mode:i:5d

+

papago:https://papago.naver.net/website?locale=en&target=en&url=

+

google translate:https://translate.google.com/translate?sl=auto&tl=en&u=

+

Source:view-source:

+

outline:https://www.outline.com/

+

2pdf:https://www.web2pdfconvert.com#

+

printfriendly:https://www.printfriendly.com/print/?url=

+

htmlview:https://htmlview.glitch.me/?

+

htmlpreview:https://htmlpreview.github.io/?

+

webarchive:https://web.archive.org/web/*/

+

archive:https://archive.is/?run=1&url=

+

google by image:https://www.google.com/searchbyimage?image_url=

+

tinyeye:https://tineye.com/search?url=

+

Yandex image:https://yandex.com/images/search?text=

+

Yandex by image:https://yandex.com/images/search?family=yes&rpt=imageview&url=

+

ascii2d:https://ascii2d.net/search/url/

+

trace.moe:https://trace.moe/?url=

+

saucenao:https://saucenao.com/search.php?url=

+

Add to Feedly:https://feedly.com/i/subscription/feed/

+

Video download:https://tbvd.herokuapp.com/redirect?url=

+

Audio download:https://tbvd.herokuapp.com/video?audio=on&url=

+

Site analyzer:https://www.similarweb.com/website/

+

Site buildwith:https://builtwith.com/?

+

instapaper:https://www.instapaper.com/text?u=

+

google docs:http://docs.google.com/gview?embedded=true&url=

+

The following needs corresponding html5 application to be installed:
+txtview:file:///data/data/info.torinfo.uweb/files/app/txtview.html?url=

+

markdeep:file:///data/data/info.torinfo.uweb/files/app/markdeep.html?url=

+

plyr:file:///data/data/info.torinfo.uweb/files/app/plyr.html?u=

+

dplayer:file:///data/data/info.torinfo.uweb/files/app/dplayer.html?u=

+

pdf:file:///data/data/info.torinfo.uweb/files/app/pdfviewer.html?file=

+

epub:file:///data/data/info.torinfo.uweb/files/app/epub.html?u=

+

djvu:file:///data/data/info.torinfo.uweb/files/app/djvu.html?url=

+

in which "redirect" needs default.redirect.

+ +
+ + + diff --git a/sitemap.xml b/sitemap.xml index 091bd9b..6c8e279 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -4,7 +4,7 @@ en/sitemap.xml - 2022-07-28T00:00:00+00:00 + 2022-07-29T00:00:00+00:00 diff --git a/zh/index.html b/zh/index.html index d147c31..83a167c 100644 --- a/zh/index.html +++ b/zh/index.html @@ -71,6 +71,8 @@ + +
  • html5应用 diff --git a/zh/sitemap.xml b/zh/sitemap.xml index 3773dac..6ee16f5 100644 --- a/zh/sitemap.xml +++ b/zh/sitemap.xml @@ -85,16 +85,6 @@ /zh/sitemap/ 2022-05-28T00:00:00+00:00 - - /zh/androidtv/ 2022-05-18T00:00:00+00:00 diff --git a/zh/sitemap/index.html b/zh/sitemap/index.html index 2c3390d..b39298f 100644 --- a/zh/sitemap/index.html +++ b/zh/sitemap/index.html @@ -30,10 +30,6 @@
    - - - -