This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 764a8fde2d744ce81469af15a0e89c6f964af27f
tree 40a87d7f53d82dd71717d117967340004ee52e01
parent 1b4f8fa9f918ead8bd3829d1d074ce5e33833721
tree 40a87d7f53d82dd71717d117967340004ee52e01
parent 1b4f8fa9f918ead8bd3829d1d074ce5e33833721
| name | age | message | |
|---|---|---|---|
| |
README | ||
| |
Rakefile | Fri May 23 18:53:13 -0700 2008 | |
| |
app/ | ||
| |
fckeditor.html | Thu Jun 05 20:31:08 -0700 2008 | |
| |
fckeditor_extension.rb | ||
| |
lib/ | Fri Jun 06 11:27:14 -0700 2008 | |
| |
public/ | Tue Apr 21 06:26:53 -0700 2009 | |
| |
spec/ | Fri May 23 20:18:12 -0700 2008 |
README
= Fckeditor This gives you the excellent FCKEditor (with file uploads and spell checking) in your Radiant page parts. == Requirements This extension has been tested on Radiant version 0.7.1. It will not work on versions < 0.7.0 because the Radiant admin interface has changed. If you need a version of this extension that works for Radiant < 0.7.0, please see the "radiant-0.6.9" tag on github. You need to have aspell installed for spell checking to work. == Installation In $RADIANT_ROOT 1. Get the extension: git clone git://github.com/djcp/radiant-fckeditor.git vendor/extensions/fckeditor 2. Install the relevant resources into $RADIANT_ROOT/app/public/javascripts/fckeditor* rake radiant:extensions:fckeditor:update 3. Restart your deployment server. == Uninstallation Remove: * vendor/extensions/fckeditor * public/javascripts/fckeditor/ * public/javascripts/fckconfig.js * public/uploads/File|Flash|Image|Media == Notes * There are no changes to your Radiant database. * Uploaded files are saved in $RADIANT_ROOT/public/uploads * You can have FCKEditor handle only some page parts - it won't interfere with parts handled by another filter. * You can upload JPG, PNG, GIF and flash files, along with many common video, audio, and office document formats, including text and HTML. == Usage Set the filter on your page part to "Fckeditor" and the editor will be instantiated. You can remove the editor from a page part by setting the filter back to something other than "Fckeditor." Use the "browse server" button on the Image, Flash, and Link tools to invoke the file upload feature. == Gotchas * Be sure to allow pop-ups from your Radiant site. The FCKEditor uses popups extensively. * Radius tags may get mangled by FCKEditor. We've done our best to ensure FCKEditor ignores them, but there will still be quirks. See the Filter Reference on the /admin/pages/edit/ page for details. * If you don't have aspell installed, spell checking will never find errors. It'll always return "no errors found." == TODOS * Look into integrating this plugin with the PageAttachments plugin so that files live on pages and the same uploads are available in FCKEditor and Radius tags. * Create an admin tab to allow for the specification of allowed MIME-types and customization of toolbar buttons. == See Also Based upon Scott Rutherford's Rails 2.0 plugin: http://blog.caronsoftware.com/2008/2/6/fckeditor-plugin-0-4-3-released http://www.fckeditor.net/ == Author * Dan Collis-Puro, dan at collispuro.net * The first versions of this plugin were done on www.endpoint.com's dime. Thanks guys! == Contributors * Jereme Claussen, www.jeremeclaussen.com, for debugging help.








