<?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>Lars S. Linnet &#187; CMS</title>
	<atom:link href="http://blog.lslinnet.dk/tag/cms/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.lslinnet.dk</link>
	<description>Personal blog of a webdeveloper focused on PHP and MySQL</description>
	<lastBuildDate>Tue, 14 Oct 2008 21:41:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Drupal, strength in flexability</title>
		<link>http://blog.lslinnet.dk/2008/07/16/drupal-strength-in-flexability/</link>
		<comments>http://blog.lslinnet.dk/2008/07/16/drupal-strength-in-flexability/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 10:54:39 +0000</pubDate>
		<dc:creator>Lars S. Linnet</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[Guides]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://lslinnet.dk/?p=25</guid>
		<description><![CDATA[What is it?
A content management system (cms) and a community management system or a blog if you would rater like that. Drupal is what you define it to be, it allows you to pick and choose what you want to do on your site! Which at first can be very confusing, but when you learn [...]]]></description>
			<content:encoded><![CDATA[<p><strong>What is it?</strong><br />
A content management system (cms) and a community management system or a blog if you would rater like that. <a href="http://drupal.org">Drupal</a> is what you define it to be, it allows you to pick and choose what you want to do on your site! Which at first can be very confusing, but when you learn how it work it is one of, if not the, strongest site building system. It is almost only your own imagination that sets the limit to what you want out of your site, when using drupal.<br />
<strong>What can I use it for?</strong><br />
Basically anything that you can imaging, want to start a community about white wooden fences or some other really weird subject. Just define what the users should be allowed to do, what kinda of content the site will be working with and you are done. Haven&#8217;t found something that it can&#8217;t really do, as the entire frame of the system is build to be flexible and extended. There is a extremely long list of features that can be done with drupal, just to mention a few:</p>
<ul>
<li>Content Management Systems</li>
<li>Blogs</li>
<li>Collaborative authoring environments</li>
<li>Forums</li>
<li>Peer-to-peer networking</li>
<li>Newsletters</li>
<li>Podcasting</li>
<li>Picture galleries</li>
<li>File uploads and downloads</li>
</ul>
<p><strong>How do I get started?</strong><br />
Before you start installing stuff and typing in content, you should consider what purpose your site will have, how should it look and what types of content should it contain? Will you deliver all the content or will the users contribute it? How will the user navigate the content?<span id="more-25"></span><br />
<strong>Pre-install</strong><br />
Be sure to consider all the questions and define every element of the site with a lot of very specific details, the more precise you are when defining what the site should be the better. It&#8217;s not hard to create the design for a site, it&#8217;s the content of the site that will take the time to do right.<br />
While you keep thinking of the above, you might as well find the right host for your Drupal installation, not all hosting companies support the specific requirements for hosting Drupal, take a look at Drupal&#8217;s <a href="http://drupal.org/requirements">System Requirements</a> and make sure it complies with your hosting solution.<br />
One of the points to really notice is &#8220;PHP memory of 16MB or higher for a default Drupal 6 installation&#8221;, when you really gets going with drupal it shouldn&#8217;t be hard to exceed this limit. I usual run around 32MB  PHP memory. You will exceed this limit rather quickly when you start working with the Devel Module, which is a module I can&#8217;t live without when creating themes or modifying them.</p>
<p>When you have all of this under control you can start by going over to <a href="http://drupal.org/project/Drupal+project">Drupal&#8217;s homepage</a> and download the Latest none Dev version of it, which is currently 6.4 (released 2008-aug-14).</p>
<p>At this point I expect you to have the following ready.</p>
<ul>
<li>A strong definition of how your site should be.</li>
<li>A copy of drupal on the Hosting solution of your choice</li>
</ul>
<p>I will not get into detail of how you should upload the files to the host nor how you install the basic steps of Drupal, you can find tons of articals about this on the net, <a href="http://drupal.org/getting-started/6/install">Drupal&#8217;s official installation guide</a> might be a good one to start with.</p>
<p>After you are done installing and pondering around inside your newly installed Drupal site, you should start setting up the installation so that it meets your needs. You are most proberly going to need a few of the most used <a href="http://drupal.org/project/Modules">Modules</a> such as <a href="http://drupal.org/project/cck">CCK</a>, <a href="http://drupal.org/project/views">Views</a>, <a href="http://drupal.org/project/backup_migrate">Backup and Migrate</a>, <a href="http://drupal.org/project/pathauto">Pathauto</a> and <a href="http://drupal.org/project/xmlsitemap">XML Sitemap</a>. All of which is modules I would use on almost any site, of course this again depends on what requirements you have for the site.</p>
<p>This is just meant as a minor teaser and introduction into Drupal and help you make the right choices when preparing to start out with it.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.lslinnet.dk/2008/07/16/drupal-strength-in-flexability/feed/</wfw:commentRss>
		<slash:comments>36</slash:comments>
		</item>
	</channel>
</rss>
