https://github.com/lovasoa/ophir_odt_import
Drupal module to import odt (OpenDocument) files into drupal nodes.
https://github.com/lovasoa/ophir_odt_import
Last synced: 12 months ago
JSON representation
Drupal module to import odt (OpenDocument) files into drupal nodes.
- Host: GitHub
- URL: https://github.com/lovasoa/ophir_odt_import
- Owner: lovasoa
- License: gpl-2.0
- Created: 2014-05-06T13:18:57.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-06T14:04:06.000Z (about 12 years ago)
- Last Synced: 2025-04-03T10:22:36.738Z (about 1 year ago)
- Language: PHP
- Size: 4.99 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
# 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à.