<?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"
	>

<channel>
	<title>23rd World</title>
	<atom:link href="http://23rdworld.com/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>Sat, 17 May 2008 00:14:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
	<language>en</language>
			<item>
		<title>Google Doctype Screams &#8220;Fork ME!&#8221;</title>
		<link>http://23rdworld.com/2008/05/16/google-doctype-screams-fork-me/</link>
		<comments>http://23rdworld.com/2008/05/16/google-doctype-screams-fork-me/#comments</comments>
		<pubDate>Fri, 16 May 2008 23:27:29 +0000</pubDate>
		<dc:creator>mahalie</dc:creator>
		
		<category><![CDATA[CSS]]></category>

		<category><![CDATA[Coding]]></category>

		<category><![CDATA[Opinions]]></category>

		<category><![CDATA[Tools]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[Web Standards]]></category>

		<category><![CDATA[ajax]]></category>

		<category><![CDATA[development]]></category>

		<category><![CDATA[javascript]]></category>

		<category><![CDATA[library]]></category>

		<category><![CDATA[reference]]></category>

		<category><![CDATA[Tutorials]]></category>

		<category><![CDATA[web]]></category>

		<category><![CDATA[wiki]]></category>

		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://23rdworld.com/?p=127</guid>
		<description><![CDATA[The newly released Google Doctype is intended to be the Wikipedia of web design. There&#8217;s a video introduction on the landing page of Mark Pilgrim explaining what Google has been internally calling the the &#8220;Hitch Hikers Guide to the Web&#8221;. He&#8217;s been working on Google Doctype, said it is supposed to be the cross-platform alternative [...]]]></description>
			<content:encoded><![CDATA[<p>The newly released <a href="http://code.google.com/doctype/">Google Doctype</a> is intended to be the <a href="http://en.wikipedia.org">Wikipedia</a> of web design. There&#8217;s a video introduction on the <a href="http://code.google.com/doctype/">landing page</a> of <a href="http://diveintomark.org/">Mark Pilgrim</a> explaining what Google has been internally calling the the &#8220;Hitch Hikers Guide to the Web&#8221;. He&#8217;s been working on Google Doctype, said it is supposed to be the cross-platform alternative to MSDN. <a href="http://msdn.microsoft.com/en-us/default.aspx">MSDN</a>? I don&#8217;t know any web designers that rely on MSDN as the go-to spot for quality cross-platform client-side code! Maybe they&#8217;re targeting ASP.NET developers&#8230;and that could explain the <a href="http://code.google.com/docreader/#p(doctype)s(doctype)t(ArticleFormattingWithoutSemanticTags)">very un-wiki linear treestyle navigation</a>.</p>
<p><a href='http://code.google.com/doctype/'><img src="http://23rdworld.com/wp-content/uploads/2008/05/goog_doctype.jpg" alt="Google Doctype Screenshot" title="Google Doctype Screenshot" width="500" height="354" class="frame" /></a></p>
<h2>The Good</h2>
<p><a href="http://23rdworld.com/2007/03/30/how-to-make-your-mediawiki-private/">My own private wiki</a>, 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:</p>
<ul>
<li><strong>&#8220;Written by web developers, for web developers&#8221;</strong> and by that they mean client-side developers&#8230;most of the current content is specific to JavaScript DOM stuff and cross-browser CSS considerations. I think this fills a knowledge gap as a lot of CSS and even Ajax resources are designer-oriented (lacking meaty technical details) and many developer resources gloss over or ignore web standards or a lot of the details professional programmers take for granted (like finding a viewport or using javascript to manipulate classes)</li>
<li>It&#8217;s built on the Google Project framework so you can <strong>download the whole thing via SVN</strong>.</li>
<li><strong>The <a href="http://code.google.com/doctype/terms.html">licensing</a> is pretty unrestrictive</strong>, so you could SVN everything and put it up on an intranet statically or keep an off line copy, as was mentioned in the <a href="http://www.youtube.com/watch?v=MmUiKaHWjLI">intro video</a>.</li>
<li><strong>Discrete code snippets.</strong> Rather than a long tutorial with examples that are specific to a given situation, many of the HOWTOs are broken down into more abstracted uses. This style of documentation will help a lot when your stuck on specific area of a bigger project. Personally, I learn more this way - I like the big step-by-step tutorials but when I cut and paste a lot I don&#8217;t retain very much.</li>
</ul>
<h2>The Ugly</h2>
<p>Google suffers from chronic ugliness (IMHO) and this project is no exception. Don&#8217;t get me wrong, I&#8217;m GOOG fangirl all the way, but there always seems to be some basic user interface and user experience  problems with their apps/portals/projects/whatever. And here&#8217;s where I think Google Doctype has need of improvement:</p>
<ul>
<li><strong>No indication of off-site links.</strong> Not only does a link to MSDN look just like the internal links, there are links to other Google Code project without any indications that you&#8217;re leaving Google Doctype, in fact, the logo is still Google Code. Navigation is a little confusing in general.</li>
<li><strong>Lack of Style Guidelines.</strong> There is something to &#8220;just putting it out there&#8221; and I&#8217;m glad they did, but if a lot of people do start adding to this resource it could turn into quite a mess. It would have been ideal to have a written style established that would make sense for an open wiki. For example, statements like &#8220;generally, we recommend the following&#8230;&#8221; and &#8220;I&#8217;m not sure if this works on IE&#8221;. This type of thing would never fly on Wikipedia - now that the docs are open to the whole internets, such statements are ambiguous, lack authority and create a bad example that others are sure to follow.</li>
<li><strong>Not really a wiki.</strong> First there&#8217;s the linear tree/node navigation pane (which seems to collapse by itself and disappear or reappear for no apparent reason) . There is no discussion page (although there are comments, sort of like PHP.net), no page history (but you can manually add a free-form line to a log file, if you notice the option), there&#8217;s no obvious way to check to see what links to a page, the list goes on.</li>
<li><strong>Screaming &#8220;Fork Me&#8221;.</strong> <a href="http://www.codinghorror.com/blog/archives/001117.html">A fork may be inevitable</a>, and if a fork emerges using <a href="http://www.mediawiki.org/wiki/MediaWiki">MediaWiki</a> or any of a myriad of much more robust wiki platforms, I would be more likely to invest my time in that in spite of the Google mind share.</li>
</ul>
<h2>A Web Reference To Rule Them All</h2>
<p>When I first read that Google published a web design wiki I was thrilled. I tried to think of other, similar resources. There are some great blogs, lists and forums out there but I&#8217;ve yet to find the one web reference to rule them all. If you know of one, please let me know! In the meantime I&#8217;m looking for domains&#8230;webwiki.com is just a db error, webwiki.net is a half-baked attempt at a wiki version of the Million Dollar Homepage. Hrm. If I come up with a load of extra time and a brilliant idea I will let you know. In the mean time, here are a few of my favorite web coder sites:</p>
<ul>
<li><a href="http://www.w3.org/">W3C.org</a> - start at the top, right?</li>
<li><a href="http://htmldog.com/">HTML Dog</a> - very well organized reference and tutorials for CSS and (x)HTML</li>
<li><a href="http://www.alistapart.com/">A List Apart</a> - high quality articles published by those web standards freaks at <a href="http://www.happycog.com/">Happy Cog</a>.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://23rdworld.com/2008/05/16/google-doctype-screams-fork-me/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Drupal 5.x on Ubuntu LAMP</title>
		<link>http://23rdworld.com/2008/04/09/drupal-5x-on-ubuntu-lamp/</link>
		<comments>http://23rdworld.com/2008/04/09/drupal-5x-on-ubuntu-lamp/#comments</comments>
		<pubDate>Wed, 09 Apr 2008 23:50:06 +0000</pubDate>
		<dc:creator>mahalie</dc:creator>
		
		<category><![CDATA[Apache]]></category>

		<category><![CDATA[Content Management]]></category>

		<category><![CDATA[Servers]]></category>

		<category><![CDATA[Tutorials]]></category>

		<category><![CDATA[Web Apps]]></category>

		<category><![CDATA[cms]]></category>

		<category><![CDATA[drupal]]></category>

		<category><![CDATA[howto]]></category>

		<category><![CDATA[install]]></category>

		<category><![CDATA[installation]]></category>

		<category><![CDATA[instructions]]></category>

		<category><![CDATA[lamp]]></category>

		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://23rdworld.com/?p=124</guid>
		<description><![CDATA[
USE THIS INFORMATION AT YOUR OWN RISK. Any information found on this website is offered only as informational and includes no warranty, guarantees or support. The author claims no authority on any subject whatsoever. 
Why Drupal, Why Ubuntu?
For me it's all about community. I've always enjoyed apache web development in part because of the active [...]]]></description>
			<content:encoded><![CDATA[<a href='http://23rdworld.com/wp-content/uploads/2008/04/drupal_ubuntu.jpg'><img src="http://23rdworld.com/wp-content/uploads/2008/04/drupal_ubuntu.jpg" alt="The quick and dirty dev install of Drupal on Ubuntu" title="Drupal 5.x on Ubuntu LAMP" width="500" height="128" class="aligncenter size-full wp-image-126" /></a>
<p class="warning"><strong>USE THIS INFORMATION AT YOUR OWN RISK.</strong> Any information found on this website is offered only as informational and includes no warranty, guarantees or support. The author claims no authority on any subject whatsoever. </p>
<h2>Why Drupal, Why Ubuntu?</h2>
For me it's all about community. I've always enjoyed apache web development in part because of the active and helpful user groups, forums, irc channels, etc. I use <a href="http://www.ubuntu.com/products/whatisubuntu/serveredition" title="learn more about Ubuntu server edition">Ubuntu</a> as the operating system for my<a href="http://en.wikipedia.org/wiki/LAMP_(software_bundle)" title="about the Linux Apache MySQL PHP web server stack"> LAMP</a> because it's really popular right now - it has a very active forum and pretty good documentation. <a href="http://drupal.org/">Drupal</a> is an open-source content management system, or you could look at it as a framework since it was built to make it easy for coders to override almost anything it does without hacking the core. This means you could make it do anything you want if you happen to be good enough at PHP and still take advantage of core development and security updates no matter how much you modify the product.
<h2>Why write installation instructions?</h2>
Good question? Well, the <a href="http://drupal.org/getting-started/5/install/download">installation instructions at Drupal.org</a> are good but they cover all sorts of environments (who wants to slog through all that?) and those in the  <a href="https://help.ubuntu.com/community/Drupal">Ubuntu Community Docs</a> are great and pretty specific but cover Drupal 4.6.7 and 5.1. I probably should update the docs at Ubuntu, perhaps I will after I hash it out here and after a few people let me know they worked or what to change. Also, I like to search for instructions specific to my situation whenever I approach a new installation. It's good to see what other people in similar circumstances have encountered, I call it due diligence. I would suggest any user doing this install review the documentation mentioned above thoroughly. Also see related links at the end of this article.
<h2>Environment</h2>
These instructions don't cover the setup of your server environment. Mine happens to be:
<ul>
	<li>Ubuntu 6.06 LTS server</li>
	<li>Apache 2.0.5.5</li>
	<li>PHP 5.1.2</li>
	<li>MySQL 5.0.22</li>
</ul>
<h2>Get Drupal</h2>
<code>wget http://ftp.drupal.org/files/projects/drupal-5.7.tar.gz<br />
tar -zxvf drupal-5.7.tar.gz
</code>
<p>I'm a big fan of apt-get but there were a lot of issues in the forum started by people having problems with Drupal in the repositories. <a href="https://help.ubuntu.com/community/Drupal">Community Docs</a> recommend getting the latest package from <a href="http://drupal.org/">Drupal.org</a>, right now that happens to be Drupal <a href="http://drupal.org/drupal-5.7">5.7</a>. (Drupal 6 is out now as well, and is very cool, but CCK/Views aren't ready for prime-time and I'm installing for the purposes of following tutorials written for 5.x.)</p>
<h2>Move Drupal</h2>
<code>sudo mkdir /var/www/drupaltest<br />
sudo mv drupal-5.3/* drupal-5.3/.htaccess /var/www/drupaltest<br />
sudo mkdir /var/www/drupaltest/files
</code>
<p>My apache install is pretty much setup to default config. /var/www is my web root, yours may vary. Because I'm just using this particular install as a test which I plan on destroying later I'm going to put it in the boring old subdirectory 'drupaltest', actually I named mine d57_test_01 but thought drupaltest would be more comprehendable in the example.</p>
<p>In the mv command we explicitly move .htaccess because it's a hidden file.</p>
<h2>Database Setup</h2>
<code>mysqladmin -u root -p create db_drupaltest<br />
mysql -u root -p
</code>
<p>Create the database for Drupal to use - you can replace 'db_drupaltest' with whatever you'd like to call the database. You'll need to enter your mySQL root password. If you get an access denied error make sure you're using the mySQL root password and not your login or Ubuntu root password. The second command puts you in mySQL monitor, the command line interface for <a href="http://dev.mysql.com/tech-resources/articles/mysql_intro.html">managing your MySQL server</a>. The commands in the next code section are SQL. You could also run this in phpMyAdmin if you'd rather have a GUI.</p>
<code>
GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, INDEX, ALTER, CREATE TEMPORARY TABLES, LOCK TABLES ON drupaltest.* TO 'drupal_usr'@'localhost' IDENTIFIED BY 'secretpassword';
<br />
FLUSH PRIVILEGES;
\q
</code>
<p>Change the datebase name, the username 'drupal_usr' and 'secretpassword' to whatever you like. Just don't forget to write it down somewhere safe because you'll need to know it later.</p>
<h2>Edit Settings.php</h2>
<code>
sudo vi /var/www/drupaltest/sites/default/settings.php
</code>
<p>Using vi (or whatevs) change the $db_url line. Note: If you use a fancy charcters or dashes in your user, password or database names replace them URI hex encodings, this is detailed in database settings comments section in the settings.php file.</p>
<code>$db_url="mysql://drupal_usr:secretpassword@localhost/drupaltest";</code>
<h2>Up Your PHP Memory Allocation</h2>
<p>If you have a new LAMP install the default memory setting for scripts is 8M. This is redonkulous and Drupal will suck. Look for the 'Resource Limits' section and change memory_limit to 32M and then restart apache.</p>
<code>sudo vi /etc/php5/apache2/php.ini
sudo /etc/init.d/apache2 restart
</code>
<h2>Final Steps</h2>
<p>Go to http://localhost/drupaltest/install.php (or your servername instead of localhost if DNS is setup). You should see this:</p>

<a href='http://23rdworld.com/wp-content/uploads/2008/04/drupal57_coplete.jpg'><img src="http://23rdworld.com/wp-content/uploads/2008/04/drupal57_coplete.jpg" alt="Screenshot of Drupal Installationb Message" title="drupal57_complete" width="500" height="321" class="aligncenter size-full wp-image-125" /></a>
<p>One last thing, if you click Administer you will probably get a 'one or more problems were detected' error message. Two things: your files directory isn't writable and you cron job hasn't run. The first one is easy - just make the files area writable by all:</p>
<code>sudo chmod 777 /var/www/drupaltest/files</code>
<p>As for cron, you can just click 'run cron manually' on the Status report page - but you'll need to do this anytime you want to update the index. For a quick dev install you're likely to trash soon it may not be necessary but for a production or long-term dev install you'll want to set up a cron job to hit http://localhost/drupaltest/admin/logs/status/run-cron every few minutes depending upon your site's traffic and requirements. See <a href="http://drupal.org/cron">Configuring cron jobs</a> in Drupal's Getting Started guide for more.</p>
<p>That's it. Good luck folks, now enjoy surfing the Drupal learning curve...heheh.</p>
<h2>Related Links</h2>
<ul>
	<li><a href="https://help.ubuntu.com/community/Drupal">Ubuntu Documentation &gt; Drupal</a></li>
	<li><a href="http://groups.drupal.org/drubuntu">Drubuntu Group</a> - "for people using Ubuntu for developing Drupal core or contributed modules, and also for people using the Ubuntu LAMP stack as a server for Drupal."<ul><li><a href="http://groups.drupal.org/node/6261?">Drubuntu Howto</a> a Wiki Page that explains how to install and configure an Ubuntu/LAMP/Eclipse Drupal development environment.</li>
	<li><a href="http://groups.drupal.org/node/6260?">Drupal Dev on VMWare</a> - including Eclipse setup.</li>
</ul></li>
	<li><a href="http://www.lullabot.com/videocast/install-local-web-server-ubuntu">Install a Local Web Server on Ubuntu</a> (11/2007) - screencast using Ubuntu desktop version, covers Drupal install.</li>
	<li><a href="http://drupal.org/node/483">Installing PHP, MySQL and Apache under Linux</a><a href="http://drupal.org/node/483"></a> on Drupal.org (Developing for Drupal » Setting up a development environment » Local server setup » Linux specific ) - covers enabling mod_rewrite which you'll need for clean URLs.</li>


</ul>]]></content:encoded>
			<wfw:commentRss>http://23rdworld.com/2008/04/09/drupal-5x-on-ubuntu-lamp/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Kill is Your Friend</title>
		<link>http://23rdworld.com/2008/01/17/kill-is-your-friend/</link>
		<comments>http://23rdworld.com/2008/01/17/kill-is-your-friend/#comments</comments>
		<pubDate>Fri, 18 Jan 2008 03:32:43 +0000</pubDate>
		<dc:creator>mahalie</dc:creator>
		
		<category><![CDATA[Apache]]></category>

		<category><![CDATA[Bad Behavior]]></category>

		<category><![CDATA[Servers]]></category>

		<category><![CDATA[configuration]]></category>

		<category><![CDATA[evil]]></category>

		<category><![CDATA[httpd]]></category>

		<category><![CDATA[httpd.conf]]></category>

		<category><![CDATA[kill]]></category>

		<category><![CDATA[lamp]]></category>

		<category><![CDATA[linux]]></category>

		<category><![CDATA[mod_rewrite]]></category>

		<category><![CDATA[penguins]]></category>

		<category><![CDATA[rewrite]]></category>

		<category><![CDATA[sites-enabled]]></category>

		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://23rdworld.com/2008/01/17/kill-is-your-friend/</guid>
		<description><![CDATA[Ah, slowly I am earning my beans in Ubuntu land. Tonight I had my first legitimate need to use kill and even found out what a PID number was and EVEN read my LOG FILES!! Wow. If you&#8217;re just learning Apache admin stuff and just can&#8217;t reload or restart your web server, head on over [...]]]></description>
			<content:encoded><![CDATA[<p>Ah, slowly I am <a href="http://ubuntuforums.org/showthread.php?p=4157550#post4157550">earning my beans in Ubuntu land</a>. Tonight I had my first legitimate need to use kill and even found out what a PID number was and EVEN read my LOG FILES!! Wow. If you&#8217;re just learning Apache admin stuff and just can&#8217;t reload or restart your web server, head on over to /var/log/apache2 and check out your error.log file. You prolly shouldn&#8217;t randomly kill .pids but if you&#8217;re getting a repeated httpd error like mine: &#8220;httpd (pid 5347?) not started&#8221; it could be that the server was manually shut down (oops, old Windows debugging tactic) and the process just needs to be murdered.</p>
<p><code>kill 5347</code></p>
<p>Worked like a charm. Another hint for you fellow newbs&#8230;maybe reading an Apache admin book would actually SAVE you time, eh? All I needed to do to enable my dern rewrite was to change AllowOverride None to AllowOverride all in my sites-enabled config. Hmmm&#8230;.I bet a quick doc on configuring sites in Apache2 would have saved me all that. But then I wouldn&#8217;t have ever found out <a href="http://www.terminally-incoherent.com/blog/2007/10/05/how-to-kill-stuff-on-linux/">how to kill stuff on linux</a>&#8230;so then again, maybe it was all worth it.
</p>
<p><a href="http://www.flickr.com/photos/pureevilbunny/1102170080/"><img src="http://farm2.static.flickr.com/1424/1102170080_60595cd77e.jpg" title="psycho penguins" /></a><br />
<br /><small>Awesome drawing by <a href="http://www.flickr.com/photos/pureevilbunny/">pure evil bunny</a> on Flickr.</small></p>
]]></content:encoded>
			<wfw:commentRss>http://23rdworld.com/2008/01/17/kill-is-your-friend/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Installing Plone 3.0 on Ubuntu 6.06</title>
		<link>http://23rdworld.com/2007/11/02/installing-plone-30-on-ubuntu-606/</link>
		<comments>http://23rdworld.com/2007/11/02/installing-plone-30-on-ubuntu-606/#comments</comments>
		<pubDate>Sat, 03 Nov 2007 04:36:49 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
		<category><![CDATA[Content Management]]></category>

		<category><![CDATA[Servers]]></category>

		<category><![CDATA[Tutorials]]></category>

		<category><![CDATA[Web Apps]]></category>

		<category><![CDATA[fortechhelpblog]]></category>

		<guid isPermaLink="false">http://23rdworld.com/2007/11/02/installing-plone-30-on-ubuntu-606/</guid>
		<description><![CDATA[
Plone 3.0.2 on an 32-bit Ubuntu 6.06 LTS &#8216;Dapper Drake&#8217; LAMP
What is Plone? - Plone is a pretty cool content management system (CMS). Well, I think it&#8217;s cool based on some videos and documentation on their site. After comparing a lot of CMS options (including some really expensive closed-source stuff and 2 weeks of developer [...]]]></description>
			<content:encoded><![CDATA[<p><a href='http://23rdworld.com/2007/11/02/installing-plone-30-on-ubuntu-606/plone-on-ubuntu/' rel='attachment wp-att-122' title='Plone on Ubuntu'><img src='http://23rdworld.com/wp-content/uploads/2007/11/plone_ubuntu.jpg' alt='Plone on Ubuntu' /></a><br />
Plone 3.0.2 on an 32-bit Ubuntu 6.06 LTS &#8216;Dapper Drake&#8217; <a href="http://en.wikipedia.org/wiki/LAMP_(software_bundle)">LAMP</a></p>
<p><strong>What is Plone?</strong> - <a href="http://plone.org/">Plone</a> is a pretty cool content management system (CMS). Well, I think it&#8217;s cool based on <a href="http://plone.org/about/movies">some videos</a> and <a href="http://plone.org/about/plone">documentation</a> on their site. After comparing <a href="http://www.oscom.org/matrix/index.html">a lot of CMS options</a> (including some really expensive closed-source stuff and 2 weeks of developer training on Sharepoint) I&#8217;m trying out Plone because a) <a href="http://en.wikipedia.org/wiki/Open_source">open source</a> is cool. b) Google people are smart, c) it supports <a href="http://plone.org/products/ploneldap">LDAP authentication</a> which I need for my all-M$ work enviro, d) there&#8217;s <a href="http://plone.org/events/training">training</a>/<a href="http://plone.org/events/conferences">conferences</a>/<a href="http://plone.org/documentation/books">books</a>/<a href="http://plone.net/">commercial support!?</a> available and d) I&#8217;ve read some great reviews and CMS comparisons that rated it #1.</p>
<p>That was the good, now the most common complaint: hellish learning curve. Well, if you&#8217;re a developer and you&#8217;re going to customize beyond the existing system and available plugins. Why? Well, you&#8217;ll have to learn some python and the database is the rather obscure Zope instead of MySQL or SQL. In fact, I just read this on <a href="http://www.456bereastreet.com/archive/200503/content_management_with_plone/">456 Berea St</a> (one of my fav dev blogs) and it gave me the shivers:</p>
<blockquote><p>And the inital learning curve, even though I was a fairly good python programmer, was insane.</p>
</blockquote>
<p>Then again, people told me Perl was insane too and I loved working with Perl. Besides, we&#8217;re just playing right now, right?</p>
<p><strong>What is Ubuntu? </strong>- <a href="http://www.ubuntu.com/">Ubuntu</a> is a community developed, linux-based operating system that I use for a web server. &#8216;Dapper Drake&#8217; is the release name for 6.06 LTS. (Keyword: LTS - long term support). It&#8217;s surprisingly easy to install. If you&#8217;re bored, geeky and/or have extra VMs or boxes lying around you should try a LAMP install and get your web server up in 15 minutes!</p>
<p>There&#8217;s already a <a href="http://ubuntuforums.org/showthread.php?t=50925&#038;highlight=plone">Plone From Scratch HOWTO</a> on the Ubuntu Forums, however it is for a previous version of Plone (2.0.5) and uses the apt-get method which I&#8217;ve noticed a lot of people in the forums having trouble with. <span class="alert">Disclaimer: I do not provide &#8216;undo/uninstall&#8217; instructions, other than, whip up a a LAMP on VMware and test it first or backup your system. I would welcome uninstall directions if someone who knows what they are doing could provide them.</span></p>
<p><strong>Doesn&#8217;t Plone provide installation instructions?</strong> Well, <a href="http://plone.org/documentation/tutorial/installing-plone-3-with-the-unified-installer">yes</a>. But when I started to read them I got real nervous. What the heck is gcc? libssl? TLS? etc. Those poor geeks at Plone don&#8217;t realize how noob <a href="http://en.wikipedia.org/wiki/Newbie">noob</a> can be! I tried to find better instructions (for me) at the <a href="http://ubuntuforums.org/">Ubuntu Forums</a> and instead I found a lot of people having problems trying to install Plone via Synaptic or apt-get instead of using Plone&#8217;s instructions. So here ya go.</p>
<p>You should already have gcc, g++, make and tar installed by default, but if you want to be anal do this:</p>
<p><code>sudo apt-get update<br />
sudo apt-get install gcc g++ make tar</code></p>
<blockquote><p><em>Sidetrack</em> > (Possibly totally unnecessary step!) If you&#8217;re a fair server noob like me you have no idea what libssl and readline libraries and development headers are and what the heck is TLS? Google suggests it has something to do with mail encryption. I read some confusing stuff on Ubuntu Forums about RPM and a program called Alien that converts RPMs to DEB packages seemed probably unrelated but like a handy utility to have and so:</p>
<p><code>sudo apt-get install alien</code></p></blockquote>
<p>Download the Plone Installer Package. I saved it in my home folder - it doesn&#8217;t really matter where you put it so long as you can find it.</p>
<p><code>wget -c http://plone.googlecode.com/files/Plone-3.0.2-UnifiedInstaller-Rev2.tar.gz<br />
tar zxf Plone-3.0.2-UnifiedInstaller-Rev2.tar.gz<br />
cd Plone-3.0.2-UnifiedInstaller<br />
</code></p>
<p>Here&#8217;s where you have to pay attention. You can do a ZEO or Stand-Alone install. &#8220;WTF?&#8221; you say? Yeah, well just pick your poison after reading all about it. Me, I&#8217;m doing a Stand-Alone as root install.</p>
<p>According to the README.TXT in the installation package my choice of standalone instance installed as root will result in Plone being installed to /opt/Plone-3.0.2 and libz and libjpeg libraries getting built in /user/local. A &#8220;plone&#8221; user will be added and Zope will be configured to run under that user id. You need to start Zope as root user (via sudo).</p>
<p><code>sudo ./install.sh standalone</code></p>
<p>Then a whole bunch of stuff happens. Lots of gcc (compiling) and checking for things (lots of yes and a few no-s in my case). Just wait, watch, hail Mary and knock on wood. This is a good time to read about the rest of this tutorial or <a href="http://plone.org/documentation/tutorial/installing-plone-3-with-the-unified-installer/creating-new-instances">creating new Zope/Plone instances</a> if you want to do that. Or just catch up on your RSS feeds and I&#8217;ll hold your hand some more ;o)</p>
<p>If you&#8217;re real lucky, this is what you&#8217;ll see when it&#8217;s all said and done:</p>
<p><code><br />
#####################################################################<br />
######################  Installation Complete  ######################<br />
Use the account information below to log into the Zope Management Interface<br />
The account has full &#8216;Manager&#8217; privileges.<br />
  Username: admin<br />
  Password: XXXXXXX<br />
Before you start Plone, you should review the settings in:<br />
 /opt/Plone-3.0.2/zinstance/etc/zope.conf<br />
Adjust the ports Plone uses before starting the site, if necessary<br />
To start Plone, issue the following command in a Terminal window:<br />
 sudo /opt/Plone-3.0.2/zinstance/bin/zopectl start<br />
To stop Plone, issue the following command in a Terminal window:<br />
 sudo /opt/Plone-3.0.2/zinstance/bin/zopectl stop<br />
Plone successfully installed at /opt/Plone-3.0.2<br />
See /opt/Plone-3.0.2/zinstance/adminPassword.txt<br />
for password and startup instructions<br />
Ask for help on plone-users list or #plone<br />
Submit feedback and report errors at http://dev.plone.org/plone<br />
This installer was created by Kamal Gill (kamalgill at mac.com)<br />
Maintainers for Plone 3 are Kamal Gill and Steve McMahon (steve at dcn.org)</code></p>
<p>First, write down your admin password!! Then, check zope.conf to &#8216;review settings&#8217;. I&#8217;m not familiar with them, so I just scanned for the port. Found it on line 969 (YMMV), set to the default Zope/Plone standalone install grabs, port 8080.</p>
<p><code>sudo vi /opt/Plone-3.0.2/zinstance/etc/zope.conf</code></p>
<p>Use :q! to quit vi without messing anything up</p>
<p>Use netcat to see what ports you have open already. (Netcat comes with Ubuntu install)</p>
<p><code>nc -z -v -w2 localhost 1-65535</code></p>
<p>After confirming that 8080 is avail (or changing it in zope.conf if it is not available) continue following directions.</p>
<p><code>sudo /opt/Plone-3.0.2/zinstance/bin/zopectl start  #that last part is an L not a 1, took me a while...</code></p>
<p>Then go to: http://localhost:8080 (or sub servername for localhost to test from other computer). If you&#8217;re lucky AGAIN you&#8217;ll see the Zope Quick Start page!! Wahoo! Hii Fiiiiveh to self! Then look at the example site: http://localhost:8080/Plone, and then check out the management interface at http://localhost:8080/manage. Have fun. I hope it was as good for you as it was for me!</p>
<p>BTW: I suggest the <a href="http://ubuntuforums.org/">Ubuntu Support Forum</a> and <a href="http://www.nabble.com/Plone-f6741.html">Plone Support Forum</a> for help. I am totally new at server administration, I prolly shouldn&#8217;t even publish this and I definitely can&#8217;t support your lazy arse!</p>
]]></content:encoded>
			<wfw:commentRss>http://23rdworld.com/2007/11/02/installing-plone-30-on-ubuntu-606/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Website Contact Pages</title>
		<link>http://23rdworld.com/2007/10/16/website-contact-pages/</link>
		<comments>http://23rdworld.com/2007/10/16/website-contact-pages/#comments</comments>
		<pubDate>Tue, 16 Oct 2007 22:12:54 +0000</pubDate>
		<dc:creator>mahalie</dc:creator>
		
		<category><![CDATA[Coding]]></category>

		<category><![CDATA[Opinions]]></category>

		<guid isPermaLink="false">http://23rdworld.com/2007/10/16/website-contact-pages/</guid>
		<description><![CDATA[
Oh the contact page. So boring, so obligatory. And not as simple as it may seem. I was hoping to jazz up the contact page at BuildCarbonNeutral.org with some sort of slick Ajax contact form. You see, I built the site in a really big hurry could spare not time for extras like protecting raw [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://23rdworld.com/wp-content/uploads/2007/10/contact.png' alt='Contact Page vs. Mailto Link' /></p>
<p>Oh the contact page. So boring, so obligatory. And not as simple as it may seem. I was hoping to jazz up the contact page at <a href="http://buildcarbonneutral.org/">BuildCarbonNeutral.org</a> with some sort of slick <a href="www.dustindiaz.com/ajax-contact-form/ ">Ajax contact form</a>. You see, I built the site in a really big hurry could spare not time for extras like protecting raw email addresses.  By the way, email address protection is not an extra, usually! It&#8217;s something I meant to rectify as soon as possible and sure enough, our general contact alias is already receiving spam. I thought I might take the email address off completely and post a contact form instead.</p>
<h2>The Problem with Contact Forms</h2>
<p>Even the best form is an obstacle. Users don&#8217;t like filling out forms and what&#8217;s more, you introduce an opportunity for error. Everyone commits a typo now and again, and what if someone sends you information you&#8217;d really like to follow up on but lo and behold, their email address bounces. Even if you add the extra email confirmation input (make the user enter it twice), there&#8217;s still the case of people using an incorrect email address just to harass you. But really it all comes down to user experience. <strong>Don&#8217;t make your user fill out a form if they don&#8217;t have to</strong>.</p>
<h2>The Simple and Sincere Mailto Link</h2>
<p>So it&#8217;s back to the good &#8216;ol mailto link for me. The added benefit is people can save the email address in their contact list of choice and can format the email and send attachments if they choose. An email link is more personal, less corporate. Of course you all know that any email address present in the code of a public website is crawlable by spambots. Therefore be sure to put measures in place to <a href="http://mahalie.com/notebook/2005/03/01/email-protection-using-css/">protect all email addresses</a>!</p>
<h2>There&#8217;s Always an Exception</h2>
<p>Sometimes you really should use a form. A common use for them is on high-traffic sites where they actually want to make it a little harder for users to get in contact. This approach is especially prevalent on sites that offer a product or service that results in a lot of support email and they want to encourage users to troubleshoot their own problem using existing documentation (FAQs, support forums, etc) before contacting the company/authors directly. Some sites don&#8217;t provide contact info at all for this reason. Chances are though, if your site is for a small business or is personal, you want to make it easier for people to contact you.</p>
]]></content:encoded>
			<wfw:commentRss>http://23rdworld.com/2007/10/16/website-contact-pages/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Don&#8217;t use Main Street Host for Web Hosting!</title>
		<link>http://23rdworld.com/2007/10/12/dont-use-main-street-host-for-web-hosting/</link>
		<comments>http://23rdworld.com/2007/10/12/dont-use-main-street-host-for-web-hosting/#comments</comments>
		<pubDate>Fri, 12 Oct 2007 20:24:42 +0000</pubDate>
		<dc:creator>mahalie</dc:creator>
		
		<category><![CDATA[Bad Behavior]]></category>

		<category><![CDATA[Hosting]]></category>

		<guid isPermaLink="false">http://23rdworld.com/2007/10/12/dont-use-main-street-host-for-web-hosting/</guid>
		<description><![CDATA[Someone just called me at work about &#8220;Main Street Host Dot Com&#8221;. Now, whether that&#8217;s mainstreethost.com or main-street-host.com or mainsthost.com, whatever. They telemarket, so they obviously can&#8217;t make money by offering good/fair service. Don&#8217;t use them. And as long as I&#8217;m on a rant about crappy web hosts, if you want to procrastinate whatever it [...]]]></description>
			<content:encoded><![CDATA[<p>Someone just called me at work about &#8220;Main Street Host Dot Com&#8221;. Now, whether that&#8217;s mainstreethost.com or main-street-host.com or mainsthost.com, whatever. They telemarket, so they obviously can&#8217;t make money by offering good/fair service. Don&#8217;t use them. And as long as I&#8217;m on a rant about crappy web hosts, if you want to procrastinate whatever it is you&#8217;re doing and have a laugh read this account of <a href="http://blog.dreamhost.com/2007/10/10/robbing-your-customers/">Lunapages</a> misguided insertion of link farms on their customers&#8217; 404 pages. The comments become puerile and ranty. In fact, I haven&#8217;t seen such childish bantering since 1996 bbs flame wars. I even get called a spammer for offering my referral discount code that gives people $90 off (I get to keep $7 of the total possible referral of $97) at Dreamhost.</p>
]]></content:encoded>
			<wfw:commentRss>http://23rdworld.com/2007/10/12/dont-use-main-street-host-for-web-hosting/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to Design Web Sites in Two Words</title>
		<link>http://23rdworld.com/2007/10/04/how-to-design-web-sites-in-two-words/</link>
		<comments>http://23rdworld.com/2007/10/04/how-to-design-web-sites-in-two-words/#comments</comments>
		<pubDate>Thu, 04 Oct 2007 19:32:17 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
		<category><![CDATA[Coding]]></category>

		<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://23rdworld.com/2007/10/04/how-to-design-web-sites-in-two-words/</guid>
		<description><![CDATA[Go here.
Okay, that&#8217;s not my official answer but the Web Developer&#8217;s Handbook is an amazingly thorough link list of resources for designers and coders. My official answer to a noob who really wants to learn the right way would be to start here.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.alvit.de/handbook/">Go here</a>.</p>
<p>Okay, that&#8217;s not my official answer but the Web Developer&#8217;s Handbook is an amazingly thorough link list of resources for designers and coders. My official answer to a noob who really wants to learn the right way would be to <a href="http://www.htmldog.com/guides/htmlbeginner/">start here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://23rdworld.com/2007/10/04/how-to-design-web-sites-in-two-words/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Carbon Neutral Website Development</title>
		<link>http://23rdworld.com/2007/04/08/carbon-neutral-website-development/</link>
		<comments>http://23rdworld.com/2007/04/08/carbon-neutral-website-development/#comments</comments>
		<pubDate>Mon, 09 Apr 2007 04:06:58 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
		<category><![CDATA[Content]]></category>

		<category><![CDATA[Geek News]]></category>

		<category><![CDATA[Opinions]]></category>

		<category><![CDATA[Promotion]]></category>

		<guid isPermaLink="false">http://23rdworld.com/2007/04/09/carbon-neutral-website-development/</guid>
		<description><![CDATA[
Carbon offsetting is very trendy right now. Just last week my boyfriend purchased a wind power offset. I was sort of surprised as we&#8217;d never discussed offsetting, and asked him what his motivation was. &#34;It&#8217;s for the electricity that I use, this card makes government purchase wind power.&#34; The thing is, we live in Seattle, [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://23rdworld.com/wp-content/uploads/2007/04/cn_websites.jpg' alt='Carbon Neutral Websites? Check your smug factor!' /><br />
<strong>Carbon offsetting is very trendy right now.</strong> Just last week my boyfriend purchased a wind power offset. I was sort of surprised as we&#8217;d never discussed offsetting, and asked him what his motivation was. &quot;It&#8217;s for the electricity that I use, this card makes government purchase wind power.&quot; The thing is, we live in Seattle, where electricity <a href="http://www.cityofseattle.net/light/Green/greenPower/faq.asp">pretty darn green</a> already and there&#8217;s a program for utilities customers to contribute to directly.</p>
<p>Via the <a href="http://9rules.com/about/" title="a consortium of passionate web developers">9Rules Network</a> I ran across Darren Stuart&#8217;s suggestion on the <a href="http://www.web20show.com/">Web2.0 Show</a> that <a href="http://www.web20show.com/articles/2007/04/03/carbon-neutral-web-sites-apps" title="read article on Web2.0 Show">websites developers become carbon neutral</a> and that not only is it a good thing for the Earth, but it&#8217;s a great for marketing. A lot of people chimed in right away with &quot;Oh yeah&#8230;I&#8217;ll plant a tree! Great!!&quot; kind of stuff. <a href="http://www.google.com/search?q=%22carbon+neutral+website%22&#038;hl=en&#038;client=firefox-a&#038;rls=org.mozilla:en-US:official&#038;hs=8Uk&#038;start=10&#038;sa=N">A quick search</a> for &#8220;carbon neutral website&#8221; indicates <a href="http://manchester-clubbing.blogspot.com/2007/01/manchesters-first-carbon-neutral.html">the trend</a> <a href="http://blog.dixo.net/2006/06/01/carbon-neutral-website/">has</a> <a href="http://www.pain-talk.co.uk/">already</a> <a href="http://www.efestivals.co.uk/forums/index.php?showtopic=73210">begun</a> (at least it has in the UK).</p>
<h2>There&#8217;s more to offsetting than planting trees</h2>
<p>I was both excited to see that environmental responsibility is becoming so mainstream and at once dismayed at this continual emphasis on mindless offsetting. Like most political and scientific issues, the devil is in the details. Many early offset companies actually hurt more than helped, through poor planning and lack of follow through. The validity of <a href="http://www.guardian.co.uk/science/story/0,,1687978,00.html">tree-planting offsets remain questionable</a> both as to the long-term effectiveness of successful programs and the lack of ability to guarantee said trees will remain healthy and protected long enough to do any good in the first place.</p>
<p>And then there&#8217;s basic concept of carbon offsetting. Many have criticized the practice as allowing people guilt-free passes for ongoing irresponsible behavior. I agree that it should be only <i>part</i> of a persons efforts to do their part. I mean if you&#8217;re driving an unnecessarily gas guzzling car, indulging in excessive and unnecessary trips or think recycling only has to do with your computer desktop then purchasing a bunch of offsets shouldn&#8217;t be your only focus! <strong>I&#8217;m already gritting my teeth at the inevitable trend of smug &#8220;carbon neutral website&#8221; banners on the sites of people who&#8217;ve never even bothered recycled their hazardous electronic equipment.</strong></p>
<p>Now, lest I wreak of <a href="http://en.wikipedia.org/wiki/Smug_Alert!">smug</a> myself, I must announce: I am no saint. I don&#8217;t own a car, I walk to work, I bus or bike whenever it&#8217;s reasonable. I recycle avidly (including compost and proper disposal of hazardous materials) at work. But I must admit, I don&#8217;t recycle at home as well as I could because our landlord doesn&#8217;t offer options (or take opinions!) so it&#8217;s not convenient. I borrow my boyfriends gas hungry work truck usually only when I need it, but occasionally when I&#8217;m just feeling lazy. I indulge in long, hot showers. And more I&#8217;m sure.  All I&#8217;m saying is, <strong>if you&#8217;re going to offset and especially if you&#8217;re going to toot your horn about, research your options and choose responsibly!</strong></p>
<h2>Should you purchase offsets?  And if so, which ones?</h2>
<p>The <a href="http://en.wikipedia.org/wiki/Carbon_offset">Wikipedia entry &#8216;Carbon offset&#8217;</a> is currently very informative and cites a plethora of references, both skeptic and optimistic. This should keep you busy for a while and help you determine whether it&#8217;s the right choice, or the first choice for you. The article <a href="http://www.thegreenguide.com/doc/119/neutral">Shifting Into Neutral by Emily Main</a> on National Georgaphic&#8217;s <a href="http://www.thegreenguide.com/">Green Guide</a> web site should help you understand the basic differences in available offsets. Then head on over to <a href="http://www.treehugger.com/">TreeHugger.com</a> for the latest on carbon offset providers.</p>
]]></content:encoded>
			<wfw:commentRss>http://23rdworld.com/2007/04/08/carbon-neutral-website-development/feed/</wfw:commentRss>
		</item>
		<item>
		<title>DRAFT: How To Make Your MediaWiki Private</title>
		<link>http://23rdworld.com/2007/03/30/how-to-make-your-mediawiki-private/</link>
		<comments>http://23rdworld.com/2007/03/30/how-to-make-your-mediawiki-private/#comments</comments>
		<pubDate>Fri, 30 Mar 2007 21:11:37 +0000</pubDate>
		<dc:creator>mahalie</dc:creator>
		
		<category><![CDATA[Coding]]></category>

		<category><![CDATA[Hosting]]></category>

		<category><![CDATA[Tutorials]]></category>

		<category><![CDATA[Web Apps]]></category>

		<category><![CDATA[productivity]]></category>

		<category><![CDATA[documentation]]></category>

		<category><![CDATA[dreamhost]]></category>

		<category><![CDATA[howto]]></category>

		<category><![CDATA[mediawiki]]></category>

		<category><![CDATA[pim]]></category>

		<category><![CDATA[private]]></category>

		<category><![CDATA[tutorial]]></category>

		<category><![CDATA[wiki]]></category>

		<guid isPermaLink="false">http://23rdworld.com/2007/03/30/how-to-make-your-mediawiki-private/</guid>
		<description><![CDATA[THIS ARTICLE IS A DRAFT. I still need to smooth out some bumps, and even then any instructions found here are for your information and include no warranty or support. Use at your own risk and all that...
I've been using an amalgamation of hacks to track all the information I want to be able to [...]]]></description>
			<content:encoded><![CDATA[<p class="warning"><strong>THIS ARTICLE IS A DRAFT.</strong> I still need to smooth out some bumps, and even then any instructions found here are for your information and include no warranty or support. Use at your own risk and all that...</p>
<p>I've been using an amalgamation of hacks to track all the information I want to be able to recall later: del.icio.us for bookmarks, gmail for contacts and random notes, private blog entries for some organized content, and tracks for tracking projects. Blech. It's just too much. My memory is too weak. What I really want is a comprehensive PIM (Personal Informatio Manager). And so I installed MediaWiki because that's what Wikipedia uses and that's what <a href="http://www.dreamhost.com/r.cgi?mahalie">Dreamhost</a> offers as a One-Click Install (e.g. the path of least resistance).</p>
<p>I thought I'd share with you all the the process of customizing the default install to create a private wiki. Following are the specifics to my install but this will probably be helpful to many with a different host or newer version.
<ul>
<li><a href="https://panel.dreamhost.com/index.cgi?tree=domain.manage&#038;current_step=Index&#038;next_step=ShowAddhttp&#038;domain=">Create a subdomain</a> for your MediaWiki install, such as, wiki.yourdomain.com. Select PHP 5.x (not 4.4.2) and leave Extra Web Security. </li>
<li><a href="https://panel.dreamhost.com/index.cgi?tree=goodies.installer&#038;">Install MediaWiki</a>. Dreamhost walks you through this and it's also covered at the <a href="http://wiki.dreamhost.com/index.php/MediaWiki#Getting_Started">Dreamhost Wiki</a> so I'm not going to go into detail here. But be sure to move the newly generated LocalSettings.php to the parent directory, and delete the config directory with its content.</li>
<li>Chmod  LocalSettings.php to 600</li>
<li>Create a backup copy of LocalSettings.php, rename it something like .BAK instead of .PHP or something. Put it back in your Wiki install directory right away so it's safe and available if you need it later.</li>
</ul>
<h2>Restrict Wiki Access</h2>
</p><p>Before bothering to put up our own cute logo or other fun stuff like enabling image linking and using clean urls, we're going to lock down our install. I didn't find a lot for this particular intent on the official MediaWiki Docs or the Dreamhost Wiki, but I did find this old <a href="http://meta.wikimedia.org/wiki/Preventing_Access">Meta Wiki Article</a></p>
<ul>
<li>Prevent new user registrations. Add the following line to the bottom of LocalSettings.PHP:<br />
<code># This snippet prevents new registrations from anonymous users<br />
# (Sysops can still create user accounts)<br />
$wgGroupPermissions['*']['createaccount'] = false;</code>
</li>
<li>Make sure it's working by trying to create an account. You should receive an error message that says username not found, please create an account. To change the message login as yourself (you should have set up a Sysop login when you configured your wiki) and point your browser to wiki.yourdomain.com/index.php?title=MediaWiki:Nosuchuser&#038;action=edit.<br />I changed my message to:<blockquote>There is no user by the name "$1". This wiki is private and therefore closed to new accounts. Please contact Mahalie if you have any questions.</blockquote>I intentionally failed to provide contact information. If a user doesn't even know how to contact me, they really don't need an account on my private wiki!</li>
<li>Prevent anonymous users from reading by adding the following to LocalSettings.php:
<code># Disable reading line, for anonymous (not-logged-in => * ) :<br />
$wgGroupPermissions['*']['read'] = false;<br />
<br />
# ... and enable anonymous to read the followings pages :<br />
$wgWhitelistRead = array( &quot;Main Page&quot;, &quot;Special:Userlogin&quot;, &quot;-&quot;, &quot;MediaWiki:Monobook.css&quot; );<br />
<br />
# ... same in an other language (French, with one UTF-8 special characteres) :<br />
# $wgWhitelistRead = array( &quot;Page Principale&quot;, &quot;Special:Userlogin&quot;, utf8_encode('Aide en français'));<br />
</code>
</li>
<li>Verify setting by logging out of your wiki and attempting to browse. You should get a 'Login Required. You must login to view other pages.' when clicking on any local link and the page should redirect to the main page after a few seconds.</li>
<li>If you want to hide the side navigation if the user isn't logged in (because, perhaps you have private project names or something) edit includes/Skin.php and change the function buildSidebar(). Add these lines near the very top, after the globals.:
<code>
global $wgUser;
if (! $wgUser->isLoggedIn()) {
        return array();
}
</code>
This will hide the navigation on sup-pages (not the default main page)</li>
</ul>
<p>p.s. WebWorkerDaily just published <a href="http://webworkerdaily.com/2007/07/13/15-productive-uses-for-a-wiki/">15 Productive Uses for a Wiki</a> in case you're wondering why someone would want to do this!</p>]]></content:encoded>
			<wfw:commentRss>http://23rdworld.com/2007/03/30/how-to-make-your-mediawiki-private/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Grok?</title>
		<link>http://23rdworld.com/2007/01/10/grok/</link>
		<comments>http://23rdworld.com/2007/01/10/grok/#comments</comments>
		<pubDate>Wed, 10 Jan 2007 19:12:44 +0000</pubDate>
		<dc:creator>mahalie</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://23rdworld.com/2007/01/10/grok/</guid>
		<description><![CDATA[I have a geek confession. I always thought grok just came from Unix. Oh no, I&#8217;m a dork, not a geek! How embarrassing&#8230;.
The word “grok” comes from   Robert A. Heinlein’s Zen-hippie science fiction opus Stranger in   a Strange Land. It’s a verb from the Martian language that   means something [...]]]></description>
			<content:encoded><![CDATA[<p>I have a geek confession. I always thought grok just came from Unix. Oh no, I&#8217;m a dork, not a geek! How embarrassing&#8230;.</p>
<blockquote><p>The word “<a title="Wikipedia explains the word in detail" href="http://en.wikipedia.org/wiki/Grok">grok</a>” comes from   Robert A. Heinlein’s Zen-hippie science fiction opus <cite>Stranger in   a Strange Land</cite>. It’s a verb from the Martian language that   means something along the lines of “to understand completely.”   To <em>grok</em> something is to achieve a deep, intuitive comprehension of   it. - <em><a title="article on moving past using css for layout" href="http://www.alistapart.com/articles/grokwebstandards">How to Grok Web Standards</a> by Craig Cook on A List Apart</em></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://23rdworld.com/2007/01/10/grok/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
