update AI engines
[uweb.git] / en / sitemap / index.html
blob6a54c3489bc6aa13a7f4d6a7274eb59768295f2f
1 <!doctype html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <meta name="viewport" content="width=device-width, initial-scale=1" />
6 <link rel="canonical" href="https://jamesfengcao.gitlab.io/uweb/en/sitemap/" />
8 <link rel="stylesheet" href="../style.css#" type="text/css" />
9 <title>Configuration</title>
10 <script>
11 function findLang(){
12 let href = location.href;
13 for(let i=href.length-1;i>0;i--){
14 if('/'==href.charAt(i) && '/'==href.charAt(i-3))
15 return i;
17 return 0;
19 function nav2(page){
20 let i = findLang();
21 location.href = location.href.substring(0,i+1)+page;
23 function nav2Lang(lang){
24 let i = findLang();
25 let href = location.href;
26 location.href = location.href.substring(0,i-2)+lang+location.href.substring(i);
28 </script>
29 </head>
30 <body>
31 <header class='header'>
32 <a class="logo" href="javascript:void(0)" onclick="return nav2('index.html#')">Home</a> <a class="logo" href="javascript:void(0)" onclick="return nav2('tags/index.html#')">Tags</a>
35 <a class="logo" href="javascript:void(0)" onclick="return nav2Lang('zh')">简体中文</a>
38 <nav>
39 </nav>
40 </header>
41 <br />
43 <div class="container">
44 <h1 class="title">Configuration
45 <br>
46 <span class="subtitle"></span>
47 </h1>
48 <ul class="tags">
50 </ul>
51 <p><a href="../mirrors/index.html#">Mirrors</a><br>
52 <a href="i:61ver:../../latest.html#">Check for updates</a></p>
53 <h4 id="ui">UI</h4>
54 <ul>
55 <li><a href="../search/index.html#">Search engines</a></li>
56 <li><a href="../searchurl/homescreen.html#">Home screens</a></li>
57 <li><a href="i:61:../searchurl/func.html">UI</a> (<a href="i:61:https://gitee.com/jamesfengcao/uweb/raw/master/en/searchurl/func.html">gitee</a>)</li>
58 <li><a href="../searchurl/webdav.html#">webdav install-able menu generator</a></li>
59 </ul>
60 <h4 id="customization">Customization</h4>
61 <ul>
62 <li>Long pressing menus for toolbar buttons</li>
63 <li><a href="../uas/index.html#">User agents</a></li>
64 <li><a href="../rjs/index.html#">Javascript</a></li>
65 <li><a href="../urls/index.html#">Url services</a></li>
66 <li><a href="../links/index.html#">Links</a></li>
67 <li><a href="../cmds/index.html#">Commands</a></li>
68 <li><a href="../rjs/index.html#">Remote javascript</a></li>
69 <li><a href="../textprocess/index.html#">Menu for selections</a></li>
70 <li><a href="../longclick/index.html#">Menu for long pressing hypertext</a></li>
71 <li><a href="../icons/index.html#">Toolbar</a></li>
72 <li><a href="../gesture/index.html#">Gestures</a></li>
73 <li><a href="../acmd/index.html#">Address bar command modes</a></li>
74 <li><a href="i:60config.html:../searchurl/config.html">Advanced</a></li>
75 </ul>
76 <h4 id="advanced">Advanced</h4>
77 <h5 id="content">Content</h5>
78 <ul>
79 <li><a href="../adblock/index.html#">AD blocking</a></li>
80 <li><a href="../globalcss/index.html#">CSS styles</a></li>
81 <li><a href="../redirect/index.html#">Redirection</a></li>
82 <li><a href="../offlinecache/index.html#">Offline cache</a></li>
83 <li><a href="../sitejs/index.html#">JS/CSS/HTML/preprocessing for domains</a></li>
84 <li><a href="../url2site/index.html#">Any urls as website</a></li>
85 </ul>
86 <h5 id="tools">Tools</h5>
87 <ul>
88 <li><a href="../bookmarklet/index.html#">Bookmarklets</a></li>
89 <li><a href="../tcron/index.html#">Cron &amp; more</a></li>
90 <li><a href="../filecap/index.html#">Custom file handling</a></li>
91 <li><a href="../html5/index.html#">Html5 application</a></li>
92 <li><a href="../termux/index.html#">Termux</a></li>
93 </ul>
94 <h5 id="info">Info</h5>
95 <ul>
96 <li><a href="../assets/help_en.html#">Manual</a></li>
97 <li><a href="../tips/index.html#">Tips</a></li>
98 <li><a href="../filenames/index.html#">Configuration files</a></li>
99 <li><a href="../bookmark/index.html#">Bookmarks</a></li>
100 </ul>
102 </div>
103 <p>Last Modified: 7 April 2024<br>
104 more details on global redirection url<br>
105 <pre></pre>
106 </p>
108 <script id='jsgiscus'
109 src='https://giscus.app/client.js'
110 data-repo="torappinfo/uweb"
111 data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
112 data-category="Announcements"
113 data-category-id="DIC_kwDOEgNLGc4CQjsh"
114 data-mapping="title"
115 data-strict="0"
116 data-reactions-enabled="1"
117 data-emit-metadata="0"
118 data-input-position="top"
119 data-theme="light"
120 data-lang="en"
121 data-loading="lazy"
122 crossorigin="anonymous" async>
123 </script>
125 <footer class="site-footer">
126 <div class="container">
127 &copy; 2018-2025 Richard H. Cao
128 </div>
129 </footer>
130 <!-- This document is licensed under the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is available at <https://www.gnu.org/licenses/>. -->
133 </body>
134 </html>