<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
	>
<channel>
	<title>Comments on: Integrate Dokuwiki with SMF</title>
	<atom:link href="http://blog.ich-wars-nicht.ch/2009/09/integrate-dokuwiki-with-smf/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ich-wars-nicht.ch/2009/09/integrate-dokuwiki-with-smf/</link>
	<description>yet another blog about technology, linux, and everyday life...</description>
	<lastBuildDate>Thu, 26 Jan 2012 18:23:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: danilo</title>
		<link>http://blog.ich-wars-nicht.ch/2009/09/integrate-dokuwiki-with-smf/comment-page-1/#comment-11332</link>
		<dc:creator>danilo</dc:creator>
		<pubDate>Fri, 27 Aug 2010 13:21:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ich-wars-nicht.ch/?p=1756#comment-11332</guid>
		<description>That&#039;s also a solution ;)</description>
		<content:encoded><![CDATA[<p>That&#8217;s also a solution <img src='http://blog.ich-wars-nicht.ch/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fuuuuuuuuu</title>
		<link>http://blog.ich-wars-nicht.ch/2009/09/integrate-dokuwiki-with-smf/comment-page-1/#comment-11331</link>
		<dc:creator>fuuuuuuuuu</dc:creator>
		<pubDate>Fri, 27 Aug 2010 12:23:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ich-wars-nicht.ch/?p=1756#comment-11331</guid>
		<description>Thx for your help.
I&#039;m doing a more pragmatic approach: rename the users, so they don&#039;t have any more Umlauts in their name. :-D This is a small and private Wiki with only a few users, so no problem.</description>
		<content:encoded><![CDATA[<p>Thx for your help.<br />
I&#8217;m doing a more pragmatic approach: rename the users, so they don&#8217;t have any more Umlauts in their name. <img src='http://blog.ich-wars-nicht.ch/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' />  This is a small and private Wiki with only a few users, so no problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: danilo</title>
		<link>http://blog.ich-wars-nicht.ch/2009/09/integrate-dokuwiki-with-smf/comment-page-1/#comment-11330</link>
		<dc:creator>danilo</dc:creator>
		<pubDate>Thu, 26 Aug 2010 21:50:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ich-wars-nicht.ch/?p=1756#comment-11330</guid>
		<description>@fuuuuuuuuu: Ah. This probably has to do with encoding, as SMF uses the latin1 charset and Dokuwiki uses UTF8 by default.

I tried messing with utf8_decode in the Dokuwiki auth.php, but didn&#039;t manage to get the problem solved yet. And I currently don&#039;t really have time to take a deeper look at this :) You might contact the author of the smfauth class, or maybe the related thread in the smf forums can help you. http://forum.dokuwiki.org/thread/2161

Cheers</description>
		<content:encoded><![CDATA[<p>@fuuuuuuuuu: Ah. This probably has to do with encoding, as SMF uses the latin1 charset and Dokuwiki uses UTF8 by default.</p>
<p>I tried messing with utf8_decode in the Dokuwiki auth.php, but didn&#8217;t manage to get the problem solved yet. And I currently don&#8217;t really have time to take a deeper look at this <img src='http://blog.ich-wars-nicht.ch/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  You might contact the author of the smfauth class, or maybe the related thread in the smf forums can help you. <a href="http://forum.dokuwiki.org/thread/2161" rel="nofollow">http://forum.dokuwiki.org/thread/2161</a></p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fuuuuuuuuu</title>
		<link>http://blog.ich-wars-nicht.ch/2009/09/integrate-dokuwiki-with-smf/comment-page-1/#comment-11329</link>
		<dc:creator>fuuuuuuuuu</dc:creator>
		<pubDate>Thu, 26 Aug 2010 17:20:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ich-wars-nicht.ch/?p=1756#comment-11329</guid>
		<description>Ok, I got it. It works but only for users who don&#039;t have Umlauts in their username. I have members with ü, ö, ä in their name, they can not login....</description>
		<content:encoded><![CDATA[<p>Ok, I got it. It works but only for users who don&#8217;t have Umlauts in their username. I have members with ü, ö, ä in their name, they can not login&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: danilo</title>
		<link>http://blog.ich-wars-nicht.ch/2009/09/integrate-dokuwiki-with-smf/comment-page-1/#comment-11328</link>
		<dc:creator>danilo</dc:creator>
		<pubDate>Thu, 26 Aug 2010 07:21:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ich-wars-nicht.ch/?p=1756#comment-11328</guid>
		<description>@fuuuuuuuuu: I updated step 6: I had some things wrong with capitalization that should be fixed now, but I don&#039;t know whether that will fix your issue. Make sure that you did every step as described in here.

If that won&#039;t fix your issue, consider downgrading to the versions I used, or asking the author of the smfauth class (&lt;a href=&quot;http://translate.googleusercontent.com/translate_c?hl=de&amp;sl=zh-CN&amp;tl=en&amp;u=http://blog.ticktag.org/contact/&amp;rurl=translate.google.com&amp;usg=ALkJrhg2v4wQP0rorgK8s2Qr8BVMGQH4qg&quot; rel=&quot;nofollow&quot;&gt;link&lt;/a&gt;) whether he knows any solution.</description>
		<content:encoded><![CDATA[<p>@fuuuuuuuuu: I updated step 6: I had some things wrong with capitalization that should be fixed now, but I don&#8217;t know whether that will fix your issue. Make sure that you did every step as described in here.</p>
<p>If that won&#8217;t fix your issue, consider downgrading to the versions I used, or asking the author of the smfauth class (<a href="http://translate.googleusercontent.com/translate_c?hl=de&#038;sl=zh-CN&#038;tl=en&#038;u=http://blog.ticktag.org/contact/&#038;rurl=translate.google.com&#038;usg=ALkJrhg2v4wQP0rorgK8s2Qr8BVMGQH4qg" rel="nofollow">link</a>) whether he knows any solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fuuuuuuuuu</title>
		<link>http://blog.ich-wars-nicht.ch/2009/09/integrate-dokuwiki-with-smf/comment-page-1/#comment-11327</link>
		<dc:creator>fuuuuuuuuu</dc:creator>
		<pubDate>Wed, 25 Aug 2010 19:49:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ich-wars-nicht.ch/?p=1756#comment-11327</guid>
		<description>Do you maintain this any longer?
I&#039;m trying to get this to work with dokuwiki-2009-12-25c.tgz &amp; SMF 2.0 RC3. It always says username or password are wrong. :-(</description>
		<content:encoded><![CDATA[<p>Do you maintain this any longer?<br />
I&#8217;m trying to get this to work with dokuwiki-2009-12-25c.tgz &amp; SMF 2.0 RC3. It always says username or password are wrong. <img src='http://blog.ich-wars-nicht.ch/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: danilo</title>
		<link>http://blog.ich-wars-nicht.ch/2009/09/integrate-dokuwiki-with-smf/comment-page-1/#comment-11324</link>
		<dc:creator>danilo</dc:creator>
		<pubDate>Thu, 12 Aug 2010 11:15:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ich-wars-nicht.ch/?p=1756#comment-11324</guid>
		<description>@Matjaz: Thanks for the hint, sorry - I somehow overlooked your comment.

@Snaky: Sorry for the late answer. Yes, Dokuwiki does seem to know about private SMF membergroups. But I don&#039;t think it applies any permissions (as that wouldn&#039;t make sense anyways ;)).</description>
		<content:encoded><![CDATA[<p>@Matjaz: Thanks for the hint, sorry &#8211; I somehow overlooked your comment.</p>
<p>@Snaky: Sorry for the late answer. Yes, Dokuwiki does seem to know about private SMF membergroups. But I don&#8217;t think it applies any permissions (as that wouldn&#8217;t make sense anyways <img src='http://blog.ich-wars-nicht.ch/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> ).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Snaky</title>
		<link>http://blog.ich-wars-nicht.ch/2009/09/integrate-dokuwiki-with-smf/comment-page-1/#comment-11321</link>
		<dc:creator>Snaky</dc:creator>
		<pubDate>Fri, 30 Jul 2010 17:50:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ich-wars-nicht.ch/?p=1756#comment-11321</guid>
		<description>what about private group wiki pages? will this work? does dokuwiki know about smf membergroups? Thanks!!!</description>
		<content:encoded><![CDATA[<p>what about private group wiki pages? will this work? does dokuwiki know about smf membergroups? Thanks!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matjaz</title>
		<link>http://blog.ich-wars-nicht.ch/2009/09/integrate-dokuwiki-with-smf/comment-page-1/#comment-10480</link>
		<dc:creator>Matjaz</dc:creator>
		<pubDate>Sat, 20 Feb 2010 12:13:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ich-wars-nicht.ch/?p=1756#comment-10480</guid>
		<description>In 6th task you should consider the change from &quot;u.additionalGroups&quot; to &quot;u.additional_groups&quot;...</description>
		<content:encoded><![CDATA[<p>In 6th task you should consider the change from &#8220;u.additionalGroups&#8221; to &#8220;u.additional_groups&#8221;&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

