<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/1.5.1-alpha" -->
<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/"
>

<channel>
	<title>the other side of the firewall</title>
	<link>http://sahuguet.blogsome.com</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Sat, 31 Dec 2005 16:23:30 +0000</pubDate>
	<generator>http://wordpress.org/?v=1.5.1-alpha</generator>
	<language>en</language>

		<item>
		<title>Nice blogging tool</title>
		<link>http://sahuguet.blogsome.com/2005/12/30/nice-blogging-tool/</link>
		<comments>http://sahuguet.blogsome.com/2005/12/30/nice-blogging-tool/#comments</comments>
		<pubDate>Fri, 30 Dec 2005 14:36:35 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
	<category>Blogging</category>
		<guid>http://sahuguet.blogsome.com/2005/12/30/nice-blogging-tool/</guid>
		<description><![CDATA[	Performancing is a Firefox extension for blogging. It nicely integrates with the browser and makes it possible to drag and drop link from the page to the blogging editor.
Nice interface too.
	http://performancing.com/firefox

]]></description>
			<content:encoded><![CDATA[	<p>Performancing is a Firefox extension for blogging. It nicely integrates with the browser and makes it possible to drag and drop link from the page to the blogging editor.<br />
<br />Nice interface too.</p>
	<p><a href="http://performancing.com/firefox">http://performancing.com/firefox</a>
</p>
]]></content:encoded>
			<wfw:commentRss>http://sahuguet.blogsome.com/2005/12/30/nice-blogging-tool/feed/</wfw:commentRss>
	</item>
		<item>
		<title>file uploading problem with mediaWiki</title>
		<link>http://sahuguet.blogsome.com/2005/10/17/file-uploading-problem-with-mediawiki/</link>
		<comments>http://sahuguet.blogsome.com/2005/10/17/file-uploading-problem-with-mediawiki/#comments</comments>
		<pubDate>Mon, 17 Oct 2005 23:19:35 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
	<category>Hacks</category>
	<category>Blogging</category>
		<guid>http://sahuguet.blogsome.com/2005/10/17/file-uploading-problem-with-mediawiki/</guid>
		<description><![CDATA[	I am using MediaWiki (the Wikipedia wiki) for some internal work.
	Today one of our users had some trouble uploading a large PDF file.
I checked the wiki code and I could find any file size restriction.
	It turns out that the problem does not come from MediaWiki but from the underlying PHP engine.
After googling for a bit, [...]]]></description>
			<content:encoded><![CDATA[	<p>I am using MediaWiki (the Wikipedia wiki) for some internal work.</p>
	<p>Today one of our users had some trouble uploading a large PDF file.<br />
I checked the wiki code and I could find any file size restriction.</p>
	<p>It turns out that the problem does not come from MediaWiki but from the underlying PHP engine.<br />
After googling for a bit, I discovered the existence of a magic file called php.ini with some magic variables such as memory_limit, post_max_size, upload_max_filesize.<br />
See <a href="http://mysource.squiz.net/doc_redirect/installing">here</a> for instance.</p>
	<p>Creating the php.ini file is easy. Making Apache and PHP find it is not.<br />
After a couple of unsuccessful attempts, here is the best way to do it:</p>
	<ul>
	<li>create a php.ini file under /etc</li>
	<li>create a info.php file in the root of your mediawiki, next to index.php
</li>
	<li>restart Apache (yes, you have to)</li>
	<li>go to info.php and it will tell you where Apache/PHP is looking for the php.ini file</li>
	<li>create a symbolic link from /etc/php.ini to this folder</li>
	<li>restart Apache (you know the drill now)</li>
	</ul>
	<p>PS: if you are like me and never remember where and how Apache was started on your machine, try this:<br />
<code>ps -A -o uid,comm,args | grep httpd</code></p>
	<p>PPS: here is the code for info.php.<br />
<code><br />
&lt;html&gt;<br />
&lt;head&gt;<br />
        &lt;title&gt;PHP Test&lt;/title&gt;<br />
        &lt;meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"&gt;<br />
&lt;/meta&gt;&lt;/head&gt;<br />
&lt;body&gt;<br />
        &lt;h1&gt;PHP Information&lt;/h1&gt;<br />
        &lt;p&gt;<br />
                &lt; ?php phpinfo(); ?&gt;<br />
        &lt;/p&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://sahuguet.blogsome.com/2005/10/17/file-uploading-problem-with-mediawiki/feed/</wfw:commentRss>
	</item>
		<item>
		<title>tips for bloggers</title>
		<link>http://sahuguet.blogsome.com/2005/09/02/tips-for-bloggers/</link>
		<comments>http://sahuguet.blogsome.com/2005/09/02/tips-for-bloggers/#comments</comments>
		<pubDate>Fri, 02 Sep 2005 15:07:59 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
	<category>Blogging</category>
		<guid>http://sahuguet.blogsome.com/2005/09/02/tips-for-bloggers/</guid>
		<description><![CDATA[	a nice article about tips for bloggers.

]]></description>
			<content:encoded><![CDATA[	<p>a nice <a href="http://www.windley.com/essays/2004/how_to_start_a_blog.shtml">article</a> about tips for bloggers.
</p>
]]></content:encoded>
			<wfw:commentRss>http://sahuguet.blogsome.com/2005/09/02/tips-for-bloggers/feed/</wfw:commentRss>
	</item>
		<item>
		<title>Great tool for WordPress on the Mac</title>
		<link>http://sahuguet.blogsome.com/2005/08/18/great-tools-for-wordpress-on-the-mac/</link>
		<comments>http://sahuguet.blogsome.com/2005/08/18/great-tools-for-wordpress-on-the-mac/#comments</comments>
		<pubDate>Thu, 18 Aug 2005 05:17:43 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
	<category>Hacks</category>
	<category>OS X</category>
	<category>Blogging</category>
		<guid>http://sahuguet.blogsome.com/2005/08/18/great-tools-for-wordpress-on-the-mac/</guid>
		<description><![CDATA[	I had given up on Dashboard widgets.
They consume a lot of resources and are not very useful.
Until I find WordPressDash, a Dashboard widget to post to WordPress.
	Blogging has never been so easy.
	The Widget can be found here.

]]></description>
			<content:encoded><![CDATA[	<p>I had given up on Dashboard widgets.<br />
They consume a lot of resources and are not very useful.<br />
Until I find WordPressDash, a Dashboard widget to post to WordPress.</p>
	<p>Blogging has never been so easy.</p>
	<p>The Widget can be found <a href="http://www.apple.com/downloads/dashboard/blogs_forums/wordpressdash.html">here</a>.
</p>
]]></content:encoded>
			<wfw:commentRss>http://sahuguet.blogsome.com/2005/08/18/great-tools-for-wordpress-on-the-mac/feed/</wfw:commentRss>
	</item>
		<item>
		<title>Adding per category RSS in your Blog</title>
		<link>http://sahuguet.blogsome.com/2005/08/17/adding-per-category-rss-in-your-blog/</link>
		<comments>http://sahuguet.blogsome.com/2005/08/17/adding-per-category-rss-in-your-blog/#comments</comments>
		<pubDate>Wed, 17 Aug 2005 23:38:02 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
	<category>Hacks</category>
	<category>Blogging</category>
		<guid>http://sahuguet.blogsome.com/2005/08/17/adding-per-category-rss-in-your-blog/</guid>
		<description><![CDATA[	I am writing blog entries so that people can read them.
	By using categories, people can selectively read what they are interested in.
	By default WordPress only creates on RSS per site.
	Here is a &#8212; dirty &#8212; way to have per category RSS.
You just need to edit your main page. At the end, where the RSS links [...]]]></description>
			<content:encoded><![CDATA[	<p>I am writing blog entries so that people can read them.</p>
	<p>By using categories, people can selectively read what they are interested in.</p>
	<p>By default WordPress only creates on RSS per site.</p>
	<p>Here is a &#8212; dirty &#8212; way to have per category RSS.<br />
You just need to edit your main page. At the end, where the RSS links are created, you need to do the following edit:</p>
	<p><code>Before:<br />
&lt;li>&lt;a href="{bloginfo show='rss_url'}"&gt;RSS .92&lt;/a&gt;&lt;/li&gt;<br />
After:<br />
&lt;li&gt;&lt;a href="./rss"&gt;RSS .92&lt;/a&gt;&lt;/li&gt;</code></p>
]]></content:encoded>
			<wfw:commentRss>http://sahuguet.blogsome.com/2005/08/17/adding-per-category-rss-in-your-blog/feed/</wfw:commentRss>
	</item>
	</channel>
</rss>
