Extension:SearchBlox/pl

This page is a translated version of the page Extension:SearchBlox and the translation is 15% complete.
Podręcznik rozszerzeń MediaWiki
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 GNU General Public License 2.0
Pobieranie
README
Commits
Przykład The Warrior Wiki

  • $wgSearchBloxOrganizationName
  • $wgSearchBloxOrganizationWebsite
  • $wgSearchBloxHost
  • $wgSearchBloxServletUrl
  • $wgSearchBloxFrontendUrl

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 folderze extensions/.
  • 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