No edit summary |
m (Text replacement - "BlueSpice Cloud" to "BlueSpice cloud") |
||
Line 3: | Line 3: | ||
|developer=HalloWelt | |developer=HalloWelt | ||
|type=BlueSpice | |type=BlueSpice | ||
|edition=BlueSpice pro, BlueSpice free, BlueSpice Farm, BlueSpice | |edition=BlueSpice pro, BlueSpice free, BlueSpice Farm, BlueSpice cloud | ||
|compatible=BlueSpice | |compatible=BlueSpice | ||
|category=Export | |category=Export |
Revision as of 10:49, 7 June 2024
Extension: BlueSpiceUniversalExport
Overview | |||
---|---|---|---|
Description: |
Enables MediaWiki to export pages into different formats | ||
State: | stable | Dependency: | BlueSpice |
Developer: | HalloWelt | License: | GPL-3.0-only |
Type: | BlueSpice | Category: | Export |
Edition: | BlueSpice pro, BlueSpice free, BlueSpice Farm"BlueSpice Farm" is not in the list (BlueSpice free, BlueSpice free (deactivated), BlueSpice pro, BlueSpice pro (deactivated), BlueSpice farm, BlueSpice farm (deactivated), BlueSpice cloud, BlueSpice cloud (deactivated)) of allowed values for the "BSExtensionInfoEdition" property., BlueSpice cloud | Version: | 4.1+ |
Features
BlueSpiceUniversalExport enables the export of wiki page content to various formats. It incorporates various modules, each serving as exporter for a particular format or type of export.
The export is executed taking into account the export settings (parameters, tags). It checks permissions and collects the parameters and metadata of the entities to be exported, providing the context for the export module.
It supports the following export modules:
- UEModuleBookPDF
- UEModuleHTML
- UEModulePDF
- UEModulePDFRecursive
- UEModulePDFSubpages
- UEModuleTable2Excel
Technical Information
This information applies to BlueSpice 4. Technical details for BlueSpice cloud can differ in some cases.
Requirements
- MediaWiki: 1.39.0
- BlueSpiceFoundation: 4.3
Integrates into
- BlueSpiceUniversalExport
- BlueSpiceVisualEditorConnector
- ContentDroplets
Special pages
- UniversalExport
Configuration
Name | Value |
---|---|
UniversalExportCategoryBlacklist | array ( 0 => 'Confidential', 1 => 'Internal', ) |
UniversalExportCategoryWhitelist | array ( 0 => 'Exportable', 1 => 'Public', ) |
UniversalExportMetadataDefaults | '{"creator":"Hallo Welt! GmbH"}' |
UniversalExportMetadataOverrides | '{"producer":"UniversalExport 4.3.0 (BlueSpice MediaWiki)"}' |
UniversalExportParamsDefaults | array ( 'format' => 'pdf', 'pdf-merging' => '0', 'attachments' => '0', 'recursive' => false, 'filter' => 'use-all', ) |
UniversalExportParamsOverrides | array ( 'use-serverside-caching' => false, 'pdf-attachment-formats' => array ( 0 => 'doc', 1 => 'docx', 2 => 'xls', 3 => 'xlsx', 4 => 'ppt', 5 => 'pptx', 6 => 'odt', 7 => 'ods', 8 => 'odp', 9 => 'odg', 10 => 'svg', ), ) |
Hooks
Accessibility
Test status: | 2-testing complete |
---|---|
Last test date: | 2022-08-09
|
Extension type: | backend
|