Difference between revisions of "Reference:BlueSpiceUniversalExport"
Fbaeckmann (talk | contribs) m (Text replacement - "|edition=BlueSpice free |active=Yes" to "|edition=BlueSpice free, BlueSpice pro, BlueSpice Farm, BlueSpice Cloud |active=Yes") |
(Tag: 2017 source edit) |
Extension: BlueSpiceUniversalExport
Overview | |||
---|---|---|---|
Description: | Enables the single page export to PDF. MediaWiki to export pages into different formats | ||
State: | stable | Dependency: | BlueSpice |
Developer: | HalloWelt | License: |
GPL v3 only-3.0-onlyProperty "BSExtensionInfoLicense" (as page type) with input value "</br>GPL-3.0-only" contains invalid characters or is incomplete and therefore can cause unexpected results during a query or annotation process. |
Type: | BlueSpice | Category: | Export |
Edition: | BlueSpice free, BlueSpice pro, BlueSpice Farm, BlueSpice Cloud | ||
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[edit
This information applies to BlueSpice 3 . Technical details for BlueSpice cloud can differ in some cases.
Requirements[edit
Some aspects of this extension can be configured in the ConfigManager, extension BlueSpiceUniversalExport. Here, wiki administrators can configure:
- Default metadata (JSON format)
- Override metadata (JSON format)
This extension does not provide any permissions. The permissions are handled by the individual modules insstead.
Requirements[edit | edit source]
UniversalExport requires BlueSpiceFoundation.
More info[edit | edit source]
For detailed description and usage, visit our help page.
Demo[edit | edit source]
You can export a wiki page in our BlueSpiceDemo.
- MediaWiki: 1.31
- BlueSpiceFoundation: 3.2
Integrates into[edit source]
- BlueSpiceUniversalExport
- BlueSpiceVisualEditorConnector
Special pages[edit source]
- UniversalExport
Configuration[edit source]
Name | Value |
---|---|
UniversalExportCategoryBlacklist | array ( 0 => 'Confidential', 1 => 'Internal', ) |
UniversalExportCategoryWhitelist | array ( 0 => 'Exportable', 1 => 'Public', ) |
UniversalExportMetadataDefaults | '{"creator":"Hallo Welt! GmbH"}' |
UniversalExportMetadataOverrides | '{"producer":"UniversalExport 3.0.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[edit source]
{{BSExtensionInfobox |desc=Enables the single page export to PDF. |BSExtensionInfo |status=stable |developer=HalloWelt |type=BlueSpice |edition=BlueSpice free, BlueSpice pro, BlueSpice Farm, BlueSpice Cloud |active=Yes |compatible=BlueSpice |category=Export |license=GPL v3 only |docu=https://www.mediawiki.org/wiki/Extension:UniversalExport }} 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. ==Usage / features== 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: * [[Reference:BlueSpiceUEModuleBookPDF|{{!}}UEModuleBookPDF]] * [[Reference:BlueSpiceUEModuleHTML|{{!}}UEModuleHTML]] * [[Reference:BlueSpiceUEModulePDF|{{!}}UEModulePDF]] * [[Reference:BlueSpiceUEModulePDFRecursive|{{!}}UEModulePDFRecursive]] * [[Reference:BlueSpiceUEModulePDFSubpages|{{!}}UEModulePDFSubpages]] * [[Reference:BlueSpiceUEModuleTable2Excel|{{!}}UEModuleTable2Excel]] ==Technical information== ===Configuration=== Some aspects of this extension can be configured in the ConfigManager, extension ''BlueSpiceUniversalExport''. Here, wiki administrators can configure: *Default metadata (JSON format) *Override metadata (JSON format) ===Rights (permissions)=== This extension does not provide any permissions. The permissions are handled by the individual modules insstead. ===Requirements=== UniversalExport requires [[Reference:BlueSpiceFoundation|BlueSpiceFoundation]]. ==More info== For detailed description and usage, visit our [[Manual:Extension/BlueSpiceUniversalExport|help page.]] ==Demo== You can export a wiki page in our [https://en.demo.bluespice.com/wiki/Main_Page BlueSpiceDemo.] {{Translation}} [[Category:BlueSpice free]] [[Category:Extension]]}}
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | {{ | + | {{BSExtensionInfo |
− | |||
|status=stable | |status=stable | ||
|developer=HalloWelt | |developer=HalloWelt | ||
|type=BlueSpice | |type=BlueSpice | ||
|edition=BlueSpice free, BlueSpice pro, BlueSpice Farm, BlueSpice Cloud | |edition=BlueSpice free, BlueSpice pro, BlueSpice Farm, BlueSpice Cloud | ||
− | |||
|compatible=BlueSpice | |compatible=BlueSpice | ||
|category=Export | |category=Export | ||
− | | | + | |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. |
− | |||
− | |||
− | '''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. | 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. | ||
Line 19: | Line 12: | ||
It supports the following export modules: | It supports the following export modules: | ||
− | * [[Reference:BlueSpiceUEModuleBookPDF | + | * [[Reference:BlueSpiceUEModuleBookPDF{{!}}UEModuleBookPDF]] |
− | * [[Reference:BlueSpiceUEModuleHTML | + | * [[Reference:BlueSpiceUEModuleHTML{{!}}UEModuleHTML]] |
− | * [[Reference:BlueSpiceUEModulePDF | + | * [[Reference:BlueSpiceUEModulePDF{{!}}UEModulePDF]] |
− | * [[Reference:BlueSpiceUEModulePDFRecursive | + | * [[Reference:BlueSpiceUEModulePDFRecursive{{!}}UEModulePDFRecursive]] |
− | * [[Reference:BlueSpiceUEModulePDFSubpages | + | * [[Reference:BlueSpiceUEModulePDFSubpages{{!}}UEModulePDFSubpages]] |
− | * [[Reference:BlueSpiceUEModuleTable2Excel | + | * [[Reference:BlueSpiceUEModuleTable2Excel{{!}}UEModuleTable2Excel]] |
− | + | }} | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |