packages feed

fckeditor-0.1: Text/XHtml/FCKeditor.hs

-- | \"Server side integration\" for FCKeditor <http://www.fckeditor.net/>.
module Text.XHtml.FCKeditor
    (
     -- * Handle file browser requests.
      module Text.XHtml.FCKeditor.FileBrowser
     -- * Validate user input against XHTML 1.0 Strict.
    , module Text.XHtml.FCKeditor.Validate
     -- * Generate XHTML for editor inclusion FIXME.
    , module Text.XHtml.FCKeditor.Widget
    ) where

import Text.XHtml.FCKeditor.FileBrowser
import Text.XHtml.FCKeditor.Validate
import Text.XHtml.FCKeditor.Widget