README.txt 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. -- SUMMARY --
  2. Wysiwyg API allows to users of your site to use WYSIWYG/rich-text, and other
  3. client-side editors for editing contents. This module depends on third-party
  4. editor libraries, most often based on JavaScript.
  5. For a full description of the module, visit the project page:
  6. http://drupal.org/project/wysiwyg
  7. To submit bug reports and feature suggestions, or to track changes:
  8. http://drupal.org/project/issues/wysiwyg
  9. -- REQUIREMENTS --
  10. * None.
  11. -- INSTALLATION --
  12. * Install as usual, see
  13. http://drupal.org/documentation/install/modules-themes/modules-7
  14. * Go to Administration » Configuration » Content authoring » Wysiwyg,
  15. and follow the displayed installation instructions to download and install one
  16. of the supported editors.
  17. -- CONFIGURATION --
  18. * Go to Administration » Configuration » Content authoring » Text formats, and
  19. - either configure the Full HTML format, assign it to trusted roles, and
  20. disable "HTML filter", "Line break converter", and (optionally) "URL filter".
  21. - or add a new text format, assign it to trusted roles, and ensure that above
  22. mentioned input filters are disabled.
  23. * Setup editor profiles in Administration » Configuration » Content authoring
  24. » Wysiwyg.
  25. -- CONTACT --
  26. Current maintainers:
  27. * Daniel F. Kudwien (sun) - http://drupal.org/user/54136
  28. * Henrik Danielsson (TwoD) - http://drupal.org/user/244227
  29. This project has been sponsored by:
  30. * UNLEASHED MIND
  31. Specialized in consulting and planning of Drupal powered sites, UNLEASHED
  32. MIND offers installation, development, theming, customization, and hosting
  33. to get you started. Visit http://www.unleashedmind.com for more information.