K (1 Version importiert) |
K (1 Version importiert) |
||
(13 dazwischenliegende Versionen von 4 Benutzern werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
{{ | ==DescriptionMsg== | ||
{{ | {{AutoDocDescriptionMsg | ||
| | |name = BlueSpiceUniversalExport | ||
|desc = {{int:bs-universalexport-desc | |||
{{ | }} | ||
}} | |||
{{ | ==License== | ||
{{ | {{AutoDocLicense | ||
|name = GPL-3.0-only | |||
}} | |||
==Requirements== | |||
{{AutoDocRequirements | |||
|mediawiki = {{AutoDocVersion | |||
|name = MediaWiki | |||
|version = 1.39.0 | |||
}} | |||
|extensions = {{AutoDocVersion | |||
|name = BlueSpiceFoundation | |||
|version = 4.3 | |||
}} | |||
}} | |||
==IntegratesInto== | |||
{{AutoDocIntegratesInto | |||
|into = {{AutoDocListItem | |||
|item = BlueSpiceUniversalExport | |||
}} | |||
{{AutoDocListItem | |||
|item = BlueSpiceVisualEditorConnector | |||
}} | |||
{{AutoDocListItem | |||
|item = ContentDroplets | |||
}} | |||
}} | |||
==SpecialPages== | |||
{{AutoDocSpecialPages | |||
|SpecialPages = {{AutoDocCallback | |||
|name = UniversalExport | |name = UniversalExport | ||
| | |callback = SpecialUniversalExport | ||
}} | |||
{{ | }} | ||
==Config== | |||
{{AutoDocConfig | |||
|config = {{AutoDocOption | |||
|name = UniversalExportCategoryBlacklist | |||
|value = <nowiki>array ( | |||
0 => 'Confidential', | |||
1 => 'Internal', | |||
)</nowiki> | |||
}} | |||
{{AutoDocOption | |||
|name = UniversalExportCategoryWhitelist | |||
|value = <nowiki>array ( | |||
0 => 'Exportable', | |||
1 => 'Public', | |||
)</nowiki> | |||
}} | |||
{{AutoDocOption | |||
|name = UniversalExportMetadataDefaults | |||
|value = <nowiki>'{"creator":"Hallo Welt! GmbH"}'</nowiki> | |||
}} | |||
{{AutoDocOption | |||
|name = UniversalExportMetadataOverrides | |||
|value = <nowiki>'{"producer":"UniversalExport 4.3.0 (BlueSpice MediaWiki)"}'</nowiki> | |||
}} | |||
{{AutoDocOption | |||
|name = UniversalExportParamsDefaults | |||
|value = <nowiki>array ( | |||
'format' => 'pdf', | |||
'pdf-merging' => '0', | |||
'attachments' => '0', | |||
'recursive' => false, | |||
'filter' => 'use-all', | |||
)</nowiki> | |||
}} | |||
{{AutoDocOption | |||
|name = UniversalExportParamsOverrides | |||
|value = <nowiki>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', | |||
), | |||
)</nowiki> | |||
}} | |||
}} | |||
==Hooks== | |||
{{AutoDocHooks | |||
|Hooks = {{AutoDocCallback | |||
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/BSUsageTrackerRegisterCollectors BSUsageTrackerRegisterCollectors] | |||
|callback = \BlueSpice\UniversalExport\Hook\BSUsageTrackerRegisterCollectors\AddUEExcludeArticleTag::callback, \BlueSpice\UniversalExport\Hook\BSUsageTrackerRegisterCollectors\AddUEExcludeTag::callback, \BlueSpice\UniversalExport\Hook\BSUsageTrackerRegisterCollectors\AddUEHideTitleTag::callback, \BlueSpice\UniversalExport\Hook\BSUsageTrackerRegisterCollectors\AddUEMetaTag::callback, \BlueSpice\UniversalExport\Hook\BSUsageTrackerRegisterCollectors\AddUEPageBreakTag::callback, \BlueSpice\UniversalExport\Hook\BSUsageTrackerRegisterCollectors\AddUEParamsTag::callback | |||
}} | |||
{{AutoDocCallback | |||
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/BeforePageDisplay BeforePageDisplay] | |||
|callback = skin | |||
}} | |||
{{AutoDocCallback | |||
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/MWStakeCommonUIRegisterSkinSlotComponents MWStakeCommonUIRegisterSkinSlotComponents] | |||
|callback = discovery-skin | |||
}} | |||
{{AutoDocCallback | |||
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/SidebarBeforeOutput SidebarBeforeOutput] | |||
|callback = skin | |||
}} | |||
}} | |||
Aktuelle Version vom 10. Juli 2024, 14:52 Uhr
DescriptionMsg
Aktiviert MediaWiki zum Exportieren von Seiten in verschiedene Formate
License
GPL v3
Requirements
- MediaWiki: 1.39.0
- BlueSpiceFoundation: 4.3
IntegratesInto
- BlueSpiceUniversalExport
- BlueSpiceVisualEditorConnector
- ContentDroplets
SpecialPages
- UniversalExport
Config
Konfiguration
Name | Wert |
---|---|
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', ), ) |