mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
add search engines
This commit is contained in:
parent
9038a9df17
commit
7eddea74b8
5 changed files with 8 additions and 14 deletions
|
@ -226,7 +226,7 @@ commacd.sh
|
|||
|
||||
<guid>/en/tips/</guid>
|
||||
<description>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.
|
||||
With bookmark, 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 &quot;wide viewport&quot; + global js &quot;force page resizable&quot;.
|
||||
Multiple home screens and Next/Prev page:
|
||||
|
|
|
@ -341,7 +341,7 @@ commacd.sh
|
|||
|
||||
<guid>/en/tips/</guid>
|
||||
<description>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.
|
||||
With bookmark, 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 &quot;wide viewport&quot; + global js &quot;force page resizable&quot;.
|
||||
Multiple home screens and Next/Prev page:
|
||||
|
|
|
@ -63,6 +63,7 @@
|
|||
<a href="i:00google:https://google.com/search?q=">google:https://google.com/search?q=</a>
|
||||
<p><a href="i:00bing:http://www.bing.com/search?q=">bing:http://www.bing.com/search?q=</a></p>
|
||||
<p><a href="i:00neeva:https://neeva.com/search?q=">neeva:https://neeva.com/search?q=</a></p>
|
||||
<p><a href="i:00metager:https://metager.org/meta/meta.ger3?eingabe=">metager:https://metager.org/meta/meta.ger3?eingabe=</a></p>
|
||||
<p><a href="i:00you:https://you.com/search?q=">you:https://you.com/search?q=</a></p>
|
||||
<p><a href="i:00seekr:https://www.seekr.com/search?query=">seekr:https://www.seekr.com/search?query=</a></p>
|
||||
<p><a href="i:00brave:https://search.brave.com/search?q=">brave:https://search.brave.com/search?q=</a></p>
|
||||
|
@ -135,11 +136,13 @@
|
|||
<p><a href="i:00technorati:http://technorati.com/search/index.php?q=">technorati:http://technorati.com/search/index.php?q=</a></p>
|
||||
<p><a href="i:00qwant:https://lite.qwant.com/?q=">qwant:https://lite.qwant.com/?q=</a></p>
|
||||
<p><a href="i:00swisscows:https://swisscows.com/web?query=">swisscows:https://swisscows.com/web?query=</a></p>
|
||||
<p><a href="i:00ecosia:https://www.ecosia.org/search?q=">ecosia:https://www.ecosia.org/search?q=</a></p>
|
||||
<p><a href="i:00duck:https://duckduckgo.com/?q=">duck:https://duckduckgo.com/?q=</a></p>
|
||||
<p><a href="i:00mojeek:https://www.mojeek.com/search?q=">mojeek:https://www.mojeek.com/search?q=</a></p>
|
||||
<p><a href="i:00gigablast:https://www.gigablast.com/search?c=main&qlangcountry=en-us&q=">gigablast:https://www.gigablast.com/search?c=main&qlangcountry=en-us&q=</a></p>
|
||||
<p><a href="i:00yandex:https://yandex.com/search/?text=">yandex:https://yandex.com/search/?text=</a></p>
|
||||
<p><a href="i:00searx:https://searchx.mobi/?q=">searx:https://searchx.mobi/?q=</a></p>
|
||||
<p><a href="i:00searx:https://searx.be/?q=">searx:https://searx.be/?q=</a></p>
|
||||
<p><a href="i:00startpage:https://startpage.com/do/search?query=">startpage:https://startpage.com/do/search?query=</a></p>
|
||||
<p>Medical:<br>
|
||||
<a href="i:00medical_freedict:https://medical-dictionary.thefreedictionary.com/">medical_freedict:https://medical-dictionary.thefreedictionary.com/</a></p>
|
||||
<p><a href="i:00merckmanuals:https://www.merckmanuals.com/professional/SearchResults?query=">merckmanuals:https://www.merckmanuals.com/professional/SearchResults?query=</a></p>
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
|
||||
</ul>
|
||||
<p><strong>Configuration folder and file managers</strong><br>
|
||||
With <a href="../../en/acmd/index.html">shell command mode</a>, configuration folders can be symbolic linked to other public folders or managed by 3rd party file managers via termux.</p>
|
||||
With <a href="../bookmark/index.html">bookmark</a>, configuration folders can be symbolic linked to other public folders or managed by 3rd party file managers via termux.</p>
|
||||
<p><strong>To show web pages in desktop mode</strong>:<br>
|
||||
PC button + option "wide viewport" + global js "force page resizable".</p>
|
||||
<p><strong>Multiple home screens and Next/Prev page</strong>:<br>
|
||||
|
|
11
index.html
11
index.html
|
@ -1,10 +1 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>en/</title>
|
||||
<link rel="canonical" href="en/">
|
||||
<meta name="robots" content="noindex">
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="refresh" content="0; url=en/">
|
||||
</head>
|
||||
</html>
|
||||
<meta http-equiv="refresh" content="0; url=en/index.html">
|
||||
|
|
Loading…
Reference in a new issue