<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: WP-Dokuwiki</title>
	<atom:link href="http://floatingsun.net/2006/02/04/wp-dokuwiki/feed/" rel="self" type="application/rss+xml" />
	<link>http://floatingsun.net/2006/02/04/wp-dokuwiki/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wp-dokuwiki</link>
	<description></description>
	<lastBuildDate>Mon, 06 Feb 2012 12:32:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: aoiro-blog &#187; links for 2006-02-06</title>
		<link>http://floatingsun.net/2006/02/04/wp-dokuwiki/#comment-373</link>
		<dc:creator>aoiro-blog &#187; links for 2006-02-06</dc:creator>
		<pubDate>Wed, 08 Mar 2006 06:04:39 +0000</pubDate>
		<guid isPermaLink="false">http://floatingsun.net/blog/2006/02/04/517/#comment-373</guid>
		<description>[...] Floating Sun » WP-Dokuwiki (tags: wiki Wordpress plugin) [...]</description>
		<content:encoded><![CDATA[<p>[...] Floating Sun » WP-Dokuwiki (tags: wiki WordPress plugin) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: she</title>
		<link>http://floatingsun.net/2006/02/04/wp-dokuwiki/#comment-266</link>
		<dc:creator>she</dc:creator>
		<pubDate>Sun, 05 Feb 2006 18:10:54 +0000</pubDate>
		<guid isPermaLink="false">http://floatingsun.net/blog/2006/02/04/517/#comment-266</guid>
		<description>u can see extra br tag in http://nonull.com/tagcosmos/php-action/

take a look at source-view in browser. 

[/div] : end wiki
[br /] : it&#039;s extra br
						
		[/div] [!-- /post --]	

and... did u read my mail? i send email for some problems related with this plugin.</description>
		<content:encoded><![CDATA[<p>u can see extra br tag in <a href="http://nonull.com/tagcosmos/php-action/" rel="nofollow">http://nonull.com/tagcosmos/php-action/</a></p>
<p>take a look at source-view in browser. </p>
<p>[/div] : end wiki<br />
[br /] : it&#8217;s extra br</p>
<p>		[/div] [!-- /post --]	</p>
<p>and&#8230; did u read my mail? i send email for some problems related with this plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: diwaker</title>
		<link>http://floatingsun.net/2006/02/04/wp-dokuwiki/#comment-265</link>
		<dc:creator>diwaker</dc:creator>
		<pubDate>Sun, 05 Feb 2006 17:32:48 +0000</pubDate>
		<guid isPermaLink="false">http://floatingsun.net/blog/2006/02/04/517/#comment-265</guid>
		<description>@she: which br tag? If you look at the source for this page, you should see the dokuwiki generated code within special comments -- atleast for me there are no extra br&#039;s being generated.</description>
		<content:encoded><![CDATA[<p>@she: which br tag? If you look at the source for this page, you should see the dokuwiki generated code within special comments &#8212; atleast for me there are no extra br&#8217;s being generated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: diwaker</title>
		<link>http://floatingsun.net/2006/02/04/wp-dokuwiki/#comment-264</link>
		<dc:creator>diwaker</dc:creator>
		<pubDate>Sun, 05 Feb 2006 17:21:26 +0000</pubDate>
		<guid isPermaLink="false">http://floatingsun.net/blog/2006/02/04/517/#comment-264</guid>
		<description>@she: thanks, yeah I had noticed myself. Its fixed in the downloads.</description>
		<content:encoded><![CDATA[<p>@she: thanks, yeah I had noticed myself. Its fixed in the downloads.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: she</title>
		<link>http://floatingsun.net/2006/02/04/wp-dokuwiki/#comment-262</link>
		<dc:creator>she</dc:creator>
		<pubDate>Sun, 05 Feb 2006 11:25:45 +0000</pubDate>
		<guid isPermaLink="false">http://floatingsun.net/blog/2006/02/04/517/#comment-262</guid>
		<description>and.. when finish such as [/wiki], [br /]tag follows. how to remove [br /] tag?

and really thanks for release it! great~!</description>
		<content:encoded><![CDATA[<p>and.. when finish such as [/wiki], [br /]tag follows. how to remove [br /] tag?</p>
<p>and really thanks for release it! great~!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: she</title>
		<link>http://floatingsun.net/2006/02/04/wp-dokuwiki/#comment-261</link>
		<dc:creator>she</dc:creator>
		<pubDate>Sun, 05 Feb 2006 10:57:55 +0000</pubDate>
		<guid isPermaLink="false">http://floatingsun.net/blog/2006/02/04/517/#comment-261</guid>
		<description>DOKU_BASE url isn&#039;t correct.

file url 
/wp-content/plugins/wp-dokuwiki/inc/init.php

32 line 

  if(!defined(&#039;DOKU_BASE&#039;)) define(&#039;DOKU_BASE&#039;,getBaseURL(true) . &#039;wp-content/plugins/dokuwiki/&#039;);

must be below 
  if(!defined(&#039;DOKU_BASE&#039;)) define(&#039;DOKU_BASE&#039;,getBaseURL(true) . &#039;wp-content/plugins/wp-dokuwiki/&#039;);</description>
		<content:encoded><![CDATA[<p>DOKU_BASE url isn&#8217;t correct.</p>
<p>file url<br />
/wp-content/plugins/wp-dokuwiki/inc/init.php</p>
<p>32 line </p>
<p>  if(!defined(&#8216;DOKU_BASE&#8217;)) define(&#8216;DOKU_BASE&#8217;,getBaseURL(true) . &#8216;wp-content/plugins/dokuwiki/&#8217;);</p>
<p>must be below<br />
  if(!defined(&#8216;DOKU_BASE&#8217;)) define(&#8216;DOKU_BASE&#8217;,getBaseURL(true) . &#8216;wp-content/plugins/wp-dokuwiki/&#8217;);</p>
]]></content:encoded>
	</item>
</channel>
</rss>

