silverstripe / documentconverter
Imports OpenOffice-compatible files (doc, docx, etc) into SilverStripe pages and content.
Installs: 142 319
Dependents: 2
Suggesters: 1
Security: 0
Stars: 7
Watchers: 10
Forks: 4
Open Issues: 7
Type:silverstripe-vendormodule
Requires
- php: ^8.1
- silverstripe/asset-admin: ^2
- silverstripe/cms: ^5
Requires (Dev)
- ext-curl: *
- ext-tidy: *
- ext-zip: *
- phpstan/extension-installer: ^1.3
- phpunit/phpunit: ^9.6
- silverstripe/standards: ^1
- squizlabs/php_codesniffer: ^3
- 4.x-dev
- 3.x-dev
- 3.3.x-dev
- 3.3.0
- 3.3.0-rc1
- 3.3.0-beta1
- 3.2.x-dev
- 3.2.2
- 3.2.1
- 3.2.0
- 3.2.0-rc1
- 3.2.0-beta1
- 3.1.x-dev
- 3.1.1
- 3.1.0
- 3.1.0-rc1
- 3.1.0-beta1
- 3.0.x-dev
- 3.0.2
- 3.0.1
- 3.0.0
- 3.0.0-rc1
- 3.0.0-beta1
- 2.x-dev
- 2.5.x-dev
- 2.5.3
- 2.5.2
- 2.5.1
- 2.5.0
- 2.5.0-rc1
- 2.5.0-beta1
- 2.4.x-dev
- 2.4.0
- 2.4.0-rc1
- 2.4.0-beta1
- 2.3.x-dev
- 2.3.0
- 2.3.0-rc1
- 2.3.0-beta1
- 2.2.x-dev
- 2.2.0
- 2.2.0-rc1
- 2.2.0-beta1
- 2.1.x-dev
- 2.1.1
- 2.1.0
- 2.0.x-dev
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 2.0.0-beta1
- 1.x-dev / 1.1.x-dev
- 1.0.x-dev
- 1.0.15
- 1.0.14
- 1.0.13
- 1.0.12
- 1.0.11
- 1.0.10
- 1.0.9
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.1-rc1
- 0.2.x-dev
- dev-pulls/3/update-js-1725227424
- dev-2.4-release
- dev-master
This package is auto-updated.
Last update: 2024-11-04 00:08:32 UTC
README
Overview
The module adds functionality to import OpenOffice-compatible files (doc, docx, etc) into Silverstripe pages and content.
Installation
composer require silverstripe/documentconverter
Configuration
You will need to set the following three environment variables:
DOCVERT_USERNAME
DOCVERT_PASSWORD
DOCVERT_URL
Note: This module is primarily designed for Common Web Platform (CWP) clients. There will be additional setup required to use this module as intended, if you are not using the CWP government edition.
User Guide
For usage instructions see the User guide.
Translations
Translations of the natural language strings are managed through a third party translation interface, transifex.com. Newly added strings will be periodically uploaded there for translation, and any new translations will be merged back to the project source code.
Please use https://www.transifex.com/projects/p/silverstripe-documentconverter to contribute translations, rather than sending pull requests with YAML files.