Skip to content

Commit

Permalink
Added templates to manifest. Small documentation fixes.
Browse files Browse the repository at this point in the history
git-svn-id: http://django-tinymce.googlecode.com/svn/trunk@72 d77dbfcb-f654-0410-9b52-53af79b86e66
  • Loading branch information
joost@cassee.net committed Jan 22, 2009
1 parent 6c02d2b commit f8e6dc8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
@@ -1,2 +1,3 @@
include *.txt *.py
include docs/*.rst
recursive-include tinymce/templates *.js
3 changes: 3 additions & 0 deletions docs/history.rst
Expand Up @@ -2,6 +2,9 @@
Changelog
=========

2009-01-18:
* Released version 1.4.

2009-01-15:
* Added integration with `django-filebrowser`_.
* Released version 1.3.
Expand Down
4 changes: 2 additions & 2 deletions docs/installation.rst
Expand Up @@ -26,7 +26,7 @@ If you want to use the `spellchecker plugin`_ using the supplied view (no PHP ne
Installation
------------

#. Place the ``tinymce`` module in your Python path. You could put it into your Django project directory or run ``python setup.py install`` from a shell.)
#. Place the ``tinymce`` module in your Python path. You can put it into your Django project directory or run ``python setup.py install`` from a shell.

#. Copy the ``jscripts/tiny_mce`` directory from the TinyMCE distribution into a directory named ``js`` in your media root. You can override the location in your settings (see below).

Expand Down Expand Up @@ -58,7 +58,7 @@ The application can be configured by editing the project's ``settings.py`` file.

``TINYMCE_JS_URL`` (default: ``settings.MEDIA_URL + 'js/tiny_mce/tiny_mce.js'``)
The URL of the TinyMCE javascript file.

``TINYMCE_JS_ROOT`` (default: ``settings.MEDIA_ROOT + 'js/tiny_mce'``)
The filesystem location of the TinyMCE files.

Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -28,6 +28,7 @@
* Integration with the TinyMCE spellchecker.
* Enables predefined link and image lists for dialogs.
* Can compress the TinyMCE javascript files.
* Integration with django-filebrowser.
""",
license = "MIT License",
keywords = "django widget tinymce",
Expand Down

0 comments on commit f8e6dc8

Please sign in to comment.