No edit summary Tag: 2017 source edit |
No edit summary Tag: 2017 source edit |
||
Line 11: | Line 11: | ||
|license=GPL v3 only | |license=GPL v3 only | ||
}} | }} | ||
==Certificates== | ===Certificates=== | ||
If self-signed certificates are being used (and if no outbound connections are allowed) one must set | If self-signed certificates are being used (and if no outbound connections are allowed) one must set | ||
<syntaxhighlight lang="text"> | <syntaxhighlight lang="text"> |
Latest revision as of 07:42, 23 April 2025
Extension: BlueSpiceTranslationTransfer
Overview | |||
---|---|---|---|
Description: |
Enables the translation and transfer of pages among wiki instances | ||
State: | stable | Dependency: | BlueSpice |
Developer: | HalloWelt | License: | GPL-3.0-only |
Type: | BlueSpice | Category: | Administration |
Edition: | BlueSpice farm | Version: | 5.0+ |
Technical Information
Technical details for BlueSpice cloud can differ in some cases.
Requirements
- MediaWiki: 1.43.0
- BlueSpiceFoundation: 5.0.0
- BlueSpiceVisualEditorConnector: *
- ContentTransfer: *
- MergeArticles: *
- VisualEditor: *
Integrates into
- BlueSpiceDiscovery
- BlueSpiceTranslationTransfer
Special pages
- TranslationDictionary
- TranslationsGlossary
- TranslationsOverview
Configuration
Name | Value |
---|---|
DeeplTranslateConversionConfig | array ( 'translatePageTitle' => false, 'addDisplayTitleToContent' => true, 'translateNamespaces' => true, 'namespaceMap' => array ( ), 'translateMagicWords' => true, ) |
DeeplTranslateServiceAuth | '' |
DeeplTranslateServiceUrl | 'https://api.deepl.com/v2/translate' |
TranslateTransferFilesToDraft | true |
TranslateTransferNamespaces | array ( ) |
TranslateTransferTargetNamespaceMapping | array ( ) |
TranslateTransferTargets | array ( ) |
API Modules
- bs-translation-transfer-convert
- bs-translation-transfer-foreign-page-tasks
- bs-translation-transfer-tasks
Hooks
- BeforePageDisplay
- BlueSpiceDiscoveryTemplateDataProviderAfterInit
- GetDoubleUnderscoreIDs
- LoadExtensionSchemaUpdates
- MergeArticlesAfterMergePage
- PageDeleteComplete
- PageMoveComplete
- PageSaveComplete
- ParserFirstCallInit
- SkinTemplateNavigation::Universal
Composer requirements
all-packages | mwstake/mediawiki-component-commonuserinterface
mwstake/mediawiki-component-deepl-translator mwstake/mediawiki-component-commonwebapis |
---|
Certificates
If self-signed certificates are being used (and if no outbound connections are allowed) one must set
$GLOBALS['wgWikiFarmConfig_internalServer'] = 'http://wiki-web:9090';
in data/bluespice/pre-init-settings.php
.