silverstripe / documentconverter
Imports OpenOffice-compatible files (doc, docx, etc) into SilverStripe pages and content.
Installs: 92 003
Dependents: 2
Suggesters: 0
Security: 0
Stars: 7
Watchers: 11
Forks: 4
Open Issues: 5
Type:silverstripe-vendormodule
Requires
- php: ^8.1
- silverstripe/asset-admin: ^2
- silverstripe/cms: ^5
Requires (Dev)
- ext-curl: *
- ext-tidy: *
- ext-zip: *
- phpunit/phpunit: ^9.5
- squizlabs/php_codesniffer: ^3
- 3.x-dev
- 3.0.x-dev
- 3.0.0-beta1
- 2.x-dev
- 2.5.x-dev
- 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-2.4-release
- dev-master
This package is auto-updated.
Last update: 2023-03-23 01:10:39 UTC
README
Overview
The module adds functionality to import OpenOffice-compatible files (doc, docx, etc) into Silverstripe pages and content.
Requirements
- Silverstripe CMS ^4
Note: For a Silverstripe 3.x compatible version, please use the 1.x release line.
Installation
Install with composer by running composer require silverstripe/documentconverter
in the root of your Silverstripe project.
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.