Erweiterungen:AboutBlueSpice
Appearance
From mediawiki.org
This page is a translated version of the page Extension:AboutBlueSpice and the translation is 29% complete.
This extension is mainly supported in an external venue: BlueSpice Community Forum.
If you need help, you should post there, and not on the talk page.
If you need help, you should post there, and not on the talk page.
Freigabestatus: stabil |
|
|---|---|
| Beschreibung | Provides information about BlueSpice. |
| Autor(en) | Hallo Welt! GmbH |
| Betreuer | Hallo Welt! GmbH |
| Letzte Version | - |
| Kompatibilitätspolitik | Für jede MediaWiki-Version, die ein Long Term Support Release ist, existiert ein entsprechender Zweig in der Erweiterung. |
| MediaWiki | 1.43 (LTS) |
|
|
| Licence | nur GNU General Public License 3.0 |
| Herunterladen | |
| Übersetze die AboutBlueSpice-Erweiterung, wenn sie auf translatewiki.net verfügbar ist | |
AboutBlueSpice offers a special information page, which is delivered with every edition of a BlueSpice MediaWiki distribution.
This extension provides users with additional information that cannot be edited from the frontend.
It was developed for marketing reasons, so that people can be directed to a predefined page to learn more about the distribution.
Verwendung / Funktionen
The content is delivered as page Special:AboutBlueSpice.
Installation
- Add the repo url (https://github.com/wikimedia/mediawiki-extensions-BlueSpiceAbout
.git) as a "vcs repository" and the package name (mediawiki/BlueSpiceAbout) and version to the require section of your composer.local.json . Example:
{ "repositories":[ { "type":"vcs", "url":"https://github.com/wikimedia/mediawiki-extensions-BlueSpiceAbout .git" } ], "require":{ "mediawiki/BlueSpiceAbout":"BlueSpiceAbout" } }
- Run the following command in your MediaWiki installation path
composer update --no-dev
- Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'BlueSpiceAbout' );
- Yes Erledigt Navigate to Special:Version on your wiki to verify that the extension is successfully installed.