lovasoa / ophir_odt_import

Drupal module to import odt (OpenDocument) files into drupal nodes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ODT import module for Drupal

Description

This is a very simple module that imports ODT files into drupal.

The generated HTML markup is simple, and not all odt features are supported.

This is based on a PHP script that converts ODT files to HTML. So the set of supported ODT features is the one of this script: https://github.com/lovasoa/ophir.php

Installation instructions

In drupal, choose Modules > Import from URL

Enter the following url: https://github.com/lovasoa/ophir.php/archive/master.zip

Et voilĂ .

About

Drupal module to import odt (OpenDocument) files into drupal nodes.

License:GNU General Public License v2.0


Languages

Language:PHP 93.4%Language:JavaScript 6.6%