You are here

README.txt in Scald File Provider 7

SCALD FILE
---------------------------------

Homepage: http://drupal.org/project/scald_file

Contents of this file:

 * Introduction
 * Installation

INTRODUCTION
------------

This module introduces a file provider for the scald module. 
It also provides a common display for all the files in wysiwyg,
atom reference fields and in the library, where the file type 
icon is shown with the filename, and the filename is a link 
to the actual file.

INSTALLATION
------------

Scald file depends on the following module:

- Scald version 1.2 or higher

OPTIONAL COMPONENTS
-------------------
In order to have a preview of the PDF files in the thumbnail,
you may install one of the following:
 * mudraw CLI command (mupdf-tools or mupdf package)
 * pdfdraw CLI command
 * convert CLI command (imagemagick package)
 * Imagick PHP extension

For the CLI commands, PHP must be able to exec().

File

README.txt
View source
  1. SCALD FILE
  2. ---------------------------------
  3. Homepage: http://drupal.org/project/scald_file
  4. Contents of this file:
  5. * Introduction
  6. * Installation
  7. INTRODUCTION
  8. ------------
  9. This module introduces a file provider for the scald module.
  10. It also provides a common display for all the files in wysiwyg,
  11. atom reference fields and in the library, where the file type
  12. icon is shown with the filename, and the filename is a link
  13. to the actual file.
  14. INSTALLATION
  15. ------------
  16. Scald file depends on the following module:
  17. - Scald version 1.2 or higher
  18. OPTIONAL COMPONENTS
  19. -------------------
  20. In order to have a preview of the PDF files in the thumbnail,
  21. you may install one of the following:
  22. * mudraw CLI command (mupdf-tools or mupdf package)
  23. * pdfdraw CLI command
  24. * convert CLI command (imagemagick package)
  25. * Imagick PHP extension
  26. For the CLI commands, PHP must be able to exec().