<?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>Ian Weller’s free software blog &#187; fuse-mediawiki</title>
	<atom:link href="http://ianweller.org/tag/fuse-mediawiki/feed/" rel="self" type="application/rss+xml" />
	<link>http://ianweller.org</link>
	<description></description>
	<lastBuildDate>Tue, 27 Jul 2010 19:46:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Status report and a request for help</title>
		<link>http://ianweller.org/2008/09/05/status-report-and-a-request-for-help/</link>
		<comments>http://ianweller.org/2008/09/05/status-report-and-a-request-for-help/#comments</comments>
		<pubDate>Fri, 05 Sep 2008 03:53:25 +0000</pubDate>
		<dc:creator>Ian Weller</dc:creator>
				<category><![CDATA[Advogato]]></category>
		<category><![CDATA[Fedora Planet]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[fuse-mediawiki]]></category>
		<category><![CDATA[gwibber]]></category>
		<category><![CDATA[school]]></category>

		<guid isPermaLink="false">http://ianweller.org/?p=274</guid>
		<description><![CDATA[School is taking over my life, again. There&#8217;s one catch though &#8212; I&#8217;m actually enjoying this year. (whoa!)
My English teacher doesn&#8217;t suck. In fact, she&#8217;s one of the best teachers I&#8217;ve ever had, and it&#8217;s her first year of teaching.
So, with the increase of schooliness, a decrease in Fedoraness obviously goes down. Here&#8217;s my current [...]]]></description>
			<content:encoded><![CDATA[<p>School is taking over my life, again. There&#8217;s one catch though &#8212; I&#8217;m actually enjoying this year. (whoa!)</p>
<p>My English teacher doesn&#8217;t suck. In fact, she&#8217;s one of the best teachers I&#8217;ve ever had, and it&#8217;s her first year of teaching.</p>
<p>So, with the increase of schooliness, a decrease in Fedoraness obviously goes down. Here&#8217;s my current list of works-in-progress, and if anyone wants to grab one of these and help me out immensely, that would be awesome.</p>
<ul>
<li>Fixing pages on the wiki that really need it. I often don&#8217;t have the time to fix some pages that need major fixing, so I shove <code>{{<a href="https://fedoraproject.org/wiki/Template:Needs_love">needs love</a>}}</code> on &#8216;em, and they go in <a href="https://fedoraproject.org/wiki/Category:Pages_that_need_love">Category:Pages that need love</a>. What I really need is a lot of someones to take a page in, give it some love and whatever it needs to succeed, and remove the {{needs love}} tag.</li>
<li>fuse-mediawiki continuing development. The current HEAD of the <a href="http://repo.or.cz/w/fuse-mediawiki.git">fuse-mediawiki git repo</a> is broken when opening pages and I can&#8217;t figure out why. In addition, I have a few more things considered as &#8220;planned features&#8221;:
<ul>
<li>shell scripts that act as special pages that come with the filesystem</li>
<li>ability to fetch media files (Image:) and category listings</li>
<li>lots and lots of bug testing with different wikis</li>
<li>possible usage of an external mediawiki API, or writing of our own</li>
</ul>
<p>Send me patches, I&#8217;ll give ya push access if I like &#8216;em. Remember that fuse-mediawiki is the potential future of bots for the Fedora Project wiki, and will also allow people to escape the &lt;textarea&gt;, so it&#8217;s a good thing for Fedora and the entire MediaWiki community.</li>
<li>I&#8217;m requesting someone with lots of Python knowledge and an interest in gwibber to be a comaintainer and help make the package stable enough for updates &#8212; someone who can work with the upstream developer (an awesome guy, by the way) to help get things working. Inquire within.</li>
</ul>
<p>So, if you feel like giving a little bit more to the Fedora community, this is a great way to do it &#8212; by helping a high school student feel more secure because things are taken care of. Let me know if you&#8217;re interested in any of these.</p>
]]></content:encoded>
			<wfw:commentRss>http://ianweller.org/2008/09/05/status-report-and-a-request-for-help/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>fuse-mediawiki 0.1</title>
		<link>http://ianweller.org/2008/07/27/fuse-mediawiki-01/</link>
		<comments>http://ianweller.org/2008/07/27/fuse-mediawiki-01/#comments</comments>
		<pubDate>Sun, 27 Jul 2008 03:08:02 +0000</pubDate>
		<dc:creator>Ian Weller</dc:creator>
				<category><![CDATA[Advogato]]></category>
		<category><![CDATA[Fedora Planet]]></category>
		<category><![CDATA[fuse-mediawiki]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[wiki]]></category>

		<guid isPermaLink="false">http://iwtest.nfshost.com/2008/07/27/fuse-mediawiki-01/</guid>
		<description><![CDATA[A fun personal project of mine, fuse-mediawiki, has been pushed to 0.1. It&#8217;s most likely still very broken, but it&#8217;d be nice if people would be able to test it a bit, submit patches, whatever.
Fetch the source with
$ git clone git://repo.or.cz/fuse-mediawiki.git
and play around. This&#8217;ll get you started with the Fedora Project wiki:
$ mkdir ~/wiki/
$ python [...]]]></description>
			<content:encoded><![CDATA[<p>A fun personal project of mine, <a href="http://repo.or.cz/w/fuse-mediawiki.git">fuse-mediawiki</a>, has been pushed to 0.1. It&#8217;s most likely still very broken, but it&#8217;d be nice if people would be able to test it a bit, submit patches, whatever.</p>
<p>Fetch the source with</p>
<pre>$ git clone git://repo.or.cz/fuse-mediawiki.git</pre>
<p>and play around. This&#8217;ll get you started with the Fedora Project wiki:</p>
<pre>$ mkdir ~/wiki/
$ python fuse-mediawiki.git https://fedoraproject.org/w/index.php ~/wiki/ --auth-basic -u <i>FAS_USERNAME</i>
$ mkdir -p ~/wiki/content/User:Ianweller/
$ vim ~/wiki/content/User:Ianweller/fuse-mediawiki_playground.wiki</pre>
<p>and a :wq and changes will be committed to the wiki. Exit the filesystem with</p>
<pre>$ fusermount -u ~/wiki/</pre>
<p>Do <i>NOT</i>, under any circumstances, use this for real work and blame me for any damage caused. However, please do test it in places where it doesn&#8217;t matter what happens, and let me know what breaks.</p>
<p>There is currently nothing to prevent you from overwriting somebody else&#8217;s changes. There is currently nothing that clears out the cache of a page unless you remount it.</p>
<p>I have <i>no</i> clue how this works in Emacs, or gedit, or anything else. Patches welcome to fix it. :)</p>
<p>If you&#8217;re trying to debug something, pass the <code>-f</code> option to the end of the command line; it&#8217;ll put the program in the foreground and print fun debugging information. Read the README for more info.</p>
<p>This may be a personal project, but if somebody would like to work on this with me, that&#8217;d be great! Shoot me an email.</p>
<p><b>Edit:</b> I fail. The correct option for auth_basic is <code>--http-basic</code>.</p>
]]></content:encoded>
			<wfw:commentRss>http://ianweller.org/2008/07/27/fuse-mediawiki-01/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
