<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://duvien.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Drupal 6.x</title>
 <link>http://duvien.com/taxonomy/term/108</link>
 <description>The taxonomy view with a depth of 0.</description>
 <language>en</language>
<item>
 <title>Porting Drupal 5 modules</title>
 <link>http://duvien.com/porting-drupal-5-modules</link>
 <description>&lt;p&gt;You will find that at the stage of upgrading Drupal 5 to Drupal 6 that some of your modules will cease to work. This is because modules must be developed to work with Drupal 6 due to changes within the Drupal API for each new release. If this happens then you will need to first check to see if there is a Drupal 6 release for the modules that you have installed by visiting the &lt;a href=&quot;http://drupal.org/project/Modules&quot;&gt;Drupal modules&lt;/a&gt; page.&lt;/p&gt; 
&lt;p&gt;If it exist then download the module and install it. Otherwise, you may help out and start porting the module so it will run on drupal 6. This isn&#039;t too difficult of a task, thanks to the core developers that have made it easier than before.&lt;/p&gt;

&lt;h3&gt;Porting Drupal 5.x module&lt;/h3&gt;
&lt;p&gt;Below is a great screencast taking you through a step-by-step process of how you can port any modules to Drupal 6 if it has not yet been done.&lt;/p&gt;


&lt;p style=&quot;font-weight:bold&quot;&gt;Topics covered include:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;How to tell the module portage status of your Drupal site with the &lt;a href=&quot;http://drupal.org/project/upgrade_status&quot;&gt;Upgrade Status module&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;How to perform basic community research to determine the actual porting status of your modules.&lt;/li&gt;
&lt;li&gt;Overview of the amazing Coder module and how to configure it.&lt;/li&gt;
&lt;li&gt;Where to find more information about changes between Drupal versions.&lt;li&gt;
&lt;li&gt;How to use &lt;a href=&quot;http://drupal.org/project/coder&quot;&gt;Coder module&lt;/a&gt; to convert a simple module from Drupal 5 to Drupal 6, step by step.&lt;/li&gt;
&lt;li&gt;How to test to ensure the porting status was a success.&lt;/li&gt;
&lt;/ul&gt;

&lt;div class=&quot;centre&quot;&gt;
&lt;a href=&quot;http://www.lullabot.com/node/397/play&quot; title=&quot;Click to watch video at Lullabot&quot;&gt;&lt;img src=&quot;/files/porting-drupal-modules.png&quot; alt=&quot;Porting Drupal modules&quot; /&gt;&lt;/a&gt;
&lt;/div&gt;

