FCKeditor的安装
Installation 安装
Installation of FCKeditor is quite an easy task. Just follow these simple steps:
- Download the latest version of the editor at the following url: http://www.fckeditor.net/download
- Extract (decompress) the file to a directory called "fckeditor" in the root of your web site.
Note: You can place the files in whichever path from the root. "fckeditor" is the default one.
安装FCKeditor 是件很容易的任务。只需下面几步。 1 ,从 http://www.fckeditor.net/download 下载最新版本编辑器。2 ,将压缩包中的文件解压到你网站根目录下的名为 fckeditor 的目录中。 注意:fckeditor只是个默认的名字,可以改成别的路径。
Checking Your Installation
The package comes with a test sample page available for every programming language supported by the editor. Take a look at the _samples directory. To test your installation just call the following page:
http://<your site>/<FCKeditor installation path>/_samples/default.html
Upgrading
For information about upgrading go to Upgrading section
在压缩包中提供了一个供测试用的页面,它在编辑器所支持的各种服务端编程语言中都有效。可以看看 _samples 目录。要测试你的安装只需在浏览器中执行下面的url 页面 :http://你的网站/fckeditor的安装路径/_samples/default.html 。有关 编辑器的更新信息可以 到更新章节中查看,到时候会讲到该节。