diff options
| author | Veit Olschinski <veit@olschinski.de> | 2010-04-05 10:29:41 +0000 |
|---|---|---|
| committer | Veit Olschinski <veit@olschinski.de> | 2010-04-05 10:29:41 +0000 |
| commit | 5bc7b36708d272081ffd2df5658ddf12275447dd (patch) | |
| tree | 7884d88bd634f62d94e0239c911305ac4349dba8 /modules/FCKeditor | |
| parent | 5dbb23df7f03aeb32c6c5a3fa6139dd479f9c0b4 (diff) | |
| download | webtrees-5bc7b36708d272081ffd2df5658ddf12275447dd.tar.gz webtrees-5bc7b36708d272081ffd2df5658ddf12275447dd.tar.bz2 webtrees-5bc7b36708d272081ffd2df5658ddf12275447dd.zip | |
Diffstat (limited to 'modules/FCKeditor')
| -rw-r--r-- | modules/FCKeditor/fck-readme.txt | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/modules/FCKeditor/fck-readme.txt b/modules/FCKeditor/fck-readme.txt new file mode 100644 index 0000000000..85e3f0c0ab --- /dev/null +++ b/modules/FCKeditor/fck-readme.txt @@ -0,0 +1,32 @@ +The FCKeditor module allows PGV to iuse the FCKeditor for adding and editing +news items for the home page. +This module has been tested with the FCKeditor 2.0 on August 7th, 2005. The +code in PGV required to use this is only in PGV 3.3.5 and greater. + +To install this module, download FCKeditor from the official +website (see below) and upload it to the modules/FCKeditor +directory. make sure that the directory structure is: +PhpGedView directory\ +----modules\ +--------FCKeditor\ +------------editor\.... +----------------...... + +As long as this is present, PGV will use this as the default editor as opposed to a plain textarea. + + +The FCKeditor homepage is at: +http://www.fckeditor.net +Sourceforge Project page is at: +http://sourceforge.net/projects/fckeditor/ + + +-------------------------------------------------------------------------------------- +UPDATED 16 JUL 2007: +--------------------------------------------------------------------------------------- +1 - FCKeditor latest release (2.4.3) installed and tested succesfully on PGV 4.1b6. +2 - Note that the folder name /modules/FCKeditor in PGV is case sensitive. + FCK may default to lower case 'fckeditor/' on install which will not work with PGV. + The fix is simply to rename the folder. +3 - Note also that any folders or files that start with '_' (eg '_samples' or '_whatsnew.html') + are not necessary, so can be safely deleted. |
