<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>欧阳博客 Joming&#039;s Blog路径</title>
	<atom:link href="http://ouyy.com/tag/%e8%b7%af%e5%be%84/feed" rel="self" type="application/rss+xml" />
	<link>http://ouyy.com</link>
	<description>发现·分享·娱乐·新鲜·资讯</description>
	<lastBuildDate>Thu, 17 May 2012 14:33:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Drupal安装CKeditor+wysiwyg所见即所得编辑器</title>
		<link>http://ouyy.com/archives/950.html</link>
		<comments>http://ouyy.com/archives/950.html#comments</comments>
		<pubDate>Mon, 28 Sep 2009 20:24:11 +0000</pubDate>
		<dc:creator>ouyang</dc:creator>
				<category><![CDATA[网络发现]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[插件]]></category>
		<category><![CDATA[编辑器]]></category>
		<category><![CDATA[路径]]></category>

		<guid isPermaLink="false">http://www.ouyy.com/?p=950</guid>
		<description><![CDATA[FCKeditor正式更名为CKeditor ，名字上只去掉了一个F，但它是F的重写版本。 下面是一些简介（简介来源于网络）： CKEditor是 fckeditor的3.0版 经过近两年的紧张开发，第一个CKEditor 3.0稳定版本终于发布。 CKEditor是我们喜爱的FCKeditor的一个完全重写版本，FCKeditor经过了6年的发展，取得了很大的成功。 并不是说 FCKeditor做的不好，而是我们可以带来更新的东西，CKEditor就是。 在CKEditor上面，我们引入了几十个新特性。 CKEditor加载更快更方便使用。 开发团队更加专注带来最佳的性能，使用各种现代的最佳做法。你会惊讶于他的表现。 您会注意到，他还有一个在Kama 皮肤的基础上的一个全新的用户界面。 Kama的丰富多彩就像变色龙一样，这样你就可以精确按您的需求匹配的颜色。 这是一种创新的和独特的功能，你会发现只有在CKEditor才有。 CKEditor代码也与以前大大不同了。 这取决于新的JavaScript开发的最新要求，提供了丰富而强大的集成和互动的 API。 该编辑器是完全基于插件的，他可以扩展和所有部件以符合所有需求。 浏览器: Internet Explorer, Mozilla Firefox, Google Chrome, Safari and OperaDemo: http://ckeditor.com/demo 一、首先我们先准备最新本版的wysiwyg（对应的Drupal版本，我这里是6.x-2.0，2009-Jun-10）和CKeditor（3.0版） 二.我们先将wysiwyg安装好 1.将wysiwyg解压上传至Drupal下》》sites/all/modules/ 如没有modules文件夹，创建一个即可。 2.进入Drupal后台 管理 》 站点构建》模块 最底部你会发现多了个wysiwyg模块，选择启用保持配置即可。如图1 3.将CKeditor解压上传至Drupal下》》sites/all/libraries/ 如没有libraries文件夹，创建一个即可（如你要安装Fckeditor和其他编辑器的话，同样也都是在这个文件夹下面，wysiwyg说明很清楚）。如图2 4.再打开Drupal后台 》管理 》 站点设置 你可以看到多了一项wysiwyg设置，打开它可以看到 图3 选择你想要的编辑器吧，然后保存即可。安装起来是不是很简单呢？ 嘿嘿。别急，在这里下载Ckeditor的inc配置文件吧，因为wysiwyg现在还没有这个inc和js文件。 这里下载： 下载文件后，解压上传至sites/all/modules/目录下，其实就两个文件，一个是js文件，一个是inc文件 两个路径就是分别是： ckeditor-3.0.js路径： [...]]]></description>
			<content:encoded><![CDATA[<p>FCKeditor正式更名为CKeditor ，名字上只去掉了一个F，但它是F的重写版本。<br />
下面是一些简介（简介来源于网络）：<br />
CKEditor是 fckeditor的3.0版<br />
经过近两年的紧张开发，第一个CKEditor 3.0稳定版本终于发布。<br />
CKEditor是我们喜爱的FCKeditor的一个完全重写版本，FCKeditor经过了6年的发展，取得了很大的成功。<br />
并不是说 FCKeditor做的不好，而是我们可以带来更新的东西，CKEditor就是。<br />
在CKEditor上面，我们引入了几十个新特性。 CKEditor加载更快更方便使用。<br />
开发团队更加专注带来最佳的性能，使用各种现代的最佳做法。你会惊讶于他的表现。<br />
您会注意到，他还有一个在Kama 皮肤的基础上的一个全新的用户界面。<br />
Kama的丰富多彩就像变色龙一样，这样你就可以精确按您的需求匹配的颜色。<br />
这是一种创新的和独特的功能，你会发现只有在CKEditor才有。<br />
CKEditor代码也与以前大大不同了。<span id="more-950"></span><br />
这取决于新的JavaScript开发的最新要求，提供了丰富而强大的集成和互动的 API。<br />
该编辑器是完全基于插件的，他可以扩展和所有部件以符合所有需求。<br />
浏览器: Internet Explorer, Mozilla Firefox, Google Chrome, Safari and OperaDemo: <a href="http://ckeditor.com/demo" target="_blank">http://ckeditor.com/demo</a></p>
<p>一、首先我们先准备最新本版的<a href="http://drupal.org/project/wysiwyg" target="_blank">wysiwyg</a>（对应的Drupal版本，我这里是6.x-2.0，2009-Jun-10）和<a href="http://ckeditor.com/download" target="_blank">CKeditor</a>（3.0版）<br />
二.我们先将wysiwyg安装好<br />
1.将wysiwyg解压上传至Drupal下》》sites/all/modules/  如没有modules文件夹，创建一个即可。<br />
2.进入Drupal后台 管理 》 站点构建》模块 最底部你会发现多了个wysiwyg模块，选择启用保持配置即可。如图1</p>
<div id="attachment_952" class="wp-caption aligncenter" style="width: 529px"><a href="http://www.ouyy.com/wp-content/uploads/2009/09/SpxImage.jpg"><img class="size-full wp-image-952" title="图一" src="http://www.ouyy.com/wp-content/uploads/2009/09/SpxImage.jpg" alt="图一" width="519" height="213" /></a><p class="wp-caption-text">图一</p></div>
<p>3.将CKeditor解压上传至Drupal下》》sites/all/libraries/  如没有libraries文件夹，创建一个即可（如你要安装Fckeditor和其他编辑器的话，同样也都是在这个文件夹下面，wysiwyg说明很清楚）。如图2<br />
<a href="http://www.ouyy.com/wp-content/uploads/2009/09/SpxImage1.jpg"><img class="aligncenter size-full wp-image-953" title="图二" src="http://www.ouyy.com/wp-content/uploads/2009/09/SpxImage1.jpg" alt="图二" width="532" height="324" /></a><br />
4.再打开Drupal后台 》管理 》 站点设置 你可以看到多了一项wysiwyg设置，打开它可以看到 图3<br />
<a href="http://www.ouyy.com/wp-content/uploads/2009/09/SpxImage2.jpg"><img class="aligncenter size-full wp-image-954" title="图三" src="http://www.ouyy.com/wp-content/uploads/2009/09/SpxImage2.jpg" alt="图三" width="532" height="489" /></a><br />
选择你想要的编辑器吧，然后保存即可。安装起来是不是很简单呢？<br />
嘿嘿。别急，在这里下载Ckeditor的inc配置文件吧，因为wysiwyg现在还没有这个inc和js文件。<br />
<span style="color: #ff0000;"><strong>这里下载：</strong></span><a class="downloadlink" href="http://ouyy.com/wp-content/plugins/download-monitor/download.php?id=8" title="版本未知 已下载 155 次" >ckeditor.inc和js文件 (155)</a><br />
下载文件后，解压上传至sites/all/modules/目录下，其实就两个文件，一个是js文件，一个是inc文件</p>
<p>两个路径就是分别是：</p>
<p>ckeditor-3.0.js路径：<br />
<code>/sites/all/modules/wysiwyg/editors/js/ckeditor-3.0.js</code><br />
ckeditor.inc路径：<br />
<code>/sites/all/modules/wysiwyg/editors/ckeditor.inc</code></p>
<p>OK，如有问题请留言，别忘了支持一下我的博客哦！拿起你的鼠标，谁便点点&#8230;这不用说了吧。嘿嘿</p>
<p>09.10.05 PS：禁止直接下载了，看到很多下载的，但却没见回复的啊。<br />
<h3>相关文章</h3>
<ul class="related_posts">
<li><a href="http://ouyy.com/archives/1125.html" title="Chrome新版非常OK啦" rel="bookmark inlinks">Chrome新版非常OK啦</a><span class="count">( 0 )</span></li>
<li><a href="http://ouyy.com/archives/620.html" title="WP-PostView插件的使用" rel="bookmark inlinks">WP-PostView插件的使用</a><span class="count">( 2 )</span></li>
<li><a href="http://ouyy.com/archives/837.html" title="Wordpress hidepost plugin让你的文章做成收费的" rel="bookmark inlinks">WordPress hidepost plugin让你的文章做成收费的</a><span class="count">( 2 )</span></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://ouyy.com/archives/950.html/feed</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
	</channel>
</rss>

