Extension:SearchBlox/pl
Appearance
To rozszerzenie nie jest aktualnie aktywnie rozwijane! Pomimo, że może nadal działać, jakiekolwiek zgłoszenia błędów lub propozycji funkcji będą najprawdopodobniej ignorowane. |
Status wydania: niewspierane |
|
|---|---|
| Realizacja | Interfejs użytkownika, Wyszukiwanie |
| Opis | Queries a SearchBlox server when there are only a few search matches |
| Autor(zy) | Michael Overmeyer (Movermeyerdyskusja) |
| Ostatnia wersja | 0.1.0 (2013-04-19) |
| MediaWiki | 1.18+ |
| Zmiany w bazie danych | Nie |
|
|
|
| License | GNU General Public License 2.0 |
| Pobieranie | Pobierz snapshot GitHub: Uwaga: README Commits |
| Przykład | The Warrior Wiki |
The SearchBlox extension will query a SearchBlox Server and show the results if your normal search would have returned < 10 "Page text matches".
Instalacja
- Pobierz i umieść plik(i) w katalogu o nazwie
SearchBloxw folderzeextensions/. - Dodaj poniższy kod na dole twojego pliku LocalSettings.php:
require_once "$IP/extensions/SearchBlox/SearchBlox.php";
Zrobione – Przejdź do Special:Version na twojej wiki, aby sprawdzić czy rozszerzenie zostało pomyślnie zainstalowane.
Parametry konfiguracyjne
| Variable name | Default value | Opis |
|---|---|---|
| $wgSearchBloxOrganizationName | "Example Inc." | Name of the organization running the SearchBlox server |
| $wgSearchBloxOrganizationWebsite | "http://example.com" | URL of the orgnization's main website |
| $wgSearchBloxHost | "http://searchblox.example.com" | Host of the SearchBlox Server |
| $wgSearchBloxServletUrl | "http://searchblox.example.com/searchblox/servlet/SearchServlet" | URL to launch queries against |
| $wgSearchBloxFrontendUrl | "http://searchblox.example.com/searchblox/plugin/index.html" | URL to direct users to for more results |
Categories:
- Unmaintained extensions/pl
- User interface extensions/pl
- Search extensions/pl
- SpecialSearchResults extensions/pl
- SpecialSearchNoResults extensions/pl
- ResourceLoaderGetConfigVars extensions/pl
- GPL licensed extensions/pl
- Extensions in GitHub version control/pl
- All extensions/pl
- Extensions not using extension registration/pl
