A Solstice wrapper around a rich-text editor. This application provides centralized HTML-editing capabilities to Solstice applications, leveraging the FCK Editor project.
FCK Editor allows your Solstice applications to embed a rich-text editing box on any screen.
This is accomplished thanks to the FCK Editor project.
Dependencies
Solstice - Solstice is a Web application development framework for Perl. Based on the MVC programming paradigm, it provides a sensible layout for Web applications that helps you write applications faster and with fewer mistakes.
Installation
After following direction at Installing Solstice, you're ready to install FCKEditor. As with Solstice, you have the option to install from a tar file, or from subversion.
Downloading Tar Files
cd solstice_apps
Download the current FCKEditor tarball from http://solstice.eplt.washington.edu/download/FCKEditor-current.tar.gz
tar -xvzf UMail-current.tar.gz
Using Subversion
cd solstice_apps
svn co https://solstice.eplt.washington.edu/svn/fckeditor/trunk/ fckeditor
Configuring FCKEditor
cd fckeditor
cp example_config.xml config.xml
Restart Apache
sudo /etc/init.d/apache2 restart
Sources
Browse the sources online
SVN Checkouts
Please note that our SVN servers only accept SSL connections - don't forget that https://!