mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
add notes for search engine file format
This commit is contained in:
parent
67b2f74f41
commit
f86d763d67
8 changed files with 25 additions and 19 deletions
|
@ -60,7 +60,8 @@
|
|||
<li>[Extra request headers] Ex. "X-Forwarded-For;8.8.8.8"</li>
|
||||
<li>when [post params] is empty, the url should have '%s' as keyword. Ex. <a href="../search/index.html">bingUS engine w/ chatgpt</a></li>
|
||||
</ul>
|
||||
<p>.search文件首行必须为第一种类型的搜索引擎。由于其它两种类型的引擎数量稀少,为性能考虑,超微限制了首个引擎的种类。</p>
|
||||
<p>.search文件首行必须为第一种类型的搜索引擎。由于其它类型的引擎数量稀少,为性能考虑,超微限制了首个引擎的种类。<br>
|
||||
用"i:"等超微内部scheme作开头的搜索引擎,关键词部分仅支持使用"%s",这纯粹是为了降低代码复杂性。</p>
|
||||
<h4 id="本地引擎">本地引擎</h4>
|
||||
<p>搜索引擎已经支持命令行url,现在可添加离线字典查询至主页。命令行url格式为<br>
|
||||
c:[含%s的命令行]<br>
|
||||
|
@ -69,8 +70,8 @@ d:mimetype:[含%s的命令行]:[外部资源url]<br>
|
|||
<p>笔者用来查询各式词典,发现效果非常好。百兆以内的文本文件压缩以后可以直接快速检索,定位至特定位置以后可上下滚动阅读全部文本。</p>
|
||||
|
||||
</div>
|
||||
<p>Last Modified: 4 March 2023<br>
|
||||
automate modified date<br>
|
||||
<p>Last Modified: 25 March 2024<br>
|
||||
add some notes for search engine file format<br>
|
||||
<pre></pre>
|
||||
</p>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue