Date: Tue, 16 Jun 2009 19:47:36 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile ports/www/drupal6-wysiwyg Makefile distinfo pkg-descr Message-ID: <200906161947.n5GJla6P013775@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
miwi 2009-06-16 19:47:36 UTC
FreeBSD ports repository
Modified files:
www Makefile
Added files:
www/drupal6-wysiwyg Makefile distinfo pkg-descr
Log:
Wysiwyg API allows to use client-side editors (a.k.a. WYSIWYG editors) for
editing content in the Drupal CMS. It simplifies installation of editors
and allows you to define which editor to use depending on the input format.
This module replaces all existing editor integration modules and no other
Drupal module is required.
It is capable of supporting any kind of client-side editor as long as there
are support files for it that integrate the external library with Wysiwyg
API. A client-side editor can be a regular HTML-based editor, a
"pseudo-editor" (that just provides buttons to insert HTML markup into a
plain textarea), or even a Flash-based editor. Support for various editor
libraries is built-in.
The Wysiwyg API also allows Drupal modules to register plugins (or
"buttons") for editors.
WWW: http://drupal.org/project/wysiwyg
PR: ports/135230
Submitted by: Nick Hilliard <nick at foobar.org>
Revision Changes Path
1.2379 +1 -0 ports/www/Makefile
1.1 +81 -0 ports/www/drupal6-wysiwyg/Makefile (new)
1.1 +3 -0 ports/www/drupal6-wysiwyg/distinfo (new)
1.1 +17 -0 ports/www/drupal6-wysiwyg/pkg-descr (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906161947.n5GJla6P013775>
