///////////////////////////////////////////////////////////
////////////////// ABOUT WYSIWYG Plugin /////////////////
///////////////////////////////////////////////////////////
Plugin: WYSIWYG Plugin
Version: 0.6.3
Author: Moises Kirsch
E-Mail: [email protected]
URL: http://www.moiblog.com/
///////////////////////////////////////////////////////////
This plugin replaces the regular textarea with a WYSIWYG
Javascript/DHTML Editor in the Word Press admin console.
It works with Internet Explorer & Mozilla based browsers.
///////////////////////////////////////////////////////////
/////////////////// BASIC INSTALLATION //////////////////
///////////////////////////////////////////////////////////
There is no need to change any of the WordPress source.
1. Extract the plugin & the fckeditor directory into your
WordPress plugins directory.
2. Activate the plugin on the Plugins tab of the WordPress
admin console.
3. That's all folks!
///////////////////////////////////////////////////////////
/////////////////// ADVANCED OPTIONS ////////////////////
///////////////////////////////////////////////////////////
If you would like to change the size of the editor you can
do it now in the plugin file.
You can also customize the editor toolbar from the plugin
file by switching the options from true to false or vice
versa.
To upload images and create folders you need to set write
permissions to the folder that the image manager will be
using (wp-content by default).
To use a different folder instead of wp-content you should:
1. Open ~/wp-content/plugins/wysiwyg.php
2. Change '/full/path/to/wp-content/' [line 17 of wysiwyg.php]
to whetever path you would like to use for adding images
to your posts. A good path would be the same one used in
your WordPress admin console in the Options tab
> Miscellaneous > Destination directory
3. Change 'http://www.url.to/wp-content' [line 20 of wysiwyg.php]
to the actual URL pointing to the directory choosed on
instruction 3.
///////////////////////////////////////////////////////////
///////////////////////// NOTES /////////////////////////
///////////////////////////////////////////////////////////
This version of the plugin uses:
FCKeditor v2 (beta 2) - http://www.fckeditor.com/
PHP Image Manager + Image Editor - http://www.zhuo.org/htmlarea/
Because of the GIF license restrictions you won't be able
to edit GIF files or see thumbnails of this type file.
The quick tags from WP default interface are incompatible
with FCKeditor.
///////////////////////////////////////////////////////////
//////////////////// VERSION HISTORY ////////////////////
///////////////////////////////////////////////////////////
0.1 Initial release
0.2 Switched from htmlArea to FCKeditor
0.5 Removed some of the needed configuration
Added a few more default buttons for the editor
Now you can configure the editor toolbar from the plugin file
0.6 Made a few changes to omit some errors
Remove all the needed configuration (now it is plug & play)
0.6.1 Bug fix for the javascript error saying that no wp
toolbar is present
Added the option to change the editor size
0.6.2 Bug fix: Added the exit after generating the javascript
for the toolbar configuration.
0.6.3 Bug fix: Removed the last comma from the auto configuration
to avoid an error in IE.
///////////////////////////////////////////////////////////
/////////////////////// LICENSE /////////////////////////
///////////////////////////////////////////////////////////
WYSIWYG Plugin for Wordpress 0.6.3
Copyright (C) 2004 Moises Kirsch
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 2 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
USA
///////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////
/