Extension:GoogleCustomWikiSearch/pl
GoogleCustomWikiSearch Status wydania: stabilne |
|
---|---|
Realizacja | Strona specjalna |
Opis | Allows MediaWiki integration with Google Custom Search or Google Site Search. |
Autor(zy) | Ike Hecht (tosfosdyskusja) |
Opiekun(owie) | WikiTeq team |
Ostatnia wersja | 0.6.0 (lipiec 2021) |
Polityka zgodności | Dla każdego wydania MediaWiki, które jest wydaniem wsparcia długoterminowego, istnieje odpowiednia gałąź w rozszerzeniu. |
MediaWiki | 1.31-1.35, 1.39 |
Zmiany w bazie danych | Nie |
Licencja | Licencja GNU General Public License 2.0 |
Pobieranie | |
|
|
Quarterly downloads | 7 (Ranked 124th) |
Przetłumacz rozszerzenie GoogleCustomWikiSearch jeżeli jest dostępne na translatewiki.net | |
Problemy | Otwarte zadania · Zgłoś błąd |
The Google Custom Wiki Search extension allows MediaWiki integration with Google Custom Search or Google Site Search.
Użycie
Defines a special page (Special:GoogleCustomWikiSearch) that performs a Google search on the wiki. These results can also optionally be appended to the standard wiki search or can replace the built-in search functionality.
Pobieranie
The extension can be retrieved directly from Git
[?]:
- Browse code
- Some extensions have tags for stable releases.
- Browse tags
- Select the tag
- Click "snapshot"
- Each branch is associated with a past MediaWiki release. There is also a "master" branch containing the latest alpha version (might require an alpha version of MediaWiki).
- Browse branches
- Select a branch name
- Kliknij "Kontynuuj"
Extract the snapshot and place it in the extensions/GoogleCustomWikiSearch/ directory of your MediaWiki installation.
If you are familiar with Git and have shell access to your server, you can also obtain the extension as follows:
cd extensions/
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/GoogleCustomWikiSearch.git
Instalacja
- Pobierz i umieść plik(i) w katalogu o nazwie
GoogleCustomWikiSearch
w folderzeextensions/
.
Developers and code contributors should install the extension from Git instead, using:cd extensions/
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/GoogleCustomWikiSearch - Dodaj poniższy kod na dole twojego pliku LocalSettings.php :
wfLoadExtension( 'GoogleCustomWikiSearch' );
- Configure as required
- Zrobione – Przejdź do Special:Version na twojej wiki, aby sprawdzić czy rozszerzenie zostało pomyślnie zainstalowane.
Do użytkowników używających wersji MediaWiki 1.35 lub wcześniejszej:
Powyższe instrukcje opisują nowy sposób instalowania tego rozszerzenia z wykorzystaniem wfLoadExtension()
.
Jeżeli chcesz zainstalować to rozszerzenie we wcześniejszych wersjach (MediaWiki 1.35 i wcześniejsze), zamiast wfLoadExtension( 'GoogleCustomWikiSearch' );
użyj:
require_once "$IP/extensions/GoogleCustomWikiSearch/GoogleCustomWikiSearch.php";
Konfiguracja
Important: The global names were changed in version 0.3!
Basic
$wgGoogleCustomWikiSearchId
- Google Custom Search ID - requires account with Google. The ID can be found in your GCS control panel under "basic information". Note that if this is left blank (not set in LocalSettings), the result will be a Google site search. (Note: There is a bug in the current version. If this parameter is left blank, you must set$wgGoogleCustomWikiSearchCodeVersion = 1;
.)$wgGoogleCustomWikiSearchReplaceSearch
- Set totrue
to completely replace the MediaWiki search engine with a Google search. Defaults tofalse
.$wgGoogleCustomWikiSearchAppendToSearch
- Append to standard search results? Only makes sense if $wgGoogleCustomWikiSearchReplaceSearch is false.
Zaawansowane
$wgGoogleCustomWikiSearchTheme
- This may be overwitten by Control Panel settings in Google script Version 2. Possible values are: 'DEFAULT', 'BUBBLEGUM', 'ESPRESSO', 'GREENSKY', 'MINIMALIST', 'SHINY'$wgGoogleCustomWikiSearchCodeVersion
- What version of Google's script we should use. This defaults to Version 2, which allows customization in your GCS Control Panel. Can also be set to 1, which was the default in version < 0.3.$wgGoogleCustomWikiSearchOptions
- For those who want additional customization, set this instead of $gcwsID (which will be ignored if this is set). Set this variable to equal the insertion code provided by Google. Support for this feature is somewhat experimental.
- It should be set similar to this example:
$wgGoogleCustomWikiSearchOptions = <<<END
var customSearchOptions = {};
var orderByOptions = {};
/* lots of other Google code here */
END;
- Note: The custom search options variable may leave out customSearchControl.draw, though options will only display then if the variable is named "options".
Zobacz też
To rozszerzenie jest dołączone do następujących farm/hostów wiki lub pakietów: To nie jest pełna lista. Niektóre farmy/hosty wiki lub pakiety mogą zawierać to rozszerzenie nawet jeśli nie są one tutaj wymienione. Zawsze sprawdzaj swoje farmy/hosty wiki, aby to potwierdzić. |
- Extensions by WikiTeq/pl
- Stable extensions/pl
- Special page extensions/pl
- GPL licensed extensions/pl
- Extensions in Wikimedia version control/pl
- SpecialSearchSetupEngine extensions/pl
- SpecialPageAfterExecute extensions/pl
- All extensions/pl
- Extensions still supporting pre-registration versions
- Extensions included in MyWikis/pl
- Google extensions/pl
- Search extensions/pl