Sha256: 84bdcc645f3babfd9a90ef35c958cee72d0e6cff4d0e50d3d06e4fd98278477b

Contents?: true

Size: 1.53 KB

Versions: 2

Compression:

Stored size: 1.53 KB

Contents

Radiant *CKEditor Filter* Extension
===================================

<table>
    <tr>
        <td>Author</td>
        <td>Benny Degezelle - <a href="http://www.gorilla-webdesign.be">Gorilla Webdesign</a></td>
    </tr>
    <tr>
        <td>Version</td>
        <td>0.1</td>
    </tr>
    <tr>
        <td>Contact:</td>
        <td>benny AT gorilla-webdesign DOT be</td>
    </tr>
</table>

This filter adds CKEditor to [Radiant](http://www.radiantcms.org/).

Contributors
------------

* [Jon Kinney](http://jonkinney.com/)

Installation
------------

Run this `rake` command to copy all needed files into the public folder:

	rake radiant:extensions:ck_editor_filter:update

That's it! You should now have "CKEditor" in the filters dropdown on the page edit screen.
Selecting this will spawn a CKEditor instance.

Update
------

Run this `rake` command to update all files in public folder:

    rake radiant:extensions:ck_editor_filter:update

License
-------

This extension is released under the MIT license, see the [LICENSE](master/LICENSE) for more
information. CKEditor itself is released under the terms of any of the following licenses at your
choice. Please see the [LICENSE.html](master/public/ckeditor/LICENSE.HTML) enclosed with CKEditor.

- GNU General Public License Version 2 or later (the "GPL")
  http://www.gnu.org/licenses/gpl.html
- GNU Lesser General Public License Version 2.1 or later (the "LGPL")
  http://www.gnu.org/licenses/lgpl.html
- Mozilla Public License Version 1.1 or later (the "MPL")
  http://www.mozilla.org/MPL/MPL-1.1.html

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
radiant-ck_editor_filter-extension-0.2.0 README.markdown
radiant-ck_editor_filter-extension-0.1.1 README.markdown