<?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"
	>
<channel>
	<title>Comments for 23rd World</title>
	<atom:link href="http://23rdworld.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://23rdworld.com</link>
	<description>Home of Seattle-based web site designer and blog consultant, Mahalie Pech.</description>
	<pubDate>Wed, 23 Jul 2008 21:11:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>Comment on DRAFT: How To Make Your MediaWiki Private by pete</title>
		<link>http://23rdworld.com/2007/03/30/how-to-make-your-mediawiki-private/#comment-3792</link>
		<dc:creator>pete</dc:creator>
		<pubDate>Tue, 15 Jul 2008 04:25:09 +0000</pubDate>
		<guid isPermaLink="false">http://23rdworld.com/2007/03/30/how-to-make-your-mediawiki-private/#comment-3792</guid>
		<description>mahalie

as always the internet community is always a great resource! I managed to add your changes simply and easily to a fresh install of mediawiki. One thing I'm not sure I understand - does this also prevent searchbots from browsing/caching content?
Once a user has logged in and a page is rendered, it is only available to that user in their browser session, correct? So applying any further Apache mods is unnessary....

Thnxs again</description>
		<content:encoded><![CDATA[<p>mahalie</p>
<p>as always the internet community is always a great resource! I managed to add your changes simply and easily to a fresh install of mediawiki. One thing I&#8217;m not sure I understand - does this also prevent searchbots from browsing/caching content?<br />
Once a user has logged in and a page is rendered, it is only available to that user in their browser session, correct? So applying any further Apache mods is unnessary&#8230;.</p>
<p>Thnxs again</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on DRAFT: How To Make Your MediaWiki Private by Katrine</title>
		<link>http://23rdworld.com/2007/03/30/how-to-make-your-mediawiki-private/#comment-3791</link>
		<dc:creator>Katrine</dc:creator>
		<pubDate>Sun, 06 Jul 2008 00:57:29 +0000</pubDate>
		<guid isPermaLink="false">http://23rdworld.com/2007/03/30/how-to-make-your-mediawiki-private/#comment-3791</guid>
		<description>Just for the record, we've set up a private mediawiki for documentation in our IT-departement, wich is integrated with Microsoft Active Directory. So we use our windows server username/password for logging in to the wiki... Not sure if you use Microsoft AD, but I am almost certain that LDAP can be used with MediaWiki...

Nice work however, thanks for the input...</description>
		<content:encoded><![CDATA[<p>Just for the record, we&#8217;ve set up a private mediawiki for documentation in our IT-departement, wich is integrated with Microsoft Active Directory. So we use our windows server username/password for logging in to the wiki&#8230; Not sure if you use Microsoft AD, but I am almost certain that LDAP can be used with MediaWiki&#8230;</p>
<p>Nice work however, thanks for the input&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on DRAFT: How To Make Your MediaWiki Private by mahalie</title>
		<link>http://23rdworld.com/2007/03/30/how-to-make-your-mediawiki-private/#comment-3790</link>
		<dc:creator>mahalie</dc:creator>
		<pubDate>Wed, 02 Jul 2008 18:02:15 +0000</pubDate>
		<guid isPermaLink="false">http://23rdworld.com/2007/03/30/how-to-make-your-mediawiki-private/#comment-3790</guid>
		<description>@Marc - probably the simplest is to do this through your FTP client (I use FileZilla) - go to the directory of the file, right click it and you can change the file permissions to 600  or uncheck everything except read/write for the Owner only.

If you work on *nix servers a lot you may find it easier to do this via the command line (you can ssh in using puTTy or whatevs) and chmod is the command you enter.

You may want to check out the &lt;a href="http://wiki.dreamhost.com/CHMOD" rel="nofollow"&gt;Chmod&lt;/a&gt; page on the Dreamhost wiki for more info.</description>
		<content:encoded><![CDATA[<p>@Marc - probably the simplest is to do this through your FTP client (I use FileZilla) - go to the directory of the file, right click it and you can change the file permissions to 600  or uncheck everything except read/write for the Owner only.</p>
<p>If you work on *nix servers a lot you may find it easier to do this via the command line (you can ssh in using puTTy or whatevs) and chmod is the command you enter.</p>
<p>You may want to check out the <a href="http://wiki.dreamhost.com/CHMOD" rel="nofollow">Chmod</a> page on the Dreamhost wiki for more info.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on DRAFT: How To Make Your MediaWiki Private by Dan Z</title>
		<link>http://23rdworld.com/2007/03/30/how-to-make-your-mediawiki-private/#comment-3789</link>
		<dc:creator>Dan Z</dc:creator>
		<pubDate>Wed, 02 Jul 2008 16:56:16 +0000</pubDate>
		<guid isPermaLink="false">http://23rdworld.com/2007/03/30/how-to-make-your-mediawiki-private/#comment-3789</guid>
		<description>Awesome tutorial, thanks Mahalie. This was the quick and dirty I needed on using MediaWiki in a private configuration to tip the scales from installing Twiki to MediaWiki. Thanks!</description>
		<content:encoded><![CDATA[<p>Awesome tutorial, thanks Mahalie. This was the quick and dirty I needed on using MediaWiki in a private configuration to tip the scales from installing Twiki to MediaWiki. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on DRAFT: How To Make Your MediaWiki Private by Marc B</title>
		<link>http://23rdworld.com/2007/03/30/how-to-make-your-mediawiki-private/#comment-3788</link>
		<dc:creator>Marc B</dc:creator>
		<pubDate>Mon, 30 Jun 2008 20:19:12 +0000</pubDate>
		<guid isPermaLink="false">http://23rdworld.com/2007/03/30/how-to-make-your-mediawiki-private/#comment-3788</guid>
		<description>What does Chmod LocalSettings to 600 mean?

I have a wiki on a subdomain that I want to make private, and I think I understand the rest of the install....</description>
		<content:encoded><![CDATA[<p>What does Chmod LocalSettings to 600 mean?</p>
<p>I have a wiki on a subdomain that I want to make private, and I think I understand the rest of the install&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Plone 3.0 on Ubuntu 6.06 by Dread Knight</title>
		<link>http://23rdworld.com/2007/11/02/installing-plone-30-on-ubuntu-606/#comment-3779</link>
		<dc:creator>Dread Knight</dc:creator>
		<pubDate>Sat, 17 May 2008 11:51:01 +0000</pubDate>
		<guid isPermaLink="false">http://23rdworld.com/2007/11/02/installing-plone-30-on-ubuntu-606/#comment-3779</guid>
		<description>@mahalie: Thanks man! That did it :-) Cheers!</description>
		<content:encoded><![CDATA[<p>@mahalie: Thanks man! That did it :-) Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on DRAFT: How To Make Your MediaWiki Private by mahalie</title>
		<link>http://23rdworld.com/2007/03/30/how-to-make-your-mediawiki-private/#comment-3778</link>
		<dc:creator>mahalie</dc:creator>
		<pubDate>Sat, 17 May 2008 00:39:43 +0000</pubDate>
		<guid isPermaLink="false">http://23rdworld.com/2007/03/30/how-to-make-your-mediawiki-private/#comment-3778</guid>
		<description>Evan, to add a user manually go to http://yourwikidomain.com/index.php?title=Special:Userlogin&#038;type=signup

You'll enter a password for the new user and if you put in an email address they will get a confirmation but no password so you'll want to email them yourself and let them know what that is. I'm sure this is all configurable but I haven't bothered with it yet as I gave only 2 other people access to mine.

To find that link again later click 'Special Pages' and go to 'Log in / create account'.</description>
		<content:encoded><![CDATA[<p>Evan, to add a user manually go to <a href="http://yourwikidomain.com/index.php?title=Special:Userlogin&#038;type=signup" rel="nofollow">http://yourwikidomain.com/index.php?title=Special:Userlogin&#038;type=signup</a></p>
<p>You&#8217;ll enter a password for the new user and if you put in an email address they will get a confirmation but no password so you&#8217;ll want to email them yourself and let them know what that is. I&#8217;m sure this is all configurable but I haven&#8217;t bothered with it yet as I gave only 2 other people access to mine.</p>
<p>To find that link again later click &#8216;Special Pages&#8217; and go to &#8216;Log in / create account&#8217;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Plone 3.0 on Ubuntu 6.06 by mahalie</title>
		<link>http://23rdworld.com/2007/11/02/installing-plone-30-on-ubuntu-606/#comment-3777</link>
		<dc:creator>mahalie</dc:creator>
		<pubDate>Sat, 17 May 2008 00:25:49 +0000</pubDate>
		<guid isPermaLink="false">http://23rdworld.com/2007/11/02/installing-plone-30-on-ubuntu-606/#comment-3777</guid>
		<description>@Dread Knight - first make sure you're in the right directory, then if "sudo ./install.sh" does not work you may have to type "sh install.sh". if that doesn't work then try "sh ./install.sh"

I'm fairly new to *nix myself, you might hit up the Ubuntu forums for how to run shell scripts if the above doesn't help.</description>
		<content:encoded><![CDATA[<p>@Dread Knight - first make sure you&#8217;re in the right directory, then if &#8220;sudo ./install.sh&#8221; does not work you may have to type &#8220;sh install.sh&#8221;. if that doesn&#8217;t work then try &#8220;sh ./install.sh&#8221;</p>
<p>I&#8217;m fairly new to *nix myself, you might hit up the Ubuntu forums for how to run shell scripts if the above doesn&#8217;t help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on DRAFT: How To Make Your MediaWiki Private by 23rd World &#187; Google Doctype Screams &#8220;Fork ME!&#8221;</title>
		<link>http://23rdworld.com/2007/03/30/how-to-make-your-mediawiki-private/#comment-3776</link>
		<dc:creator>23rd World &#187; Google Doctype Screams &#8220;Fork ME!&#8221;</dc:creator>
		<pubDate>Fri, 16 May 2008 23:28:35 +0000</pubDate>
		<guid isPermaLink="false">http://23rdworld.com/2007/03/30/how-to-make-your-mediawiki-private/#comment-3776</guid>
		<description>[...] My own private wiki, largely comprised of web development documentation for my own projects, code snippits and links to online resources, is invaluable to me - so the potential benefits of an open wiki of this nature is obvious and I&#8217;ve often wondered why there isn&#8217;t one (with critical mass) out there already. Certainly this project, or at least the idea of it, could be an invaluable tool to professional web designers and client-side developers. Some take-aways: [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] My own private wiki, largely comprised of web development documentation for my own projects, code snippits and links to online resources, is invaluable to me - so the potential benefits of an open wiki of this nature is obvious and I&#8217;ve often wondered why there isn&#8217;t one (with critical mass) out there already. Certainly this project, or at least the idea of it, could be an invaluable tool to professional web designers and client-side developers. Some take-aways: [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Plone 3.0 on Ubuntu 6.06 by Dread Knight</title>
		<link>http://23rdworld.com/2007/11/02/installing-plone-30-on-ubuntu-606/#comment-3775</link>
		<dc:creator>Dread Knight</dc:creator>
		<pubDate>Fri, 16 May 2008 18:58:35 +0000</pubDate>
		<guid isPermaLink="false">http://23rdworld.com/2007/11/02/installing-plone-30-on-ubuntu-606/#comment-3775</guid>
		<description>I'm on Kubuntu Hardy with Kde 4.0.4

I'm trying to install 3.1.1 unified installer:

dread@Freezing-Moon:~/Plone-3.1$ sudo ./install.sh standalone
sudo: ./install.sh: command not found

WTF?! need help :-\</description>
		<content:encoded><![CDATA[<p>I&#8217;m on Kubuntu Hardy with Kde 4.0.4</p>
<p>I&#8217;m trying to install 3.1.1 unified installer:</p>
<p>dread@Freezing-Moon:~/Plone-3.1$ sudo ./install.sh standalone<br />
sudo: ./install.sh: command not found</p>
<p>WTF?! need help :-\</p>
]]></content:encoded>
	</item>
</channel>
</rss>
