<?xml version="1.0" encoding="UTF-8"?>

<rss version='2.0'
     xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule">
    <channel>
        <!-- This XML Feed shows details for the page About Drupal -->
        <creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.5/
          </creativeCommons:license>
        <title>About Drupal</title>
        <description>&lt;p&gt;&lt;a class=&quot;wikilink&quot; href=&quot;http://swik.net/Drupal&quot;&gt;Drupal&lt;/a&gt; is commonly described as an “online community in a box” or a “web log plus.”  The primary strength of the core product is the ability to post articles on the site easily and the ability to select and install modules from a vast community supported module library.&lt;/p&gt;


	&lt;p&gt;The most commonly-used modules for a community portal are calendar, blog, and forum.vii&lt;/p&gt;


	&lt;p&gt;With its &lt;a class=&quot;wikilink&quot; href=&quot;http://swik.net/LAMP&quot;&gt;&lt;span class=&quot;caps&quot;&gt;LAMP&lt;/span&gt;&lt;/a&gt;-based architecture, Drupal performs well even on inexpensive hardware.&lt;/p&gt;


	&lt;p&gt;Drupal is also one of the few &lt;a class=&quot;wikilink&quot; href=&quot;http://swik.net/PHP&quot;&gt;&lt;span class=&quot;caps&quot;&gt;PHP&lt;/span&gt;&lt;/a&gt; based &lt;a class=&quot;wikilink&quot; href=&quot;http://swik.net/CMS&quot;&gt;&lt;span class=&quot;caps&quot;&gt;CMS&lt;/span&gt;&lt;/a&gt; that runs on &lt;a class=&quot;wikilink&quot; href=&quot;http://swik.net/PHP5&quot;&gt;&lt;span class=&quot;caps&quot;&gt;PHP5&lt;/span&gt;&lt;/a&gt;.&lt;/p&gt;


	&lt;p&gt;Drupal can support a diverse range of web projects ranging from personal web 
logs to large community-driven sites.  Drupal is very easy to set up and administer.  Much of the configuration can be done through the administration user interface.  Drupal is frequently used for intra/inter-departmental intranet sites where individuals can post articles and other notifications rather than use email distribution lists.&lt;/p&gt;


	&lt;h1&gt;Content Creation/Editing&lt;/h1&gt;


	&lt;p&gt;Out of the box, Drupal supports two basic content types:  Page and Story.  Story 
is the most commonly used on Drupal sites.  Content is largely unstructured with 
just a title and a body.&lt;/p&gt;


	&lt;p&gt;More structured content types are available through the 
addition of modules.  Occasionally, popular modules are added into the core 
product.&lt;/p&gt;


	&lt;p&gt;&lt;a class=&quot;wikilink&quot; href=&quot;http://swik.net/WYSIWYG&quot;&gt;&lt;span class=&quot;caps&quot;&gt;WYSIWYG&lt;/span&gt;&lt;/a&gt; &lt;a class=&quot;wikilink&quot; href=&quot;http://swik.net/HTML&quot;&gt;&lt;span class=&quot;caps&quot;&gt;HTML&lt;/span&gt;&lt;/a&gt; editing requires the addition of a &lt;span class=&quot;caps&quot;&gt;WYSIWYG&lt;/span&gt; editor such 
as &lt;a class=&quot;wikilink&quot; href=&quot;http://swik.net/TinyMCE&quot;&gt;TinyMCE&lt;/a&gt;.  Otherwise, users need to be familiar with &lt;span class=&quot;caps&quot;&gt;HTML&lt;/span&gt; tags.&lt;/p&gt;


	&lt;p&gt;An option to filter which &lt;span class=&quot;caps&quot;&gt;HTML&lt;/span&gt; tags are used in content can help keep users out of trouble.&lt;/p&gt;


	&lt;p&gt;There is preview functionality to verify how pages look when presented on the 
site.  Users with programming skills and sufficient privileges can insert &lt;a class=&quot;wikilink&quot; href=&quot;http://swik.net/PHP&quot;&gt;&lt;span class=&quot;caps&quot;&gt;PHP&lt;/span&gt;&lt;/a&gt; code 
into their pages.&lt;/p&gt;


	&lt;h1&gt;Management&lt;/h1&gt;


	&lt;p&gt;Workflow consists of just two states: unpublished and published.  More advanced 
workflow can be added by installing a module such as Drupal Workflow.&lt;/p&gt;


	&lt;p&gt;Site organization is achieved through a category structure of Vocabularies, which 
