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. |
SearchBlox 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 |
Licencja | Licencja GNU General Public License 2.0 |
Pobieranie | Pobierz snapshot 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
SearchBlox
w 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.
Configuration parameters
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
- GPL licensed extensions/pl
- Extensions in GitHub version control/pl
- SpecialSearchResults extensions/pl
- SpecialSearchNoResults extensions/pl
- ResourceLoaderGetConfigVars extensions/pl
- All extensions/pl
- Extensions not using extension registration/pl