You are here

readme.txt in CKEditor Link File 7

Same filename and directory in other branches
  1. 7.2 readme.txt
CONTENTS OF THIS FILE
---------------------

 * Introduction
 * Requirements
 * Installation
 * Usage
 * Sponsors

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

Current Maintainers:

 * Devin Carlson <http://drupal.org/user/290182>

CKEditor Link File provides integration between CKEditor Link and File entity,
allowing editors to link to files from within CKEditor.

CKEditor Link File gives editors three important tools:

 * A simple method of linking to existing files (promoting file reuse and
   helping to eliminate duplicate files).
 * The ability to link to files, file URLs or file downloads (configurable by an
   administrator).
 * The ability to restrict links to certain file types such as audio, video,
   images or documents (configurable by an administrator).

REQUIREMENTS
------------

CKEditor Link File has two dependencies.

Contributed modules
 * CKEditor Link
 * File entity

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

To install CKEditor Link File:

 * CKEditor Link File can be installed using the standard module installation
   process (http://drupal.org/documentation/install/modules-themes/modules-7).

USAGE
-----

CKEditor Link File adds file support to CKEditor Link.

With CKEditor Link File installed, users can link to files in addition to menu
items, taxonomy terms and nodes which CKEditor Link supports out of the box.

CKEditor Link File provides three file link methods: file, URL and download.
 * File
    Provide a link to view the file entity itself (file/%fid)
 * URL
    Link to a web-accessible URL of the file (example.com/files/image.jpg)
 * Download
    A special link to the file which forces the visitor's browser to download
    the file instead of opening it.

Sponsors
--------

Development of CKEditor Link File is sponsored by the Ontario Ministry of
Northern Development and Mines (http://www.mndm.gov.on.ca).

File

readme.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Requirements
  5. * Installation
  6. * Usage
  7. * Sponsors
  8. INTRODUCTION
  9. ------------
  10. Current Maintainers:
  11. * Devin Carlson
  12. CKEditor Link File provides integration between CKEditor Link and File entity,
  13. allowing editors to link to files from within CKEditor.
  14. CKEditor Link File gives editors three important tools:
  15. * A simple method of linking to existing files (promoting file reuse and
  16. helping to eliminate duplicate files).
  17. * The ability to link to files, file URLs or file downloads (configurable by an
  18. administrator).
  19. * The ability to restrict links to certain file types such as audio, video,
  20. images or documents (configurable by an administrator).
  21. REQUIREMENTS
  22. ------------
  23. CKEditor Link File has two dependencies.
  24. Contributed modules
  25. * CKEditor Link
  26. * File entity
  27. INSTALLATION
  28. ------------
  29. To install CKEditor Link File:
  30. * CKEditor Link File can be installed using the standard module installation
  31. process (http://drupal.org/documentation/install/modules-themes/modules-7).
  32. USAGE
  33. -----
  34. CKEditor Link File adds file support to CKEditor Link.
  35. With CKEditor Link File installed, users can link to files in addition to menu
  36. items, taxonomy terms and nodes which CKEditor Link supports out of the box.
  37. CKEditor Link File provides three file link methods: file, URL and download.
  38. * File
  39. Provide a link to view the file entity itself (file/%fid)
  40. * URL
  41. Link to a web-accessible URL of the file (example.com/files/image.jpg)
  42. * Download
  43. A special link to the file which forces the visitor's browser to download
  44. the file instead of opening it.
  45. Sponsors
  46. --------
  47. Development of CKEditor Link File is sponsored by the Ontario Ministry of
  48. Northern Development and Mines (http://www.mndm.gov.on.ca).