Don't use trunk, use 1.5 release.
Plans:
- As of February trunk is very unstable and will contain some merges/patches not tested and likely to fail.
- Current goals for next release is to fix all issues reported and maintain compatibility with django-filebrowser and upcoming django 1.2 release.
django-tinymce is:
A Django application that contains a widget to render a form field as a TinyMCE editor.
Features:
- Use as a form widget or with a view.
- Enhanced support for content languages.
- Integration with the TinyMCE spellchecker.
- Enables predefined link and image lists for dialogs.
- Can compress the TinyMCE Javascript code.
- Integration with django-filebrowser.
Getting tinymce
Option 1: Get the latest release
The latest release of tinymce is 1.5. First download django-tinymce-1.5.tar.gz. Then:
tar xzvf django-tinymce-1.5.tar.gz cd django-tinymce-1.5 sudo python setup.py install
You can find the documentation in the docs directory or online.
Option 2: Get the trunk from the repository
The latest changes will only be in the source repository. Get it using this shell command, which requires Subversion:
svn co http://django-tinymce.googlecode.com/svn/trunk/ django-tinymce
You can find the documentation in the docs directory or online.