Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apple502j/gugurusearch
MediaWiki extension for people who guguru.
https://github.com/apple502j/gugurusearch
google-search mediawiki-extension
Last synced: 2 days ago
JSON representation
MediaWiki extension for people who guguru.
- Host: GitHub
- URL: https://github.com/apple502j/gugurusearch
- Owner: apple502j
- License: gpl-3.0
- Created: 2019-10-01T16:26:13.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-02T11:30:05.000Z (about 5 years ago)
- Last Synced: 2024-11-02T04:25:08.119Z (about 2 months ago)
- Topics: google-search, mediawiki-extension
- Language: PHP
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GuguruSearch
GuguruSearch is a MediaWiki extension which adds some options for people who like to guguru. I am sure most people gugurud in your life.## How to Use
The easiest way to use this extension is:
```php
wfLoadExtension("GuguruSearch");
```\- of course you put in your LocalSettings.php.
But, if you love to configurate, you can.
```php
$wgGoogleSearchOptions = array(
"googlebot" => "noarchive",
"sitesearch" => true,
"translate" => false,
"verify" => "verifykey",
"unsafe" => false
);
```- `googlebot` options are just like `robots` options but only for Googlebot.
- If `sitesearch` is set to true (explicitly) a search option may appear after the search result. This does not affect MediaWiki's searching.
- If `translate` is set to true (explicitly) the page may be translated automatically when visiting.
- `verify` is for those who have Verify key.
- `unsafe`: you know what it does.