<?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>Nels Wadycki &#187; Wiki</title>
	<atom:link href="http://nelswadycki.com/tag/wiki/feed/" rel="self" type="application/rss+xml" />
	<link>http://nelswadycki.com</link>
	<description>ENTHREEEIGHTY</description>
	<lastBuildDate>Sat, 05 Nov 2011 02:32:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Getting Things Done: Using Drupal as a Personal Wiki</title>
		<link>http://nelswadycki.com/2009/06/02/getting-things-done-using-drupal-as-a-personal-wiki/</link>
		<comments>http://nelswadycki.com/2009/06/02/getting-things-done-using-drupal-as-a-personal-wiki/#comments</comments>
		<pubDate>Tue, 02 Jun 2009 15:22:30 +0000</pubDate>
		<dc:creator>Nels</dc:creator>
				<category><![CDATA[Getting Things Done]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Personal Wiki]]></category>
		<category><![CDATA[Wiki]]></category>

		<guid isPermaLink="false">http://nelswadycki.com/?p=545</guid>
		<description><![CDATA[I was worried about wasting a lot of time trying to figure this out, but since there are a few projects at work that are using Drupal, I thought it would be worth it to get some familiarity with the platform. All told, it only took a few hours to get things going, and at [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://nelswadycki.com/2009/06/02/getting-things-done-using-drupal-as-a-personal-wiki/drupalorg/" rel="attachment wp-att-556"><img src="http://nelswadycki.com/wp-content/uploads/2009/06/drupalorg.png" alt="drupalorg" title="drupalorg" width="264" height="84" class="alignleft size-full wp-image-556" /></a></p>
<p>I was worried about wasting a lot of time trying to figure this out, but since there are a few projects at work that are using Drupal, I thought it would be worth it to get some familiarity with the platform. All told, it only took a few hours to get things going, and at least a third of that was getting it configured on the server properly.</p>
<p><strong>How To (Install / Set Up Links)</strong></p>
<p><a href="http://cwgordon.com/how-to-create-a-wiki-with-drupal">This seems to be the Holy Grail of How To Make Drupal your Personal Wiki</a>.</p>
<p><a href="http://patrickteglia.com/blog/wiki-drupal-site">Some additional comments on Drupal as Personal Wiki</a></p>
<p>The first issue I ran into was that I wanted to install Drupal on a subdomain of this site (nelswadycki.com). I assumed that I wanted to set it up so that Drupal would be in a folder like /public_html/mywiki/ mapped to the appropriate subdomain.</p>
<p>After trying a few different queries, I came acorss <a href="http://hubpages.com/hub/Install_Drupal_with_Cpanel_and_Fantastico">Install Drupal with Cpanel and Fantastico</a>, which told me to just install Drupal on the root directory and specify the folder in the Fantastico install settings.</p>
<p>After logging in (for the first time!) I immediately went to the User Admin section so that no new users could register. </p>
<p>Then I downloaded/unzipped/uploaded <a href="http://drupal.org/project/wikitools">the wikitools module</a>. Then I did the same with the recommended <a href="http://drupal.org/project/pearwiki_filter">pearwiki filter</a>. (Just a note for novices like me: To get the PearWiki filter to work, you need to get the <a href="http://pear.php.net/package/Text_Wiki/">PearWiki code</a>, as well as the <a href="http://pear.php.net/package/Text_Wiki_Mediawiki">PearWiki MediaWiki parser</a>)</p>
<p>Other modules (as suggested by Patrick Teglia):</p>
<ul>
<li><a href="http://drupal.org/project/modules?text=node_privacy_byrole">node_privacy_byrole</a></li>
<li><a href="http://drupal.org/project/modules?text=pathauto">pathauto</a> (for pretty URLs)</li>
<li><a href="http://drupal.org/project/modules?text=token">token</a> (required by pathauto)</li>
<li><del><a href="http://drupal.org/project/fckeditor">FCKEditor</a> for WYSIWYG editing*</del> +</li>
</ul>
<p>A couple other small notes: In order to get it fully working the way I wanted, I created a &#8220;Book&#8221; from the first Wiki Page I added, and put the &#8220;Book&#8221; navigation at the top of the left sidebar (in the Default theme). I am totally in love with the hierarchical navigation and all the other navigation methods provided by the Book module. </p>
<p>Now I get to play around with all the different themes! <img src='http://nelswadycki.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  (Or more importantly, copy over all the data that I had in my previous wiki &#8211; hosted at <a href="http://www.wetpaint.com/">wetpaint</a> [which I highly recommend if you can't host your own Drupal instance]) And truth be told, I actually kind of like the default theme for this use. If it were a public site, then I&#8217;d want something to make it more distinct, but the default is very clean and concise, which is good for helping find and add information quickly.</p>
<p>* I don&#8217;t want to mess around with HTML in my wiki like I do in my blogs. I want to be able to add stuff to the wiki as quickly as possible and having to do HTML markup will slow me down there. I like using it in blog posts because it gives me more control, but I (usually) take more care with blog posts than I do when adding things to what is essentially a Brain Dump Area.</p>
<p>+ FCKEditor kept adding <&lt;br /&gt; tags to all my line breaks and after a while of trying to figure out how to get it to stop, I disabled it and was able to use MediaWiki syntax for pseudo-rich formatting. I&#8217;m already somewhat familiar with MediaWiki syntax, so it should allow me to still input content fairly quickly (and more so after I have all the markup memorized).</p>
<h2  class="related_post_title">Other Stuff Like This</h2><ul class="related_post"><li><a href="http://nelswadycki.com/2010/04/12/things-to-keep-in-mind-for-a-manic-monday/" title="Things to Keep In Mind for a Manic Monday">Things to Keep In Mind for a Manic Monday</a></li><li><a href="http://nelswadycki.com/2010/03/11/make-productivity-a-game-with-rescuetime/" title="Make Productivity A Game with RescueTime">Make Productivity A Game with RescueTime</a></li><li><a href="http://nelswadycki.com/2010/01/29/hustle/" title="Hustle">Hustle</a></li><li><a href="http://nelswadycki.com/2009/12/05/mindsweeping-with-remember-the-milk/" title="Mindsweeping with Remember The Milk">Mindsweeping with Remember The Milk</a></li><li><a href="http://nelswadycki.com/2009/10/16/you-are-the-boss-manager-of-your-future-self/" title="You are the Boss / Manager of your Future Self">You are the Boss / Manager of your Future Self</a></li><li><a href="http://nelswadycki.com/2009/08/06/how-to-save-time-on-haircuts/" title="How To: Save Time On Haircuts">How To: Save Time On Haircuts</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://nelswadycki.com/2009/06/02/getting-things-done-using-drupal-as-a-personal-wiki/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  nelswadycki.com/tag/wiki/feed/ ) in 1.83094 seconds, on Feb 10th, 2012 at 12:03 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 10th, 2012 at 1:03 am UTC -->