&lt;p&gt;Big thanks to Angie (&lt;a href=&quot;http://drupal.org/user/24967&quot;&gt;Webchick&lt;/a&gt;) Byron of Lullabot for the creating the video screencast. &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://duvien.com/porting-drupal-5-modules&quot;&gt;&amp;nbsp;read&amp;nbsp;more&amp;nbsp;&amp;raquo;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;

</description>
 <comments>http://duvien.com/porting-drupal-5-modules#comments</comments>
 <category domain="http://duvien.com/taxonomy/term/107">Drupal 5.x</category>
 <category domain="http://duvien.com/taxonomy/term/108">Drupal 6.x</category>
 <category domain="http://duvien.com/category/drupal-planet">drupal planet</category>
 <pubDate>Wed, 09 Jul 2008 16:36:46 -0500</pubDate>
 <dc:creator>duvien</dc:creator>
 <guid isPermaLink="false">167 at http://duvien.com</guid>
</item>
<item>
 <title>Upgrading Drupal version 5.x to 6.x</title>
 <link>http://duvien.com/upgrading-drupal-version-5x-6x</link>
 <description>&lt;h3&gt;Upgrading from Drupal 5.x to 6.x&lt;/h3&gt;
&lt;p&gt;This screencast should help you to quickly upgrade from Drupal 5.x to 6.x&lt;/p&gt;
&lt;div class=&quot;centre&quot;&gt;
&lt;script src=&quot;http://flash.revver.com/player/1.0/player.js?mediaId:670856;affiliateId:225037;backColor:#000000;frontColor:#ffffff;gradColor:#000000;width:480;height:392;shareUrl:revver;&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
&lt;/div&gt;
&lt;p&gt;Thanks to &lt;a href=&quot;http://www.MasteringDrupal.com/&quot;&gt;Gregg Knaddison&lt;/a&gt; for creating the above screencast. &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://duvien.com/upgrading-drupal-version-5x-6x&quot;&gt;&amp;nbsp;read&amp;nbsp;more&amp;nbsp;&amp;raquo;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;You may find that some of your modules will not work any more after an upgrade. To resolve this please read the next following article on &lt;a href=&quot;/porting-drupal-5-modules&quot;&gt;Porting Drupal 5 modules&lt;/a&gt;.

</description>
 <comments>http://duvien.com/upgrading-drupal-version-5x-6x#comments</comments>
 <category domain="http://duvien.com/taxonomy/term/107">Drupal 5.x</category>
 <category domain="http://duvien.com/taxonomy/term/108">Drupal 6.x</category>
 <pubDate>Wed, 09 Jul 2008 09:30:22 -0500</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">166 at http://duvien.com</guid>
</item>
<item>
 <title>Installing Drupal 6</title>
 <link>http://duvien.com/installing-drupal-6</link>
 <description>&lt;p&gt;Before we can begin any work on Drupal, we must first prepare and install Drupal either on your web host server or locally on your own machine for testing.&lt;/p&gt;
&lt;p&gt;Below is video clips to guide you through on how to install Drupal 6 (the process is pretty the same for Drupal 5):&lt;/p&gt;
&lt;h3&gt;Installing Drupal 6&lt;/h3&gt; 
&lt;div class=&quot;centre&quot;&gt;
&lt;object type=&quot;application/x-shockwave-flash&quot; data=&quot;http://blip.tv/scripts/flash/showplayer.swf?enablejs=true&amp;feedurl=http%3A%2F%2Fadd1sun%2Eblip%2Etv%2Frss&amp;file=http%3A%2F%2Fblip%2Etv%2Frss%2Fflash%2F641050%3Freferrer%3Dblip%2Etv%26source%3D1&amp;showplayerpath=http%3A%2F%2Fblip%2Etv%2Fscripts%2Fflash%2Fshowplayer%2Eswf&quot; width=&quot;480&quot; height=&quot;392&quot; allowfullscreen=&quot;true&quot; id=&quot;showplayer&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://blip.tv/scripts/flash/showplayer.swf?enablejs=true&amp;feedurl=http%3A%2F%2Fadd1sun%2Eblip%2Etv%2Frss&amp;file=http%3A%2F%2Fblip%2Etv%2Frss%2Fflash%2F641050%3Freferrer%3Dblip%2Etv%26source%3D1&amp;showplayerpath=http%3A%2F%2Fblip%2Etv%2Fscripts%2Fflash%2Fshowplayer%2Eswf&quot; /&gt;&lt;param name=&quot;quality&quot; value=&quot;best&quot; /&gt;&lt;embed src=&quot;http://blip.tv/scripts/flash/showplayer.swf?enablejs=true&amp;feedurl=http%3A%2F%2Fadd1sun%2Eblip%2Etv%2Frss&amp;file=http%3A%2F%2Fblip%2Etv%2Frss%2Fflash%2F641050%3Freferrer%3Dblip%2Etv%26source%3D1&amp;showplayerpath=http%3A%2F%2Fblip%2Etv%2Fscripts%2Fflash%2Fshowplayer%2Eswf&quot; quality=&quot;best&quot; width=&quot;480&quot; height=&quot;392&quot; name=&quot;showplayer&quot; type=&quot;application/x-shockwave-flash&quot;&gt;&lt;/embed&gt;&lt;/object&gt;
&lt;/div&gt;
&lt;p&gt;Thanks to Addison (&lt;a href=&quot;http://drupal.org/user/65088&quot;&gt;Add1sun&lt;/a&gt;) Berry of &lt;a href=&quot;http://www.lullabot.com/&quot;&gt;Lullabot&lt;/a&gt;. &lt;span class=&#039;read-more&#039;&gt;&lt;a href=&quot;http://duvien.com/installing-drupal-6&quot;&gt;&amp;nbsp;read&amp;nbsp;more&amp;nbsp;&amp;raquo;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;

&lt;h4&gt;Resources:&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;Download &lt;a href=&quot;http://drupal.org/download&quot;&gt;Drupal 6&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://filezilla-project.org/&quot;&gt;Filezilla&lt;/a&gt;, a free FTP program&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.phpmyadmin.net/&quot;&gt;phpmyadmin&lt;/a&gt;, most web hosting provider will provide this on your hosting package&lt;/li&gt;
&lt;/ul&gt;
</description>
 <comments>http://duvien.com/installing-drupal-6#comments</comments>
 <category domain="http://duvien.com/taxonomy/term/108">Drupal 6.x</category>
 <pubDate>Wed, 09 Jul 2008 07:45:16 -0500</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">165 at http://duvien.com</guid>
</item>
<item>
 <title>History of Drupal</title>
 <link>http://duvien.com/history-drupal</link>
 <description>&lt;p&gt;In 2000, permanent Internet connections were at a premium for University of Antwerp students, so &lt;a href=&quot;http://buytaert.net/&quot;&gt;Dries Buytaert&lt;/a&gt; and Hans Snijder set up a wireless bridge between their student dorms to share Hans&#039;s ADSL modem connection among eight students. While this was an extremely luxurious situation at that time, something was missing: There was no means to discuss or share simple things.&lt;/p&gt;
&lt;p&gt;This inspired Dries to work on a small news site with a built-in web board, allowing the group of friends to leave each other notes about the status of the network, to announce where they were having dinner, or to share some noteworthy news items.&lt;/p&gt;
&lt;p&gt;The software did not have a name until the day after Dries moved out after graduation. The group decided to put the internal website online so they could stay in touch, keep sharing interesting findings, and narrate snippets of their personal lives. While looking for a suitable domain name, Dries settled for &#039;drop.org&#039; after he made a typo to see if the the name &#039;dorp.org&#039; was still available. Dorp is the Dutch word for &#039;village&#039;, which was considered a fitting name for the small community.&lt;/p&gt;
&lt;p&gt;Once drop.org was established on the Web, its audience changed as the members began talking about new web technologies, such as moderation, syndication, rating, and distributed authentication. Drop.org slowly turned into a personal experimentation environment, driven by the discussions and flow of ideas. The discussions about these web technologies were tried out on drop.org itself as new additions to the software running the site.&lt;/p&gt;
&lt;p&gt;It was only later, in January 2001, that Dries decided to release the software behind drop.org as &quot;Drupal.&quot; The purpose was to enable others to use and extend the experimentation platform so that more people could explore new paths for development. The name Drupal, pronounced &quot;droo-puhl,&quot; derives from the English pronunciation of the Dutch word &quot;druppel,&quot; which means &quot;drop.&quot;&lt;/p&gt;
&lt;p&gt;To learn more about the history of Drupal, see also the &lt;a href=&quot;http://drupal.org/node/50477&quot;&gt;Drupal videos from Drupalcon (2006) in Vancouver&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;[Taken from the &lt;a href=&quot;http://drupal.org/node/769&quot;&gt;Drupal Handbook&lt;/a&gt;]&lt;/p&gt;
</description>
 <comments>http://duvien.com/history-drupal#comments</comments>
 <category domain="http://duvien.com/taxonomy/term/107">Drupal 5.x</category>
 <category domain="http://duvien.com/taxonomy/term/108">Drupal 6.x</category>
 <pubDate>Thu, 26 Jun 2008 14:46:01 -0500</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">156 at http://duvien.com</guid>
</item>
<item>
 <title>Drupal</title>
 <link>http://duvien.com/drupal</link>
 <description>&lt;p&gt;Drupal an Open Source (licensed under the GPL) web application project driven by a community of dedicated core team members, contributors and end users that use it daily to build and power their own websites.&lt;/p&gt;
&lt;p&gt;Over the years, Drupal has seen a rapid growth in many large and high profile organisations (commercial and non-profit) using Drupal as the CMS of choice to run and power their own websites.&lt;/p&gt;
&lt;p&gt;The documentation you&#039;ll find here will hopefully help you to familiarise with using Drupal to build and power your own website. &lt;/p&gt;
</description>
 <category domain="http://duvien.com/taxonomy/term/108">Drupal 6.x</category>
 <pubDate>Thu, 26 Jun 2008 14:18:13 -0500</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">155 at http://duvien.com</guid>
</item>
</channel>
</rss>
