扩展:SearchBlox
Appearance
此扩展目前不再活跃维护! 尽管它可能仍然工作,但任何错误报告或功能请求将很可能被忽略。 |
SearchBlox 发行状态: 不再維護 |
|
---|---|
实现 | 用户界面, 搜索 |
描述 | 只有少数搜索匹配项时查询SearchBlox服务器 |
作者 | Michael Overmeyer (Movermeyer留言) |
最新版本 | 0.1.0 (2013-04-19) |
MediaWiki | 1.18+ |
数据库更改 | 否 |
许可协议 | GNU通用公眾授權條款2.0 |
下載 | README Commits |
示例 | The Warrior Wiki |
|
|
SearchBlox扩展将查询SearchBlox服务器并显示结果,如果您的常规搜索返回的结果少于10个“页面文本匹配”。
安裝
- 下载文件,并将其放置在您
extensions/
文件夹中的SearchBlox
目录内。 - 将下列代码放置在您的LocalSettings.php 的底部:
require_once "$IP/extensions/SearchBlox/SearchBlox.php";
- 完成 – 在您的wiki上导航至Special:Version,以验证已成功安装扩展。
配置参数
值名 | 默认值 | 描述 |
---|---|---|
$wgSearchBloxOrganizationName | "Example Inc." | 运行SearchBlox服务器的组织的名称 |
$wgSearchBloxOrganizationWebsite | "http://example.com" | 所在组织的主要网址 |
$wgSearchBloxHost | "http://searchblox.example.com" | SearchBlox服务器的主机 |
$wgSearchBloxServletUrl | "http://searchblox.example.com/searchblox/servlet/SearchServlet" | 用于发起查询的网址 |
$wgSearchBloxFrontendUrl | "http://searchblox.example.com/searchblox/plugin/index.html" | 指向用户的网址以获取更多结果 |
Categories:
- Unmaintained extensions/zh
- User interface extensions/zh
- Search extensions/zh
- GPL licensed extensions/zh
- Extensions in GitHub version control/zh
- SpecialSearchResults extensions/zh
- SpecialSearchNoResults extensions/zh
- ResourceLoaderGetConfigVars extensions/zh
- All extensions/zh
- Extensions not using extension registration/zh