tinymce for Debian
------------------
The package installs all the files needed by tinymce under `/usr/share/tinymce/www'.
It's pretty easy to use tinymce within your webapp, you just have alias that directory to "tinymce":
Alias /tinymce/ /usr/share/tinymce/www/
Options Indexes MultiViews FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
Then you just have to add the folloing lines to whatever HTML output you want:
[...]
[...]
You can access http:///tinymce/example.html to check if everything works well.
About the tinymce-doc package
-----------------------------
TinyMCE does not provide a -doc package anymore (it used to in its first version),
as upstream decided to drop the static documentation pack from their tarball.
TinyMCE documentation is now only available online:
http://wiki.moxiecode.com/index.php/TinyMCE:Index