<?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>Andy Roberts DARnet &#187; Mediawiki</title>
	<atom:link href="http://distributedresearch.net/blog/category/wiki/mediawiki/feed" rel="self" type="application/rss+xml" />
	<link>http://distributedresearch.net/blog</link>
	<description>Distributed Action Research blog by Andy Roberts</description>
	<lastBuildDate>Tue, 22 May 2012 11:53:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<atom:link rel='hub' href='http://distributedresearch.net/blog/?pushpress=hub'/>
		<item>
		<title>Action Research Cycles MediaWiki Template</title>
		<link>http://distributedresearch.net/blog/2012/05/20/action-research-cycles-mediawiki-template</link>
		<comments>http://distributedresearch.net/blog/2012/05/20/action-research-cycles-mediawiki-template#comments</comments>
		<pubDate>Sun, 20 May 2012 12:27:28 +0000</pubDate>
		<dc:creator>Andy Roberts</dc:creator>
				<category><![CDATA[Action Research]]></category>
		<category><![CDATA[Mediawiki]]></category>
		<category><![CDATA[action research project]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[parameters]]></category>
		<category><![CDATA[reflection]]></category>
		<category><![CDATA[templates]]></category>
		<category><![CDATA[variables]]></category>
		<category><![CDATA[Wiki]]></category>

		<guid isPermaLink="false">http://distributedresearch.net/blog/?p=32777</guid>
		<description><![CDATA[We need to keep better tracking records for the various types of ongoing experiments that are constantly getting set up as part of daily online life. That&#8217;s a problem I&#8217;m trying to solve, and the aim may be to have &#8230; <a href="http://distributedresearch.net/blog/2012/05/20/action-research-cycles-mediawiki-template">Continue reading <span class="meta-nav">&#8594;</span></a><p>Thanks for subscribing to <a href="http://distributedresearch.net/blog">Andy Roberts blog</a><br/><br/><a href="http://distributedresearch.net/blog/2012/05/20/action-research-cycles-mediawiki-template">Action Research Cycles MediaWiki Template</a></p>
]]></description>
			<content:encoded><![CDATA[<a id="dd_start"></a><p>We need to keep better tracking records for the various types of ongoing experiments that are constantly getting set up as part of daily online life.</p>
<p>That&#8217;s a problem I&#8217;m trying to solve, and the aim may be to have an <a href="http://actionlogr.com">action logging app</a> that covers this kind of documentation eventually, in order to manage all those spinning plates while on the move, I&#8217;m talking mobile now, but in the meantime we came up with the idea of using <a title="How to convert a Word doc or HTML to Wiki Markup" href="http://distributedresearch.net/blog/2008/04/05/how-to-convert-a-word-doc-or-html-to-wiki-markup">MediaWiki</a> templates to create structured project pages incorporating multiple cycles, on the <a title="Keeping an Action Log for 1st person research" href="http://distributedresearch.net/blog/2008/04/29/keeping-an-action-log-for-1st-person-research">intranet</a> and other wikis.</p>
<p>MediaWiki templates provide a consistent style, even if it does look a bit blocky, and can be used to prompt for missing data, to make sure everything gets put down in words, figures and dates. Links and images too.</p>
<p><a href="http://distributedresearch.net/blog/wordpress/wp-content/uploads/2012/05/DARtemplates.jpg"><img class="aligncenter size-full wp-image-32780" title="DARtemplates" src="http://distributedresearch.net/blog/wordpress/wp-content/uploads/2012/05/DARtemplates.jpg" alt="" width="456" height="245" /></a></p>
<p>There are two ways of passing specific data over from the project page to the Template itself, one is using parameters that are referenced by position &#8211; 1,2,3 etc and the other is to used named parameters and I think I&#8217;m going to try using named parameters for the Cycle template. See there, I&#8217;ve already modularised the system by plumping for nested templates with the Cycle Template being called a number of times within some kind of overall Project Header template. They may not actually be nested in practice, but simply chopped together on the calling page but we&#8217;ll see about that later on once we get to the coding stage.</p>
<span id="Action_Research_Project_MediaWiki_Template"><h3>Action Research Project MediaWiki Template</h3></span>
<p>The Project template describes the project in terms of an area of online activity to be worked on and a stated intention for improvement.</p>
<p>To start with I&#8217;m suggesting the following specification</p>
<p>DARproject $Domain, $Aim, $Strategy to test, $Notes Other variables to take into account</p>
<p>using the above 4 variables to define the project, we next move on to look at individual cycles:</p>
<span id="Action_Research_Cycles_MediaWiki_Template"><h3>Action Research Cycles MediaWiki Template</h3></span>
<p>DARcycle $Cycle number, $Action to be taken, $Date actioned, $End date, $data collected, $Observed Results, $Reflection, $Conclusion, $Next Action to try</p>
<p>So that&#8217;s what I&#8217;m up to today, using <a title="Blogging with MediaWiki?" href="http://distributedresearch.net/blog/2006/01/02/blogging-with-mediawiki">Mediawiki templates</a> to try and prototype a system for tracking distributed action research projects better online.</p>
<span id="Update_on_Progress_with_DAR_Templates"><h2>Update on Progress with DAR Templates</h2></span>
<p>I&#8217;ve got the basic templates up and working using the specification outlined above, tweaked just a little to use positional parameters for the first two variable in the Cycle template, and named parameters for the rest. Rather than nesting templates inside each other, I&#8217;ve plumped for a simpler system of just calling the Header then instances of Cycle then the Footer from the content page, so I now have three separate templates which work together. The result is as intended. </p>
<p>Here&#8217;s a screenshot from a fictitious example which shows a rudimentary colour scheme and other visual indicators to try and make the functioning of the system as intuitive as possible</p>
<p><a href="http://distributedresearch.net/blog/wordpress/wp-content/uploads/2012/05/DARtemplate-example.jpg"><img src="http://distributedresearch.net/blog/wordpress/wp-content/uploads/2012/05/DARtemplate-example.jpg" alt="" title="DARtemplate-example" width="496" height="390" class="aligncenter size-full wp-image-32788" /></a></p>
<p>The next stage now is to start using the prototype templates for a small but real project as soon as possible and see how it goes.</p>
<a id="dd_end"></a><div class='dd_outer'><div class='dd_inner'><div id='dd_ajax_float'><div class='dd_button_v '><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://distributedresearch.net/blog/category/wiki/mediawiki/feed" data-count="vertical" data-text="Mediawiki" data-via="" ></a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div style='clear:left'></div><div class='dd_button_v '><iframe src="http://www.reddit.com/static/button/button2.html?width=51&url=http%3A%2F%2Fdistributedresearch.net%2Fblog%2Fcategory%2Fwiki%2Fmediawiki%2Ffeed&title=Mediawiki&newwindow='1'" height="69" width="51" scrolling='no' frameborder='0'></iframe></div><div style='clear:left'></div><div class='dd_button_v '><a href="http://bufferapp.com/add" class="buffer-add-button" data-count="vertical" data-url="http://distributedresearch.net/blog/category/wiki/mediawiki/feed" data-via=""></a><script type="text/javascript" src="http://static.bufferapp.com/js/button.js"></script></div><div style='clear:left'></div><div class='dd_button_v '><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:like href="http%3A%2F%2Fdistributedresearch.net%2Fblog%2Fcategory%2Fwiki%2Fmediawiki%2Ffeed" send="false" show_faces="false"  layout="box_count" width="50"  ></fb:like></div><div style='clear:left'></div><div class='dd_button_v '><script type='text/javascript' src='https://apis.google.com/js/plusone.js'></script><g:plusone size='tall' href='http://distributedresearch.net/blog/category/wiki/mediawiki/feed'></g:plusone></div><div style='clear:left'></div></div></div></div><script type="text/javascript">var dd_offset_from_content = 40; var dd_top_offset_from_content = 0;</script><script type="text/javascript" src="http://distributedresearch.net/blog/wordpress/wp-content/plugins/digg-digg/include/../js/diggdigg-floating-bar.js?ver=5.2.6"></script><p>Thanks for subscribing to <a href="http://distributedresearch.net/blog">Andy Roberts blog</a><br/><br/><a href="http://distributedresearch.net/blog/2012/05/20/action-research-cycles-mediawiki-template">Action Research Cycles MediaWiki Template</a></p>
]]></content:encoded>
			<wfw:commentRss>http://distributedresearch.net/blog/2012/05/20/action-research-cycles-mediawiki-template/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wiki Web Hosting at Servage</title>
		<link>http://distributedresearch.net/blog/2009/04/19/wikiwebhostingservage</link>
		<comments>http://distributedresearch.net/blog/2009/04/19/wikiwebhostingservage#comments</comments>
		<pubDate>Sun, 19 Apr 2009 11:41:04 +0000</pubDate>
		<dc:creator>Andy Roberts</dc:creator>
				<category><![CDATA[Mediawiki]]></category>
		<category><![CDATA[Free]]></category>
		<category><![CDATA[GNU]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[servage]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[web host]]></category>
		<category><![CDATA[web hosting]]></category>
		<category><![CDATA[web hosting service]]></category>
		<category><![CDATA[web hosting services]]></category>
		<category><![CDATA[Wiki]]></category>

		<guid isPermaLink="false">http://distributedresearch.net/blog/?p=539</guid>
		<description><![CDATA[I managed to get a mediawiki installation up and running on the city escapes domain with Servage web host in the end, and once working it does seem to be fairly robust as far as non-US web hosting services are &#8230; <a href="http://distributedresearch.net/blog/2009/04/19/wikiwebhostingservage">Continue reading <span class="meta-nav">&#8594;</span></a><p>Thanks for subscribing to <a href="http://distributedresearch.net/blog">Andy Roberts blog</a><br/><br/><a href="http://distributedresearch.net/blog/2009/04/19/wikiwebhostingservage">Wiki Web Hosting at Servage</a></p>
]]></description>
			<content:encoded><![CDATA[<p>I managed to get a mediawiki installation up and running on the city escapes domain with Servage web host in the end, and once working it does seem to be fairly robust as far as non-US web hosting services are concerned.</p>
<p>Version:</p>
<blockquote><p>This wiki is powered by <a href="http://www.mediawiki.org/"><strong>MediaWiki</strong></a>, copyright (C) 2001-2007 Magnus Manske, Brion Vibber, Lee Daniel Crocker, Tim Starling, Erik Möller, Gabriel Wicke, Ævar Arnfjörð Bjarmason, Niklas Laxström, Domas Mituzas, Rob Church and others.</p>
<p>MediaWiki is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.</p>
<p>MediaWiki is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.</p>
<p>You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. or <a href="http://www.gnu.org/copyleft/gpl.html">read it online</a></p>
<ul>
<li><a href="http://www.mediawiki.org/">MediaWiki</a>: 1.11.1</li>
<li><a href="http://www.php.net/">PHP</a>: 5.2.42-servage10 (apache2handler)</li>
<li><a href="http://www.mysql.com/">MySQL</a>: 5.0.75</li>
</ul>
</blockquote>
<p><img class="alignnone size-medium wp-image-1304" title="wiki-city-escapes" src="http://distributedresearch.net/blog/wordpress/wp-content/uploads/2009/04/wiki-city-escapes-300x240.jpg" alt="wiki-city-escapes" width="300" height="240" /></p>
<p>Thanks for subscribing to <a href="http://distributedresearch.net/blog">Andy Roberts blog</a><br/><br/><a href="http://distributedresearch.net/blog/2009/04/19/wikiwebhostingservage">Wiki Web Hosting at Servage</a></p>
]]></content:encoded>
			<wfw:commentRss>http://distributedresearch.net/blog/2009/04/19/wikiwebhostingservage/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to convert a Word doc or HTML to Wiki Markup</title>
		<link>http://distributedresearch.net/blog/2008/04/05/how-to-convert-a-word-doc-or-html-to-wiki-markup</link>
		<comments>http://distributedresearch.net/blog/2008/04/05/how-to-convert-a-word-doc-or-html-to-wiki-markup#comments</comments>
		<pubDate>Sat, 05 Apr 2008 12:10:44 +0000</pubDate>
		<dc:creator>Andy Roberts</dc:creator>
				<category><![CDATA[Mediawiki]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Wiki]]></category>

		<guid isPermaLink="false">http://distributedresearch.net/blog/2008/04/05/how-to-convert-a-word-doc-or-html-to-wiki-markup</guid>
		<description><![CDATA[I came across some more tips for converting Word documents so that the content can be added to a wiki. That&#8217;s something which a corporate Knowledge Management pogramme is likely to require, and can be handy for individuals from time &#8230; <a href="http://distributedresearch.net/blog/2008/04/05/how-to-convert-a-word-doc-or-html-to-wiki-markup">Continue reading <span class="meta-nav">&#8594;</span></a><p>Thanks for subscribing to <a href="http://distributedresearch.net/blog">Andy Roberts blog</a><br/><br/><a href="http://distributedresearch.net/blog/2008/04/05/how-to-convert-a-word-doc-or-html-to-wiki-markup">How to convert a Word doc or HTML to Wiki Markup</a></p>
]]></description>
			<content:encoded><![CDATA[<p>I came across some more tips for converting Word documents so that the content can be added to a wiki. That&#8217;s something which a corporate Knowledge Management pogramme is likely to require, and can be handy for individuals from time to time as well. The challenge is to avoid temptation to open up the wiki for raw HTML input and then putting the really bloated and non standard html code which Word  produces itself into the wiki, because then nobody is ever going to really want to wade through all that rubbish in order to edit the content. That&#8217;s similar to the problem where one person likes to use one of the attempts at a WYSIWYG wiki editor for mediawiki to create pages, and then another person tries to develop the page further using the plain wiki text editor &#8211; it&#8217;s messy.</p>
<p>So any tool which generates nice plain simple wiki text from other inputs is going to be great for migrating content from out of email attachments and intranet databases and out onto the flat hierarchy of the open wiki space.</p>
<p>I generally use this one for converting from HTML pages into mediawiki syntax:</p>
<p><a href="http://www.ebruni.it/en/software/os/i_love_wiki/index.mpl">HTML::WikiConverter</a></p>
<p>and the tip below for converting to html through gMail is a good one too. Did you know you can use that technique to convert pdf&#8217;s into editable text as well?</p>
<blockquote><p><a href="http://www.consumingexperience.com/2008/03/convert-word-doc-or-webpage-to-wiki.html">Convert Word doc or Webpage to wiki &#8211; A Consuming Experience</a></p></blockquote>
<blockquote><p>For me, the two ways which worked the best were:</p></blockquote>
<blockquote>
<ul>
<li><a href="http://www.consumingexperience.com/2006/03/tip-convert-word-to-html-and-convert.html" target="_blank">Convert Word to HTML via Gmail</a>, then convert the Webpage&#8217;s HTML to wikitext with <a href="http://www.ebruni.it/en/software/os/i_love_wiki/index.mpl" target="_blank">Emiliano Bruni&#8217;s excellent HTML2Wiki Converter</a> (where you paste the raw HTML code into the top box, and the wiki code appears in the bottom box which you can copy and paste into your wiki). Or (less good in its conversions, I found) -</li>
<li> Convert Word to wiki direct using a <a href="http://en.wikipedia.org/wiki/Visual_Basic_for_Applications" target="_blank" rel="nofollow">Word macro</a> &#8211; <a href="http://sourceforge.net/project/showfiles.php?group_id=189402&amp;package_id=221877" target="_blank">Word2MediaWikiPlus</a> worked OK, though nowhere near as well as the above, for a <a href="http://en.wikipedia.org/wiki/MediaWiki" target="_blank" rel="nofollow">MediaWiki</a> wiki and <a href="http://en.wikipedia.org/wiki/PeanutButterWiki" target="_blank" rel="nofollow">PBWiki</a> wiki that I tried them on (and those are probably two of the more popular wiki software platforms around); the results needed quite a lot of tidying.</li>
</ul>
</blockquote>
<p>Thanks for subscribing to <a href="http://distributedresearch.net/blog">Andy Roberts blog</a><br/><br/><a href="http://distributedresearch.net/blog/2008/04/05/how-to-convert-a-word-doc-or-html-to-wiki-markup">How to convert a Word doc or HTML to Wiki Markup</a></p>
]]></content:encoded>
			<wfw:commentRss>http://distributedresearch.net/blog/2008/04/05/how-to-convert-a-word-doc-or-html-to-wiki-markup/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How to make image links in MediaWiki</title>
		<link>http://distributedresearch.net/blog/2008/01/21/how-to-make-image-links-in-mediawiki</link>
		<comments>http://distributedresearch.net/blog/2008/01/21/how-to-make-image-links-in-mediawiki#comments</comments>
		<pubDate>Mon, 21 Jan 2008 16:47:38 +0000</pubDate>
		<dc:creator>Andy Roberts</dc:creator>
				<category><![CDATA[Mediawiki]]></category>
		<category><![CDATA[Enterprise 2.0]]></category>

		<guid isPermaLink="false">http://distributedresearch.net/blog/2008/01/21/how-to-make-image-links-in-mediawiki</guid>
		<description><![CDATA[Mediawiki Images Mediawiki handles uploaded images on pages in a way which is perfectly suitable for a free encyclopaedia. If you click on an image you get taken to special page which tells you more about the image itself. Who &#8230; <a href="http://distributedresearch.net/blog/2008/01/21/how-to-make-image-links-in-mediawiki">Continue reading <span class="meta-nav">&#8594;</span></a><p>Thanks for subscribing to <a href="http://distributedresearch.net/blog">Andy Roberts blog</a><br/><br/><a href="http://distributedresearch.net/blog/2008/01/21/how-to-make-image-links-in-mediawiki">How to make image links in MediaWiki</a></p>
]]></description>
			<content:encoded><![CDATA[<span id="Mediawiki_Images"><h2>Mediawiki Images</h2></span>
<p>Mediawiki handles uploaded images on pages in a way which is perfectly suitable for a free encyclopaedia. If you click on an image you get taken to special page which tells you more about the image itself. Who uploaded it, where it came from, any revision history and which other pages link to it.  But what if you want to use an image just as a graphical link, such as a button or banner that takes you to the page which the image is about? That&#8217;s quite a reasonable requirement because it&#8217;s how the internet usually works, it&#8217;s what what visitors are more likely to expect. Sending them to a dead end meta page full of technical data might not be what you want to do.  So this article will show you <strong>how to make image links work properly in mediawiki.</strong></p>
<span id="Upload_a_file"><h2>Upload a file</h2></span>
<p>For my example I&#8217;m going to upload a new image file to <strong>UsefulWiki</strong>.  The file is a logo button for the Better Reading Partners section of the wiki, which I want to feature on the Main Page. Not all installations of mediawiki have enabled the uploading of images, but this one does. You can tell because there&#8217;s a link in the left hand side Toolbar: &#8220;Upload File&#8221;  The upload process is straightforward, but it&#8217;s worth copying the hint which appears there, as it&#8217;s harder to find again later.</p>
<blockquote><p>To include the image in a page, use a link in the form [[Image:file.jpg]],<br />
[[Image:file.png|alt text]] or [[Media:file.ogg]] for directly linking to the file</p></blockquote>
<p>I tried something like that in the Sandbox with this result (screenshot):</p>
<p><img src="http://distributedresearch.net/blog/wordpress/wp-content/uploads/2008/01/mediawikiimagelink1.jpeg" alt="mediawiki image link" height="243" width="461" /></p>
<p>The orange BRP logo is a bit too large so I can adjust the syntax to ask for it to be rendered only 70 pixels wide.</p>
<blockquote><p>[[Image:Brp-logo.gif|thumb|Description|70px]]</p></blockquote>
<p><a href="http://usefulwiki.com/w/index.php?title=Sandbox&amp;oldid=2535">That&#8217;s</a> better, but you see how clicking on the button takes you <a href="http://usefulwiki.com/page/Image:Brp-logo.gif">here?</a>  when you might expect to go to the <a href="http://usefulwiki.com/page/Better_Reading_Partners">Better Reading Partners</a> page.  I&#8217;m going to fix that by getting rid of the syntax for direct image linking and using the syntax for building an <strong>external link</strong> instead, using the full URL of the target page:</p>
<blockquote><p>[http://usefulwiki.com/page/Better_Reading_Partners  description]</p></blockquote>
<p>then replacing the description with the sytax for rendering an external image directly onto a page &#8211; which is just the full url of the hosted image.  In this case I can find out the exact location of the image file by right-clicking ( ctrl-click on my Mac )  the image itself and choosing &#8220;Copy image location&#8221;. That&#8217;s then pasted in instead of  &#8220;description&#8221; above to give</p>
<blockquote><p>[http://usefulwiki.com/page/Better_Reading_Partners http://usefulwiki.com/w/images/thumb/a<br />
/a6/Brp-logo.gif/70px-Brp-logo.gif]</p></blockquote>
<p>( all on one line, just one space chracter between the two urls )<br />
What&#8217;s happening here is that the image is being retrieved and then used just like <strong>anchor text</strong> for the link, like a hyperlinked description, except that it&#8217;s a picture. That works fine in the sandbox, but there&#8217;s one more thing I can tweak. The little blue arrow which denotes an external link needs to go, because it&#8217;s an internal page which I&#8217;m linking to.<br />
<img src="http://distributedresearch.net/blog/wordpress/wp-content/uploads/2008/01/mediawikiimagelink2.jpeg" alt="mediawiki external image link with little blue arrow" /></p>
<p>I can get rid of it by wrapping the whole piece of code in a little bit of CSS:</p>
<blockquote><p>&lt;span class=&#8221;plainlinks&#8221;&gt;&#8230;&#8230;.&lt;/span&gt;</p></blockquote>
<p>so all I have to do is transfer the code over to the <a href="http://usefulwiki.com/page/Main_Page">UsefulWiki Main Page</a>.</p>
<p>Done.  Any questions? Ok&#8230;.</p>
<span id="How_else_can_this_technique_be_applied"><h2> How else can this technique be applied?</h2></span>
<p>You might use it with externally hosted graphics instead of uploading image files to the same mediawiki.</p>
<span id="Problems_you_may_encounter"><h2>Problems you may encounter</h2></span>
<p>If <em>your mediawiki</em> does not have direct rendering of <em>image files</em> enabled, it won&#8217;t work.  So in LocalSettings.php, set $wgAllowExternalImages = true;</p>
<p>more in <a href="http://distributedresearch.net/blog/2008/01/21/how-to-make-image-links-in-mediawiki#comment-14835">comments</a>&#8230;.</p>
<hr />
<span id="Subscribe"><h2>Subscribe?</h2></span>
<p><em>If you enjoyed this post about image links in mediawiki you may wish to <a href="http://feeds.feedburner.com/DarnetWiki">subscribe to my category &#8220;wiki&#8221; posts</a>, or the <a href="http://feeds.feedburner.com/Darnet">full feed for this blog</a>.<br />
</em></p>
<ul id="feeds">
<li>
<span id="Subscribe_to_RSS_Feeds:"><h3>Subscribe to RSS Feeds:</h3></span>
</li>
<li><a href="http://feeds.feedburner.com/DarnetWiki">&#8220;Wiki&#8221; only</a></li>
<li><a href="http://feeds.feedburner.com/Darnet">Full feed</a></li>
</ul>
<p><!--adsense--></p>
<p>Thanks for subscribing to <a href="http://distributedresearch.net/blog">Andy Roberts blog</a><br/><br/><a href="http://distributedresearch.net/blog/2008/01/21/how-to-make-image-links-in-mediawiki">How to make image links in MediaWiki</a></p>
]]></content:encoded>
			<wfw:commentRss>http://distributedresearch.net/blog/2008/01/21/how-to-make-image-links-in-mediawiki/feed</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>wikihow : How to install wikihow mediawiki software</title>
		<link>http://distributedresearch.net/blog/2007/11/13/wikihow-how-to-install-wikihow-mediawiki-software</link>
		<comments>http://distributedresearch.net/blog/2007/11/13/wikihow-how-to-install-wikihow-mediawiki-software#comments</comments>
		<pubDate>Tue, 13 Nov 2007 18:32:36 +0000</pubDate>
		<dc:creator>Andy Roberts</dc:creator>
				<category><![CDATA[Mediawiki]]></category>
		<category><![CDATA[Wiki]]></category>
		<category><![CDATA[wikihow software]]></category>

		<guid isPermaLink="false">http://distributedresearch.net/blog/2007/11/13/wikihow-how-to-install-wikihow-mediawiki-software</guid>
		<description><![CDATA[I tried installing the wikihow version of mediawiki software because it&#8217;s admired, and I need to know how it does some things. The nice people at wikihow have included what claims to be a compete bundle of all the skin &#8230; <a href="http://distributedresearch.net/blog/2007/11/13/wikihow-how-to-install-wikihow-mediawiki-software">Continue reading <span class="meta-nav">&#8594;</span></a><p>Thanks for subscribing to <a href="http://distributedresearch.net/blog">Andy Roberts blog</a><br/><br/><a href="http://distributedresearch.net/blog/2007/11/13/wikihow-how-to-install-wikihow-mediawiki-software">wikihow : How to install wikihow mediawiki software</a></p>
]]></description>
			<content:encoded><![CDATA[<p><!--adsense--></p>
<p>I tried installing the <a href="http://www.wikihow.com/wikiHow:Powered-and-Inspired-by-Mediawiki">wikihow version of mediawiki</a> software because it&#8217;s admired, and I need to know how it does some things. The nice people at wikihow have included what claims to be a compete bundle of all the skin modifications and extensions used by <strong>wikihow software</strong> in one big compressed file called</p>
<pre>wikihow-source-code.tar.gz</pre>
<p>So I uploaded the above file, extracted all the contents and ran through the usual mediawiki &#8216;one click&#8217; install procedure &#8211; creating the MySQL database and user manually, editing adminsettings.sample, running the install script from the browser and then moving localsettings.php  up to the parent directory. It told me it had installed mediawiki software successfully, but at the next step throws out a fatal error message that Article.php  is failing to call PatrolHelper.php</p>
<p>PatrolHelper.php appears to be missing.</p>
<p>I tried commenting out the broken call but that caused more errors from lines  depending on class variables having been initialised by said missing subroutine.</p>
<p>Any suggestions for getting the <em>wikihow software</em> working?</p>
<p><!--adsense--></p>
<p>Thanks for subscribing to <a href="http://distributedresearch.net/blog">Andy Roberts blog</a><br/><br/><a href="http://distributedresearch.net/blog/2007/11/13/wikihow-how-to-install-wikihow-mediawiki-software">wikihow : How to install wikihow mediawiki software</a></p>
]]></content:encoded>
			<wfw:commentRss>http://distributedresearch.net/blog/2007/11/13/wikihow-how-to-install-wikihow-mediawiki-software/feed</wfw:commentRss>
		<slash:comments>30</slash:comments>
		</item>
	</channel>
</rss>

