<?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>Fly together Forever 比翼恒飞 &#187; SJSD</title>
	<atom:link href="http://www.liucougar.net/blog/archives/category/project/sjsd/feed" rel="self" type="application/rss+xml" />
	<link>http://www.liucougar.net/blog</link>
	<description></description>
	<lastBuildDate>Sat, 10 Jul 2010 20:42:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9-rare</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>FCKeditor 2.3 was released</title>
		<link>http://www.liucougar.net/blog/archives/33</link>
		<comments>http://www.liucougar.net/blog/archives/33#comments</comments>
		<pubDate>Wed, 21 Jun 2006 23:19:06 +0000</pubDate>
		<dc:creator>liucougar</dc:creator>
				<category><![CDATA[SJSD]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[eZ Publish]]></category>

		<guid isPermaLink="false">http://liucougar.scim-im.org/blog/archives/33</guid>
		<description><![CDATA[
I have been really busy lately, so I hadn&#8217;t noticed that   
FCKeditor 2.3 finaly was released a week ago until yesterday.
It seems it is now the time for a new release of SJSD which supports the latest FCKeditor: The svn trunk of SJSD supports 2.3 already, but no public release yet. I will [...]]]></description>
			<content:encoded><![CDATA[
<p>I have been really busy lately, so I hadn&#8217;t noticed that   
<a href="http://sourceforge.net/forum/forum.php?forum_id=580251">FCKeditor 2.3 finaly was released</a> a week ago until yesterday.</p>
<p>It seems it is now the time for a new release of SJSD which supports the latest FCKeditor: The svn trunk of SJSD supports 2.3 already, but no public release yet. I will try to make a release if I can find some time to sort it out.</p>
<p>In addition, a new patched EditMonkey would be nice as well, but as I haven&#8217;t ported the FCKeditor plugin for wordpress to FCKeditor 2.3 yet, it requires much more time, which I probably won&#8217;t do until some time later when I am not so occupied.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.liucougar.net/blog/archives/33/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>FCKeditor 2.3 support in SJSD</title>
		<link>http://www.liucougar.net/blog/archives/19</link>
		<comments>http://www.liucougar.net/blog/archives/19#comments</comments>
		<pubDate>Thu, 18 May 2006 02:24:52 +0000</pubDate>
		<dc:creator>liucougar</dc:creator>
				<category><![CDATA[Project]]></category>
		<category><![CDATA[SJSD]]></category>
		<category><![CDATA[eZ Publish]]></category>

		<guid isPermaLink="false">http://liucougar.scim-im.org/blog/archives/19</guid>
		<description><![CDATA[
FCKeditor has released its beta version for upcoming 2.3 one day ago. It introduced       
several advanced features, most notably        
Extremely Fast Loading,       
FitWindow/AutoGrow plugin and       
improved context menu/toolbar, which seems [...]]]></description>
			<content:encoded><![CDATA[
<p>FCKeditor has released its beta version for upcoming 2.3 one day ago. It introduced       
<a href="http://www.fckeditor.net/whatsnew/default.html">several advanced features</a>, most notably        
<strong>Extremely Fast Loading</strong>,       
<strong>FitWindow/AutoGrow plugin</strong> and       
<strong>improved context menu/toolbar</strong>, which seems to me very promising, thus today I tried to port SJSD trunk to it.</p>
<p>As a result, the trunk of SJSD svn now only works with FCKeditor 2.3 beta or its svn, and a branch was created to host the old FCKeditor 2.2 version on which future SJSD 0.3.x releases will be based. SJSD trunk will be released as 0.4.0.   </p><span id="more-19"></span>
<p>If you want to stick with FCKeditor 2.2 and currently you are using SJSD svn, then you should issue this command under your checked out copy:   </p>
<pre>svn switch https://svn.sourceforge.net/svnroot/sjsd/sjsd/branches/fckeditor_2_2</pre>
<p>after this, svn up will not update your copy to trunk.</p>
<p>On the other hand if you want to adventure, you may want to give SJSD trunk and FCKeditor 2.3 beta (its SVN is       
<strong>highly recommanded</strong>) a try.</p>
<p>The porting did take some time, due to the new framework of toolbar and context menu, and some other API modification. However with the help of       
<a href="http://addons.mozilla.org/firefox/1843/">Firebug</a> and       
<a href="http://addons.mozilla.org/firefox/60/">Web Developer</a>, I can pin down the problem really quickly.   </p>
<p>The current status about the SJSD trunk is that it is working reasonably well (at least in Firefox) now with FCKeditor svn, except some known minor issues.</p>
<p>One of the issues I&#8217;d like to mention is       
<a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1490610&amp;group_id=75348&amp;atid=543653">this reported bug</a>. If you use the default eZ admin css style sheets, you have to modify one line in       
<code>design/admin/stylesheets/site.css</code>:</p>
<pre>div.content-edit div.box-content {
   position: relative; 
}</pre>
<p>Remove the line begining with position or comment this line out. Otherwise the FitWindow new feature introduced in FCKeditor 2.3 will not function properly.</p>
<p>Another update about SJSD is that I finally decided to rewrite the XML input handler based on the new simplified xml input handler in eZ 3.8. However, as keeping in mind of EditMonkey, I will ensure that the DOM processor is extensible and as standalone as possible so that it can be incorporated in other project easily, such as future release of EditMonkey.   </p>
]]></content:encoded>
			<wfw:commentRss>http://www.liucougar.net/blog/archives/19/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SJSD 0.3.1 is released</title>
		<link>http://www.liucougar.net/blog/archives/4</link>
		<comments>http://www.liucougar.net/blog/archives/4#comments</comments>
		<pubDate>Thu, 11 May 2006 21:29:31 +0000</pubDate>
		<dc:creator>liucougar</dc:creator>
				<category><![CDATA[SJSD]]></category>
		<category><![CDATA[eZ Publish]]></category>

		<guid isPermaLink="false">http://liucougar.scim-im.org/blog/archives/4</guid>
		<description><![CDATA[
As the first post in my blog, I am delighted to announce the availability of  
SJSD 0.3.1.
In case you do not know what SJSD is, here is a short description copied from its website in SF: SJSD provides a fully integrated, feature complete and extensible WYSIWYG open source online editor for eZ publish. It [...]]]></description>
			<content:encoded><![CDATA[
<p>As the first post in my blog, I am delighted to announce the availability of  
<a href="http://sf.net/projects/sjsd">SJSD</a> 0.3.1.</p>
<p>In case you do not know what SJSD is, here is a short description copied from its website in SF: SJSD provides a fully integrated, feature complete and extensible WYSIWYG open source online editor for eZ publish. It is implemented in the form of a FCKeditor plugin and an eZ publish extension and requires no modification to FCKeditor/eZ publish core.</p><span id="more-4"></span>
<p>This is mainly a bug fix release, changeLog since 0.3.0:</p>
<ul>
<li>Inline tag support in header tag</li>
<li>added support for embed-inline (fixed bug #1480810)</li>
<li>fixed issues to support other languages (such as CJK)</li>
<li>do not transfer unnecessary characters to xhtml entities</li>
<li>fixed the custom attribute dialog compatibility issue with IE</li>
<li>various other bug fixes 

 </li>
</ul>
<p>Grab it from  
<a href="http://sourceforge.net/project/showfiles.php?group_id=164632">Sourceforge</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.liucougar.net/blog/archives/4/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
