Extension:UniversalExport
Jump to navigation
Jump to search
UniversalExport Release status: stable |
|
---|---|
![]() |
|
Description | This the base extension for exports in BlueSpice |
Author(s) | Hallo Welt! GmbH |
Maintainer(s) | Hallo Welt! GmbH |
Latest version | 3.1.8 (2020-07-09) |
Compatibility policy | LTS release branches |
MediaWiki | 1.31 (LTS) |
License | GNU General Public License 3.0 only |
Download | See BlueSpice on SourceForge |
Example | en.demo.bluespice.com |
|
|
Translate the UniversalExport extension if it is available at translatewiki.net | |
Issues | Open tasks · Report a bug |
UniversalExport is the base extension for other export extensions. It incorporates various modules, each serving as exporter for a particular format or type of export.
Usage / features[edit]
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
Installation[edit]
- Download and place the file(s) in a directory called
UniversalExport
in yourextensions/
folder. - Add the following code at the bottom of your LocalSettings.php:
wfLoadExtension( 'UniversalExport' );
Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
External links[edit]
- Helpdesk: UniversalExport