diff options
author | miwi <miwi@FreeBSD.org> | 2007-03-27 15:49:21 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-03-27 15:49:21 +0800 |
commit | 6eb61b9b53546d41d494d735018501cd965f1e0c (patch) | |
tree | de63746e15f06bade6e2e30efc23e5a06284bedb /www/Makefile | |
parent | 5abbef095f05e2e7c6c2512d2d6fed53008293e6 (diff) | |
download | freebsd-ports-gnome-6eb61b9b53546d41d494d735018501cd965f1e0c.tar.gz freebsd-ports-gnome-6eb61b9b53546d41d494d735018501cd965f1e0c.tar.zst freebsd-ports-gnome-6eb61b9b53546d41d494d735018501cd965f1e0c.zip |
TinyMCE is a platform independent web based Javascript HTML WYSIWYG editor
control released as Open Source under LGPL by Moxiecode Systems AB. It has
the ability to convert HTML TEXTAREA fields or other HTML elements to editor
instances. TinyMCE is very easy to integrate into other Content Management
Systems.
TinyMCE Features
* Easy to integrate, takes only two lines of code.
* Customizable through themes and plugins.
* Customizable XHTML 1.0 output. Block invalid elements and force
attributes.
* International language support (Language packs)
* Multiple browser support, Mozilla, MSIE, FireFox, Opera and Safari
(experimental).
* PHP/.NET/JSP/Coldfusion GZip compressor, Makes TinyMCE 75% smaller and
a lot faster to load.
* You can easily use AJAX to save and load content!
WWW: http://tinymce.moxiecode.com/
PR: ports/110868
Submitted by: Nick Hilliard <nick at foobar.org>
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 66cc91e3f4a4..443503ac2eb0 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1104,6 +1104,7 @@ SUBDIR += tidy-devel SUBDIR += tidy-lib SUBDIR += tikiwiki + SUBDIR += tinymce SUBDIR += tinyproxy SUBDIR += trac SUBDIR += trac-accountmanager |