<?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>Life by Bits &#38; Numbers &#187; DokuWiki</title>
	<atom:link href="http://www.inteist.com/tag/dokuwiki/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.inteist.com</link>
	<description></description>
	<lastBuildDate>Fri, 03 Feb 2012 19:07:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Keep line breaks in DokuWiki</title>
		<link>http://www.inteist.com/2011/01/keep-line-breaks-in-dokuwiki/</link>
		<comments>http://www.inteist.com/2011/01/keep-line-breaks-in-dokuwiki/#comments</comments>
		<pubDate>Thu, 13 Jan 2011 03:39:24 +0000</pubDate>
		<dc:creator>Inteist</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[DokuWiki]]></category>

		<guid isPermaLink="false">http://www.inteist.com/?p=482</guid>
		<description><![CDATA[I have created the very simple mainly to solve the problem of pasting some text with line breaks. DokuWiki by default ignores these line breaks and this was a problem for me. Without knowing any better I quickly put together the which simply wraps whatever you want with &#60;pre&#62; tag. I later learned that there [...]
Related posts:<ol>
<li><a href='http://www.inteist.com/2010/02/word-wrapped-preformatted-text-in-dokuwiki/' rel='bookmark' title='Word Wrapped Preformatted text in DokuWiki'>Word Wrapped Preformatted text in DokuWiki</a></li>
<li><a href='http://www.inteist.com/2010/11/dokuwiki-upgrade-error/' rel='bookmark' title='DokuWiki upgrade error'>DokuWiki upgrade error</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div align="right" style="float: right; padding: 0px 0px 5px 5px;"><a name="fb_share" type="box_count" share_url="http://www.inteist.com/2011/01/keep-line-breaks-in-dokuwiki/"></a></div><div class="google_plus_one" style="float: right; margin-left: 10px;"><g:plusone size="standard" count="false" url="http://www.inteist.com/2011/01/keep-line-breaks-in-dokuwiki/"></g:plusone></div><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.inteist.com%2F2011%2F01%2Fkeep-line-breaks-in-dokuwiki%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.inteist.com%2F2011%2F01%2Fkeep-line-breaks-in-dokuwiki%2F&amp;source=inteist&amp;style=normal&amp;hashtags=DokuWiki&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>I have created the very simple <a href="http://www.inteist.com/2010/02/word-wrapped-preformatted-text-in-dokuwiki/">text formatter plugin for DokuWiki</a> mainly to solve the problem of pasting some text with line breaks. DokuWiki by default ignores these line breaks and this was a problem for me. Without knowing any better I quickly put together the <a href="http://www.inteist.com/2010/02/word-wrapped-preformatted-text-in-dokuwiki/">wpre plugin</a> which simply wraps whatever you want with &lt;pre&gt; tag. I later learned that there is a better plugin for this. It&#8217;s called <a href="http://www.dokuwiki.org/plugin:linebreak" target="_blank">linebreak</a>. It works fine for me, even with the latest DokuWiki release, but it seems that the author suggest to use <a href="http://www.dokuwiki.org/plugin:xbr" target="_blank">xbr</a> plugin instead.</p>
<p>Related posts:<ol>
<li><a href='http://www.inteist.com/2010/02/word-wrapped-preformatted-text-in-dokuwiki/' rel='bookmark' title='Word Wrapped Preformatted text in DokuWiki'>Word Wrapped Preformatted text in DokuWiki</a></li>
<li><a href='http://www.inteist.com/2010/11/dokuwiki-upgrade-error/' rel='bookmark' title='DokuWiki upgrade error'>DokuWiki upgrade error</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.inteist.com/2011/01/keep-line-breaks-in-dokuwiki/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DokuWiki upgrade error</title>
		<link>http://www.inteist.com/2010/11/dokuwiki-upgrade-error/</link>
		<comments>http://www.inteist.com/2010/11/dokuwiki-upgrade-error/#comments</comments>
		<pubDate>Wed, 10 Nov 2010 21:18:45 +0000</pubDate>
		<dc:creator>Inteist</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[DokuWiki]]></category>

		<guid isPermaLink="false">http://www.inteism.com/?p=357</guid>
		<description><![CDATA[After recent upgrade to my DokuWiki installation (I jumped from Mulled Wine straight to the latest release &#8211; Anteater) I was getting this weird error: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, &#8216;Doku_Renderer_metadata::section_edit&#8217; was given the solution was to disable all the plugins and re-enable them again. Not sure why it worked, but it worked and the error [...]
Related posts:<ol>
<li><a href='http://www.inteist.com/2011/12/eclipse-marking-svn-changes-like-netbeans/' rel='bookmark' title='Eclipse marking SVN changes like Netbeans'>Eclipse marking SVN changes like Netbeans</a></li>
<li><a href='http://www.inteist.com/2010/11/how-to-fix-android-debug-certificate-expire-error/' rel='bookmark' title='How to fix Android debug certificate expire error'>How to fix Android debug certificate expire error</a></li>
<li><a href='http://www.inteist.com/2010/05/motorola-droid-driver-for-windows-7-64-bit/' rel='bookmark' title='Motorola Droid driver for Windows 7 64 bit'>Motorola Droid driver for Windows 7 64 bit</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div align="right" style="float: right; padding: 0px 0px 5px 5px;"><a name="fb_share" type="box_count" share_url="http://www.inteist.com/2010/11/dokuwiki-upgrade-error/"></a></div><div class="google_plus_one" style="float: right; margin-left: 10px;"><g:plusone size="standard" count="false" url="http://www.inteist.com/2010/11/dokuwiki-upgrade-error/"></g:plusone></div><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.inteist.com%2F2010%2F11%2Fdokuwiki-upgrade-error%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.inteist.com%2F2010%2F11%2Fdokuwiki-upgrade-error%2F&amp;source=inteist&amp;style=normal&amp;hashtags=DokuWiki&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>After recent upgrade to my DokuWiki installation (I jumped from <strong>Mulled Wine </strong>straight to the latest release &#8211; <strong>Anteater</strong>)</p>
<p>I was getting this weird error:</p>
<blockquote><p>call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, &#8216;Doku_Renderer_metadata::section_edit&#8217; was given</p></blockquote>
<p>the solution was to disable all the plugins and re-enable them again. Not sure why it worked, but it worked and the error is gone now! So if you experience the same error &#8211; try this. If it doesn&#8217;t help, another good idea could be gradually re-enable plugins and see which one is the offender. Good Luck!</p>
<p>Related posts:<ol>
<li><a href='http://www.inteist.com/2011/12/eclipse-marking-svn-changes-like-netbeans/' rel='bookmark' title='Eclipse marking SVN changes like Netbeans'>Eclipse marking SVN changes like Netbeans</a></li>
<li><a href='http://www.inteist.com/2010/11/how-to-fix-android-debug-certificate-expire-error/' rel='bookmark' title='How to fix Android debug certificate expire error'>How to fix Android debug certificate expire error</a></li>
<li><a href='http://www.inteist.com/2010/05/motorola-droid-driver-for-windows-7-64-bit/' rel='bookmark' title='Motorola Droid driver for Windows 7 64 bit'>Motorola Droid driver for Windows 7 64 bit</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.inteist.com/2010/11/dokuwiki-upgrade-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Word Wrapped Preformatted text in DokuWiki</title>
		<link>http://www.inteist.com/2010/02/word-wrapped-preformatted-text-in-dokuwiki/</link>
		<comments>http://www.inteist.com/2010/02/word-wrapped-preformatted-text-in-dokuwiki/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 23:42:59 +0000</pubDate>
		<dc:creator>Inteist</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[DokuWiki]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://www.inteism.com/?p=124</guid>
		<description><![CDATA[I am using DokuWiki quite extensively lately to keep documentation of various things. Using wiki is quite useful in general and some people opt for using local wiki such as WikiPad but for my needs, I opted for online wiki since I often times need to access it from various places. Maybe in the future [...]
Related posts:<ol>
<li><a href='http://www.inteist.com/2011/01/keep-line-breaks-in-dokuwiki/' rel='bookmark' title='Keep line breaks in DokuWiki'>Keep line breaks in DokuWiki</a></li>
<li><a href='http://www.inteist.com/2010/11/dokuwiki-upgrade-error/' rel='bookmark' title='DokuWiki upgrade error'>DokuWiki upgrade error</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div align="right" style="float: right; padding: 0px 0px 5px 5px;"><a name="fb_share" type="box_count" share_url="http://www.inteist.com/2010/02/word-wrapped-preformatted-text-in-dokuwiki/"></a></div><div class="google_plus_one" style="float: right; margin-left: 10px;"><g:plusone size="standard" count="false" url="http://www.inteist.com/2010/02/word-wrapped-preformatted-text-in-dokuwiki/"></g:plusone></div><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.inteist.com%2F2010%2F02%2Fword-wrapped-preformatted-text-in-dokuwiki%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.inteist.com%2F2010%2F02%2Fword-wrapped-preformatted-text-in-dokuwiki%2F&amp;source=inteist&amp;style=normal&amp;hashtags=DokuWiki,PHP,Productivity,Technical&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>I am using <a href="http://www.dokuwiki.org/dokuwiki" target="_blank">DokuWiki</a> quite extensively lately to keep documentation of various things. Using wiki is quite useful in general and some people opt for using local wiki such as <a href="http://wikidpad.sourceforge.net/" target="_blank">WikiPad</a> but for my needs, I opted for online wiki since I often times need to access it from various places. Maybe in the future I will post why I chose DokuWiki and some of my (objective) thoughts about comparison to other wikis and some of my likes and hates about DokuWiki (although there are much more &#8220;likes&#8221; than &#8220;hates&#8221; <img src='http://www.inteist.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ). This post would be short and not about it.</p>
<p>Several times I just wanted to put a plain (preformatted) text into the wiki for whatever reasons but I ran into a problem that DokuWiki isn&#8217;t really ready to support this. One option is to use &lt;code&gt; but then the lines are not word wrapped and for text it looks just weird. So at those various occasions I tried to search for a solution with little success until I just took xterm plugin and modified it slightly (mostly the style CSS file) which took me about 5 minutes to do  (and took me about 30 minutes to write this post, and the corresponding DokuWiki Plugin page and test the browsers) and now we have a wpre plugin for DokuWiki for word wrapped preformatted text which seem to work on all recent major browsers. You can dowload it from here<a rel="attachment wp-att-125" href="http://www.inteist.com/2010/02/word-wrapped-preformatted-text-in-dokuwiki/wpre/"> <a href="http://www.inteism.com/wp-content/uploads/2010/02/wpre.zip">wpre plugin for DokuWiki</a></a> (the page on DokuWiki references this file)</p>
<p>Supported browsers:</p>
<p>(I just tested whatever I had installed on my machine and all are pretty recent. I suspect many much older versions should be supported as well)</p>
<ul>
<li>FireFox 3.5.7</li>
<li>Safari 4.0.4 for Windows</li>
<li> Opera 10.10</li>
<li>Internet Explorer 8.0</li>
<li> Chrome 4.0</li>
</ul>
<p>Related posts:<ol>
<li><a href='http://www.inteist.com/2011/01/keep-line-breaks-in-dokuwiki/' rel='bookmark' title='Keep line breaks in DokuWiki'>Keep line breaks in DokuWiki</a></li>
<li><a href='http://www.inteist.com/2010/11/dokuwiki-upgrade-error/' rel='bookmark' title='DokuWiki upgrade error'>DokuWiki upgrade error</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.inteist.com/2010/02/word-wrapped-preformatted-text-in-dokuwiki/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

