public
Description: Plug-in / filter for Frog CMS: WYMeditor
Homepage:
Clone URL: git://github.com/them/frog_wymeditor.git
them (author)
Fri Jul 17 11:35:03 -0700 2009
commit  77d596704d311f737f6030e5b6f89c1c522459bc
tree    e27ab2dd66dab45b6ba34ebbcbea40b7bdeef693
parent  5bcaa56618e830f09d4ac366d150f1914c068349
name age message
file LICENSE Tue Jul 07 12:46:47 -0700 2009 Version: 0.0.3 - [fix] popups work now with Saf... [them]
file README.markdown Tue Jun 23 14:15:01 -0700 2009 Version: 0.0.2 - [enh] Backend language is now ... [them]
file Wymeditor.php Sun Jun 21 14:10:31 -0700 2009 First commit [them]
file WymeditorController.php Wed Jul 15 13:15:42 -0700 2009 Version: 0.0.4 - added skin from radiant versio... [them]
file frog-plugins.xml Fri Jul 17 11:35:03 -0700 2009 Version: 0.0.6 - now the editor works if Frog i... [them]
file frog_wymeditor.js Wed Jul 15 13:15:42 -0700 2009 Version: 0.0.4 - added skin from radiant versio... [them]
directory iframe/ Sun Jun 21 14:10:31 -0700 2009 First commit [them]
file index.php Fri Jul 17 11:35:03 -0700 2009 Version: 0.0.6 - now the editor works if Frog i... [them]
file jquery.wymeditor.min.js Sun Jun 21 14:10:31 -0700 2009 First commit [them]
directory lang/ Sun Jun 21 14:10:31 -0700 2009 First commit [them]
directory plugins/ Sun Jun 21 14:10:31 -0700 2009 First commit [them]
directory skins/ Wed Jul 15 13:15:42 -0700 2009 Version: 0.0.4 - added skin from radiant versio... [them]
directory views/ Wed Jul 15 13:15:42 -0700 2009 Version: 0.0.4 - added skin from radiant versio... [them]
README.markdown

About

Yet another rich text editor for the Frog CMS. WYMeditor is a web-based WYSIWYM (What You See Is What You Mean) XHTML editor (not WYSIWYG).

From the WYMeditor website

WYMeditor's main concept is to leave details of the document's visual layout, and to concentrate on its structure and meaning, while trying to give the user as much comfort as possible (at least as WYSIWYG editors).

WYMeditor has been created to generate perfectly structured XHTML strict code, to conform to the W3C XHTML specifications and to facilitate further processing by modern applications.

With WYMeditor, the code can't be contaminated by visual informations like font styles and weights, borders, colors, ... The end-user defines content meaning, which will determine its aspect by the use of style sheets. The result is easy and quick maintenance of information.

As the code is compliant to W3C XHTML specifications, you can for example process it using a XSLT (at the client or the server side), giving you a wide range of applications.

Requirements

Install

  1. Copy plug-in files to your frog/plugins/wymeditor/ folder.

    cd frog/plugins/
    git clone git://github.com/them/frog_wymeditor.git wymeditor
    
  2. Enable the plug-in in the backend.

Uninstall

  1. Disable the plug-in

  2. Remove the folder frog/plugins/wymeditor/