1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- -- SUMMARY --
- Wysiwyg API allows users of your site to use WYSIWYG/rich-text, and other
- client-side editors for editing contents. This module depends on third-party
- editor libraries, most often based on JavaScript.
- For a full description of the module, visit the project page:
- http://drupal.org/project/wysiwyg
- To submit bug reports and feature suggestions, or to track changes:
- http://drupal.org/project/issues/wysiwyg
- -- REQUIREMENTS --
- * None.
- -- INSTALLATION --
- * Install as usual, see
- http://drupal.org/documentation/install/modules-themes/modules-7
- * Go to Administration » Configuration » Content authoring » Wysiwyg,
- and follow the displayed installation instructions to download and install one
- of the supported editors.
- -- CONFIGURATION --
- * Go to Administration » Configuration » Content authoring » Text formats, and
- - either configure the Full HTML format, assign it to trusted roles, and
- disable "Limit allowed HTML tags", "Convert line breaks...", and
- (optionally) "Convert URLs into links".
- Note that disabling "Limit allowed HTML tags" will allow users to post
- anything, including potentially malicious content. For a more configurable
- alternative to "Limit allowed HTML tags" try
- http://drupal.org/project/wysiwyg_filter.
- - or add a new text format, assign it to trusted roles, and ensure that above
- mentioned input filters are configured as detailed.
- * Setup editor profiles in Administration » Configuration » Content authoring
- » Wysiwyg.
- -- CONTACT --
- Current maintainers:
- * Daniel F. Kudwien (sun) - http://drupal.org/user/54136
- * Henrik Danielsson (TwoD) - http://drupal.org/user/244227
- This project has been sponsored by:
- * UNLEASHED MIND
- Specialized in consulting and planning of Drupal powered sites, UNLEASHED
- MIND offers installation, development, theming, customization, and hosting
- to get you started. Visit http://www.unleashedmind.com for more information.
|