File: control

package info (click to toggle)
python-django-tinymce 1.5-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, wheezy
  • size: 184 kB
  • ctags: 61
  • sloc: python: 334; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,247 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Source: python-django-tinymce
Section: python
Priority: extra
Maintainer: Daniel Watkins <daniel@daniel-watkins.co.uk>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 7), python-support
Standards-Version: 3.9.0
Homepage: http://code.google.com/p/django-tinymce/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-django-tinymce/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-django-tinymce/trunk/

Package: python-django-tinymce
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-django (>= 1.0), tinymce
Conflicts: python-tinymce
Description: replacement text widget for Django web framework
 TinyMCE is a pure JavaScript rich text editor, allowing non-technical users to
 easily enter formatted text. This package allows TinyMCE to be used as an
 alternative widget for text areas, a drop-in replacement, within both the
 Django admin interface and user-facing views.
 .
 Features:
  * 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.