امتداد:AboutBlueSpice
Appearance
From mediawiki.org
This page is a translated version of the page Extension:AboutBlueSpice and the translation is 57% complete.
Outdated translations are marked like this.
يدعم هذا الامتداد بوجه عام في مكان خارجي: BlueSpice Community Forum.
لو كنت تحتاج للمساعدة، يجب عليك أن تنشر طلبك هناك، لا على صفحة النقاش.
لو كنت تحتاج للمساعدة، يجب عليك أن تنشر طلبك هناك، لا على صفحة النقاش.
حالة الإصدار مستقر |
|
|---|---|
| بيان | يقدم معلومات عن BlueSpice. |
| المؤلف/المؤلفون | Hallo Welt! GmbH |
| القائم/القائمون بالصيانة | Hallo Welt! GmbH |
| آخر إصدار | - |
| سياسة التوافق | لكل إصدار ميديايويكي يكون إصدار دعم طويل الأجل يوجد فرع مخصص له في الامتداد. |
| MediaWiki | 1.43 (LTS) |
|
|
| Licence | رخصة جنو العمومية 3.0 فقط |
| التنزيل | |
| ترجم الامتداد AboutBlueSpice لو كان متوفرا على translatewiki.net | |
يقدم AboutBlueSpice صفحة معلومات تقدم في كل إصدار من توزيعات ميدياويكي BlueSpice.
يقدم هذا الامتداد للمستخدمين معلومات إضافية من مصدر خارجي (مثل صفحة من نظام إدارة محتوى).
صمم لأغراض تسويقية، حتى يتبع الأفراد وصلة شبكية ترشدهم إلى صفحة خارجية مشمولة.
الاستخدام والسمات
المحتوى مدمج باستخدام Iframe.
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 تم التنفيذ Navigate to Special:Version on your wiki to verify that the extension is successfully installed.