| a5db5f4a |
1 | /* $Id$ */ |
| 2 | |
| 3 | -- SUMMARY -- |
| 4 | |
| 9e04acaf |
5 | Wysiwyg API allows to users of your site to use WYSIWYG/rich-text, and other |
| 6 | client-side editors for editing contents. This module depends on third-party |
| 7 | editor libraries, most often based on JavaScript. |
| a5db5f4a |
8 | |
| 9 | For a full description visit the project page: |
| 10 | http://drupal.org/project/wysiwyg |
| 11 | Bug reports, feature suggestions and latest developments: |
| 9e04acaf |
12 | http://drupal.org/project/issues/wysiwyg |
| a5db5f4a |
13 | |
| 14 | |
| 15 | -- REQUIREMENTS -- |
| 16 | |
| 9e04acaf |
17 | * None. |
| a5db5f4a |
18 | |
| 19 | |
| 20 | -- INSTALLATION -- |
| 21 | |
| 22 | * Install as usual, see http://drupal.org/node/70151 for further information. |
| a5db5f4a |
23 | |
| 150bc86b |
24 | * Go to Administer > Configuration and modules > Content authoring > Wysiwyg, |
| 25 | and follow the displayed installation instructions to download and install one |
| 26 | of the supported editors. |
| a5db5f4a |
27 | |
| a5db5f4a |
28 | |
| 29 | -- CONFIGURATION -- |
| 30 | |
| 150bc86b |
31 | * Go to Administer > Configuration and modules > Content authoring > Text |
| 32 | formats and |
| a5db5f4a |
33 | |
| 34 | - either configure the Full HTML format, assign it to trusted roles, and |
| 9e04acaf |
35 | disable "HTML filter", "Line break converter", and (optionally) "URL filter". |
| a5db5f4a |
36 | |
| 150bc86b |
37 | - or add a new text format, assign it to trusted roles, and ensure that above |
| a5db5f4a |
38 | mentioned input filters are disabled. |
| 39 | |
| 150bc86b |
40 | * Setup editor profiles in Administer > Configuration and modules > Content |
| 41 | authoring > Wysiwyg. |
| 81a2754f |
42 | |
| a5db5f4a |
43 | |
| a5db5f4a |
44 | -- CONTACT -- |
| 45 | |
| 46 | Current maintainers: |
| 6ffb67f0 |
47 | * Daniel F. Kudwien (sun) - http://drupal.org/user/54136 |
| 48 | * Henrik Danielsson (TwoD) - http://drupal.org/user/244227 |
| a5db5f4a |
49 | |
| 50 | This project has been sponsored by: |
| 51 | * UNLEASHED MIND |
| 52 | Specialized in consulting and planning of Drupal powered sites, UNLEASHED |
| 53 | MIND offers installation, development, theming, customization, and hosting |
| 54 | to get you started. Visit http://www.unleashedmind.com for more information. |
| 55 | |