README.txt 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. -- SUMMARY --
  2. Wysiwyg API allows 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 "Limit allowed HTML tags", "Convert line breaks...", and
  21. (optionally) "Convert URLs into links".
  22. Note that disabling "Limit allowed HTML tags" will allow users to post
  23. anything, including potentially malicious content. For a more configurable
  24. alternative to "Limit allowed HTML tags" try
  25. http://drupal.org/project/wysiwyg_filter.
  26. - or add a new text format, assign it to trusted roles, and ensure that above
  27. mentioned input filters are configured as detailed.
  28. * Setup editor profiles in Administration » Configuration » Content authoring
  29. » Wysiwyg.
  30. -- CONTACT --
  31. Current maintainers:
  32. * Daniel F. Kudwien (sun) - http://drupal.org/user/54136
  33. * Henrik Danielsson (TwoD) - http://drupal.org/user/244227
  34. This project has been sponsored by:
  35. * UNLEASHED MIND
  36. Specialized in consulting and planning of Drupal powered sites, UNLEASHED
  37. MIND offers installation, development, theming, customization, and hosting
  38. to get you started. Visit http://www.unleashedmind.com for more information.