consist of one or more Terms.  This framework allows content to have multiple facets to be used in search and listing pages.&lt;/p&gt;


	&lt;h1&gt;Presentation&lt;/h1&gt;


	&lt;p&gt;Drupal has a theme framework that allows administrative users to download a theme from a community supported library and install it.  There are settings to allow individual users to personalize their view by selecting from the installed themes.&lt;/p&gt;


	&lt;p&gt;Creating new themes requires knowledge of basic &lt;a class=&quot;wikilink&quot; href=&quot;http://swik.net/PHP&quot;&gt;&lt;span class=&quot;caps&quot;&gt;PHP&lt;/span&gt;&lt;/a&gt; and &lt;a class=&quot;wikilink&quot; href=&quot;http://swik.net/CSS&quot;&gt;&lt;span class=&quot;caps&quot;&gt;CSS&lt;/span&gt;&lt;/a&gt;.  &lt;a class=&quot;wikilink&quot; href=&quot;http://swik.net/RSS&quot;&gt;&lt;span class=&quot;caps&quot;&gt;RSS&lt;/span&gt;&lt;/a&gt; &lt;a class=&quot;wikilink&quot; href=&quot;http://swik.net/XML&quot;&gt;&lt;span class=&quot;caps&quot;&gt;XML&lt;/span&gt;&lt;/a&gt; output is native in the core product and other formats, such as &lt;a class=&quot;wikilink&quot; href=&quot;http://swik.net/Atom&quot;&gt;Atom&lt;/a&gt;, are available through modules.&lt;/p&gt;


	&lt;p&gt;Search is provided by an add-on module based on the &lt;a class=&quot;wikilink&quot; href=&quot;http://swik.net/open-source&quot;&gt;open source&lt;/a&gt; &lt;a class=&quot;wikilink&quot; href=&quot;http://swik.net/search-engine&quot;&gt;search engine&lt;/a&gt; &lt;a class=&quot;wikilink&quot; href=&quot;http://swik.net/Swish-E&quot;&gt;Swish-E&lt;/a&gt;.&lt;/p&gt;


	&lt;p&gt;While the default behavior of Drupal is to use query string URLs, if &lt;a class=&quot;wikilink&quot; href=&quot;http://swik.net/mod_rewrite&quot;&gt;mod_rewrite&lt;/a&gt; is installed, an administrator can select a user “Clean &lt;span class=&quot;caps&quot;&gt;URL&lt;/span&gt;” option to format URLs without query strings.&lt;/p&gt;


	&lt;p&gt;Drupal’s commenting feature enables users to have a dialog around a 
page or article.&lt;/p&gt;


	&lt;h1&gt;Community and Support&lt;/h1&gt;


	&lt;p&gt;Drupal has a large and vibrant grassroots community but does not have the structure that of &lt;a class=&quot;wikilink&quot; href=&quot;http://swik.net/Plone&quot;&gt;Plone&lt;/a&gt; and &lt;a class=&quot;wikilink&quot; href=&quot;http://swik.net/TYPO3&quot;&gt;&lt;span class=&quot;caps&quot;&gt;TYPO3&lt;/span&gt;&lt;/a&gt;.  Drupal users and developers are passionate about the software and eager to contribute their time and knowledge to the advancement of the 
project.&lt;/p&gt;


	&lt;p&gt;Most of the contributions come in the form of add-on modules and skins.  Frequently, users post bounties or other requests for these features to be developed.  There is also some energy behind improving documentation which is organized into a set of handbooks.&lt;/p&gt;


	&lt;p&gt;The chief resource for support is the Drupal forum.  In the past, Drupal has been vulnerable to various security exploits.  Drupal is aggressive about patching these vulnerabilities and communicating risks through the Drupal Security Announcements &lt;a class=&quot;wikilink&quot; href=&quot;http://swik.net/RSS&quot;&gt;&lt;span class=&quot;caps&quot;&gt;RSS&lt;/span&gt;&lt;/a&gt; feed.&lt;/p&gt;


	&lt;p&gt;&lt;em&gt;( &lt;a rel=&#039;nofollow&#039; href=&quot;http://www.optaros.com/pdf/optaros_cmsReport_012206_sgg.pdf&quot;&gt;Information from Optaros&lt;/a&gt; )&lt;/em&gt;&lt;/p&gt;
</description>
                <category>drupal</category>
        <category>information</category>
        <category>About</category>

        <pubDate>Wed, 10 Aug 2005 10:54:41 -0700</pubDate>
        <lastBuildDate>Wed, 25 Jan 2006 15:56:52 -0800</lastBuildDate>
            
    </channel>
</rss>
