Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/open-csp/wikisearchfront
Front-end for the WikiSearch extension.
https://github.com/open-csp/wikisearchfront
mediawiki search vue
Last synced: about 1 month ago
JSON representation
Front-end for the WikiSearch extension.
- Host: GitHub
- URL: https://github.com/open-csp/wikisearchfront
- Owner: Open-CSP
- License: gpl-2.0
- Created: 2022-01-25T11:05:09.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T14:52:21.000Z (about 2 months ago)
- Last Synced: 2024-10-29T16:11:05.519Z (about 2 months ago)
- Topics: mediawiki, search, vue
- Language: Vue
- Homepage:
- Size: 4.81 MB
- Stars: 4
- Watchers: 4
- Forks: 6
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WikiSearchFront
The **WikiSearchFront** MediaWiki extension is a front-end for [WikiSearch](https://www.mediawiki.org/wiki/Extension:WikiSearch "Extension:WikiSearch") written in Vue.js## Installation
It is recommended to use this extension in combination with [WikiSearch](https://www.mediawiki.org/wiki/Extension:WikiSearch "Extension:WikiSearch") and optionally [WSSemanticParsedText](https://www.mediawiki.org/w/index.php?title=Extension:WSSemanticParsedText&action=edit&redlink=1 "Extension:WSSemanticParsedText (page does not exist)").- Download and place the file(s) in a directory called `WikiSearchFront` in your `extensions/` folder.
- Add the following code at the bottom of your [LocalSettings.php](https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:LocalSettings.php "Special:MyLanguage/Manual:LocalSettings.php"):
wfLoadExtension( 'WikiSearchFront' );
- ![Yes](https://upload.wikimedia.org/wikipedia/commons/thumb/f/f6/OOjs_UI_icon_check-constructive.svg/15px-OOjs_UI_icon_check-constructive.svg.png) **Done** – Navigate to [Special:Version](https://www.mediawiki.org/wiki/Special:Version "Special:Version") on your wiki to verify that the extension is successfully installed.## Usage
See the help page for [using the WikiSearchFront extension](https://www.mediawiki.org/wiki/Help:WikiSearchFront "Help:WikiSearchFront") for further information.## License (GPL-2.0+)
See [LICENSE](https://gitlab.wikibase.nl/community/wssearchfront/-/blob/master/LICENSE).