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

3.0.0-beta1 2023-01-31 21:19 UTC

README

CI Silverstripe supported module

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.