Jump to content

Drupal

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by 81.233.34.70 (talk) at 21:12, 20 December 2012 (Undid revision 528721762 by 85.102.70.81 (talk) Reason: spam). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Drupal
Original author(s)Dries Buytaert
Initial releaseJanuary 2001 (2001-01)
Stable release
7.18[1][2] / 19 December 2012 (2012-12-19)
Repository
Written inPHP
Operating systemCross-platform
Size11.9 MB (uncompressed core)[3]
Available inMultilingual
TypeContent management framework, Content management system, Community and Blog software
LicenseGPLv2 or later[4]
Websitedrupal.org

Drupal (/[invalid input: 'icon']ˈdrpəl/) is a free and open-source content management framework (CMF) written in PHP and distributed under the GNU General Public License.[4][5][6] It is used as a back-end system for at least 2.1% of all websites worldwide[7][8] ranging from personal blogs to corporate, political, and government sites including whitehouse.gov and data.gov.uk.[9] It is also used for knowledge management and business collaboration.

The standard release of Drupal, known as Drupal core, contains basic features common to content management systems. These include user account registration and maintenance, menu management, RSS feeds, page layout customization, and system administration. The Drupal core installation can be used as a brochureware website, a single- or multi-user blog, an Internet forum, or a community website providing for user-generated content. By extending the Drupal core with contrib modules there is virtually no limit to the sorts of web applications that can be built.

As of November 2012, there are more than 19,000[10] free community-contributed addons, known as contrib modules, available to alter and extend Drupal's core capabilities and add new features or customize Drupal's behavior and appearance. Because of this plug-in extensibility and modular design, Drupal is described as a content management framework.[5][11] Drupal is also described as a web application framework, as it meets the generally accepted feature requirements for such frameworks.

Although Drupal offers a sophisticated programming interface for developers, no programming skills are required for basic website installation and administration.[12]

Drupal runs on any computing platform that supports both a web server capable of running PHP (including Apache, IIS, Lighttpd, Hiawatha, Cherokee or Nginx) and a database (such as MySQL, MongoDB, MariaDB, PostgreSQL, SQLite, or Microsoft SQL Server) to store content and settings. Drupal 6 requires PHP 4.4.0+ while Drupal 7 requires PHP 5.2.5 or higher.[6]

History

Major Version Release Date
1.0 15 Jan 2001[13]
2.0 15 Mar 2001[13]
3.0 15 Sep 2001[13]
4.0 16 Jun 2002[13]
5.0 15 Jan 2007[14]
6.0 13 Feb 2008[15]
7.0 5 Jan 2011[16]
8.0 TBA[17]
Drupal versions 1-6 release history timeline

Originally written by Dries Buytaert as a message board, Drupal became an open source project in 2001.[18] Drupal is an English rendering of the Dutch word "druppel", which means "drop" (as in "a water droplet").[19] The name was taken from the now-defunct Drop.org website, whose code slowly evolved into Drupal. Buytaert wanted to call the site "dorp" (Dutch for "village") for its community aspects, but mistyped it when checking the domain name and thought the error sounded better.[18]

Interest in Drupal got a significant boost in 2003, when it was used to build "DeanSpace" for Howard Dean, one of the candidates in the U.S. Democratic Party's primary campaign for the 2004 U.S. presidential election. DeanSpace used open source sharing of Drupal to support a decentralized network of approximately 50 disparate, unofficial pro-Dean web sites that communicated directly with one another as well as with the campaign.[20] After Dean ended his campaign, members of his web team continued to pursue their interest in developing a web platform that could aid political activism by launching CivicSpace Labs in July 2004, "the first company with full-time employees that was developing and distributing Drupal technology."[21] Other companies began to also specialize in Drupal development.[22][23] By 2012, the Drupal website listed more than 100 vendors that offer Drupal-related services.[24]

A community now helps develop Drupal,[25] and Drupal's popularity is growing rapidly. From July 2007 to June 2008, Drupal was downloaded from the Drupal.org website more than 1.4 million times, an increase of approximately 125% from the previous year.[26][27]

As of February 2012, hundreds of thousands of sites used Drupal.[28] These include hundreds of well-known organizations,[29] including corporations, media & publishing companies, governments, non-profits,[30] schools, and individuals. Drupal also won several Packt Open Source CMS Awards[31] and won the Webware 100 three times in a row.[32][33]

On March 5, 2009, Buytaert announced a code freeze for Drupal 7 for September 1, 2009.[34] Drupal 7 was released on January 5, 2011, with release parties in multiple countries.[35] As of this release, maintenance for Drupal 5 has stopped, and only Drupal 7 and Drupal 6 are maintained.[36] The latest version is Drupal 7.17, released on 5 Nov 2012.

Drupal 8 is in development and there is no set release date yet. [37] [38] The work on Drupal 8 is divided in the categories, called Core initiatives, Mobile, Layouts, Web Services and Configuration management. The Google Summer of Code is sponsoring 20 Drupal projects.[39]

Core

In the Drupal community, the term "core" means anything outside of the "sites" folder in a Drupal installation.[40] Drupal core is the stock element of Drupal. In its default configuration, a Drupal website's content can be contributed by either registered or anonymous users (at the discretion of the administrator) and is made accessible to web visitors by a variety of selectable criteria. Drupal core also includes a hierarchical taxonomy system, which allows content to be categorized or tagged with key words for easier access.[12]

Drupal maintains a detailed changelog of core feature updates by version.[1]

Core modules

Drupal Core includes optional modules which can be enabled by the administrator to extend the functionality of the core website.[41]

The core Drupal distribution provides a number of features, including:[41]

3

Core themes

The color editor being used to adjust the "Garland" core theme

Drupal core includes core themes, which customize the "look and feel" of Drupal sites,[43] for example, Garland and Blue Marine.

The Color Module, introduced in Drupal core 5.0, allows administrators to change the color scheme of certain themes via a browser interface.[44]

Localization

As of November 2012, Drupal had been made available in 91 languages and English (the default).[45] Support is included for right-to-left languages such as Arabic, Persian, and Hebrew.[46]

Drupal localization is built on top of gettext, the GNU internationalization and localization (i18n) library.

Auto-update notification

Drupal can automatically notify the administrator about new versions of modules, themes, or the Drupal core.[46] Such a feature can be useful for security fixes.

Database abstraction

Prior to version 7, Drupal had functions which performed tasks related to databases, such as SQL query cleansing, multi-site table name prefixing, and generating proper SQL queries. In particular, Drupal 6 introduced an abstraction layer that allowed programmers to create SQL queries without writing SQL.

Drupal 7 extends the data abstraction layer so that a programmer no longer needs to write SQL queries as text strings. It uses PHP Data Objects to abstract the physical database. Microsoft has written a database driver for their SQL Server.[47]

Embracing Windows developers

With Drupal 7's new database abstraction layer and ability to run on IIS, it is now easier for Windows developers to participate in the Drupal community. A group on Drupal.org is dedicated to Windows issues.[48]

Accessibility

Drupal is an open source content management system developed by a large, international community. The Drupal community would like to make the CMS more useful and easy to use for site administrators. It is used to build subjects from personal blogs to enterprise applications. Its assets include thousands of add-on modules and designs that enable users to construct virtually any site imagined. Additionally, Drupal is an accessible tool for building websites that can also be accessed by people with disabilities--this initiative began with advancements of the Drupal 7 accessibility. The accessibility team has worked to identify accessibility barriers with Drupal and worked to resolve them. A great deal of research and development has been used to identify and resolve a number of issues in the core code of Drupal 7, which in return has raised awareness within the community. With the additional support for Rich Internet Applications by adding some WAI-ARIA support, there have been many improvements to both the visitor and administrator sides of Drupal, especially:

• Search engine form and presentation • Drag and Drop functionality • Color contrast and intensity • Adding skip navigation to core themes • Image handling • Form labeling • Removing duplicate or null tags

Extending the core

Drupal core is modular, defining a system of hooks and callbacks, which are accessed internally via an API.[49] This design allows third-party contributed (often abbreviated to "contrib") modules and themes to extend or override Drupal's default behaviors without changing Drupal core's code.

Drupal isolates core files from contributed modules and themes. This increases flexibility and security and allows administrators to cleanly upgrade to new releases without overwriting their site's customizations.[50] The Drupal community has the saying "Never hack core", a strong recommendation that people do not change core files.[40]

Modules

Contributed modules offer image galleries, custom content types and content listings, WYSIWYG editors, private messaging, third-party integration tools,[51] and more. As of November 2012 the Drupal website lists more than 19,000 free modules.[10]

Some of the most commonly used contrib modules include:[52]

  • Content Construction Kit (CCK): allows site administrators to dynamically create content types by extending the database schema. "Content type" describes the kind of information. Content types include, but are not limited to, events, invitations, reviews, articles, and products. The CCK Fields API is in Drupal core in Drupal 7.[53]
  • Views: facilitates the retrieval and presentation, through a database abstraction system, of content to site visitors.
  • Panels: drag and drop layout manager that allows site administrators to visually design their site.

Themes

Contributed themes adapt or replace a Drupal site's default look and feel.

Drupal themes use standardized formats that may be generated by common third-party theme design engines. Many are written in the PHPTemplate engine[54] or, to a lesser extent, the XTemplate engine.[55] Some templates use hard-coded PHP.

The inclusion of the PHPTemplate and XTemplate engines in Drupal addressed user concerns about flexibility and complexity.[56] The Drupal theming system utilizes a template engine to further separate HTML/CSS from PHP. A popular Drupal contributed module called 'Devel' provides GUI information to developers and themers about the page build.

Community-contributed themes[57] at the Drupal website are released under a free GPL license,[58] and most of them are demonstrated at the Drupal Theme Garden.[59]

Distributions

In the past, those wanting a fully customized installation of Drupal had to download a pre-tailored version separately from the official Drupal core. Today, however, a distribution defines a packaged version of Drupal that upon installation, provides a website or application built for a specific purpose.

The distributions offer the benefit of a new Drupal site without having to manually seek out and install third-party contrib modules or adjust configuration settings. They are collections of modules, themes, and associated configuration settings that prepare Drupal for custom operation. For example, a distribution could configure Drupal as a "brochureware" site rather than a "news" site or an "online store".

Distributions include OpenPublish,[60] Drupal Commons,[61] Open Atrium,[62] Managing News,[63] Tattler,[64] NodeStream,[65] Pressflow,[66] OpenPublic[67] and the Conference Organizing Distribution (COD)[68]

Community

Drupal.org has a large community of users and developers, with over 907,000 user accounts and over 22,000 developer accounts (As of November 2012).[10] The semiannual Drupal conference alternates between North America and Europe.[69] Attendance at DrupalCon grew from 500 at Szeged in August 2008 to over 3,000 people at Chicago in March 2011.[70] The European DrupalCon 2012 will take place in August 2012 in Munich, Germany.

Smaller events, known as "Drupal Camps", occur throughout the year all over the world. The annual Florida DrupalCamp brings users together Coding for a Cause for the benefit of nonprofit organizations.

There are a number of active Drupal forums,[71] mailing lists[72] and discussion groups.[73] Drupal also maintains several IRC channels[74] on the Freenode network.

There are over 30 national communities[75] around drupal.org offering language-specific support.

DrupalCon events

DrupalCon event locations and attendance
City Year Month Attendance Site
Prague 2013 September http://prague2013.drupal.org/
Portland 2013 May http://portland2013.drupal.org/
Sydney, Australia 2013 February http://sydney2013.drupal.org/
São Paulo, Brazil 2012 December Cancelled http://saopaulo2012.drupal.org/
Munich 2012 August 1800 http://munich2012.drupal.org/
Denver 2012 March 3127pp http://denver2012.drupal.org/
London 2011 August 1751pp http://london2011.drupal.org/
Chicago 2011 March 2881pp http://chicago2011.drupal.org/
Copenhagen 2010 August 1200pp http://cph2010.drupal.org/
San Francisco 2010 April 3000pp http://sf2010.drupal.org/
Paris 2009 September 850pp http://paris2009.drupalcon.org/
Washington, D.C. 2009 March 1400pp http://dc2009.drupalcon.org/
Szeged 2008 August 500pp http://szeged2008.drupalcon.org/
Boston 2008 March 850pp http://boston2008.drupalcon.org/
Barcelona 2007 September 450pp http://barcelona2007.drupalcon.org/
Sunnyvale 2007 March ~300+pp http://drupal.org/events/oscms2007/
Brussels 2006 September 150pp http://groups.drupal.org/drupalcon-brussels-2006
Vancouver 2006 February ~150pp http://drupal.org/node/46559
Amsterdam 2005 October ~100pp http://drupal.org/conference-amsterdam-2005/
Portland, Oregon 2005 August over 100pp http://drupal.org/conference-portland-2005/
Antwerp 2005 February under 50pp http://drupal.org/conference-antwerp-2005/

[76]

Drupalgangers

Paired with each DrupalCon event, "Drupalgangers" meetups occur. The events are defined by the community[who?] as gatherings of "friends, partners, spouses, and other associates of Drupal community members to enjoy the "con" - without ever having to participate in the geekdom of the event - by traveling around the town or city together."[77]

Security

Drupal's policy is to announce the nature of each security vulnerability once the fix is released.[78][79]

Administrators of Drupal sites are automatically notified of these new releases via the Update Status module (Drupal 6.x) or via the Update Manager (Drupal 7.x).[80] Drupal maintains a security announcement mailing list, a history of all security advisories,[81] a security team home page,[82] and an RSS feed[83] with the most recent security advisories. In 2008, eleven security vulnerabilities were reported and fixed in the Drupal core.[81] Security holes were also found and fixed in 64 of the 2243 user-contributed modules.[81][84]

Criticism

In a controversial[85] article about the adoption of Drupal by the Whitehouse.gov site, associate editor at Slate Chris Wilson[86] lists some common criticisms of Drupal. Other criticisms have included:

  • Usability: Aspects of the Drupal 6 administration interface were seen to be confusing and intimidating to some, particularly for new administrators.[87][88][89][90] According to Dries Buytaert, Drupal 7 addressed 90% of the problems identified by the Universities of Minnesota and Baltimore.[91][92] To achieve this Acquia (the company founded by the project lead of Drupal) hired user experience designer Mark Boulton to work with the Drupal community to design an improved user interface for Drupal's administration interface.[93] The majority of his team's design work has been implemented by the community in Drupal 7. The 2011 usability test results from the University of Minnesota Office of Information Technology show that all of the major usability problems identified in Drupal 6 are either vastly improved or non-existent in Drupal 7. However, some new usability problems were identified.[94][95]
  • Learning curve: Some users describe Drupal as being difficult to master.[87][96][97] Drupal's many contributed modules can have overlapping functionality and have been reported as overwhelming to new users.[98]
  • Backward compatibility (for software development): Drupal does not commit to backward compatibility across major revisions.[99] This means that module and theme developers may have to rework their code to be compatible. However, Drupal's policy is to not change how it uses one's data. This means that data from previous versions will still be usable without alteration in the new release.[100][101] Drupal documents any incompatibilities, allowing the user to make informed decisions about when and whether to upgrade.
  • Performance/scalability: In 2008, performance tests between Drupal 6.1 and Joomla 1.5 demonstrated that Drupal's pages were delivered "significantly faster" than those of Joomla.[102] Despite this, Drupal is still seen[by whom?] as slow.[103] Drupal is likely to be slower than a special-purpose application for a given task. For example, WordPress typically outperforms Drupal as a single-user blogging tool. Drupal positions itself for broader applications requirements that are outside the scope of more narrowly focused applications.[104] Drupal offers caching to store various page elements, the use of which resulted in a 508% improvement in one benchmark.[105] When using Drupal's default Page Cache mechanism, the cached pages are delivered only to anonymous users, so contributed modules must be installed to allow caching content for logged in users.[106][107] Like performance, scalability (the ability to add servers to handle growing numbers of visitors with consistent response) can become a concern on large, interactive sites. MySQL's query caching can help reduce the load on the database server caused by Drupal's high query rate.[108][109] Drupal caches database schema metadata as well as elements such as blocks, forms and menus.[110] Drupal 7 increases performance in database queries and reduces PHP code usage.[111]
  • Integrability with hosting structures: Because of Drupal's demanding query requirements, Drupal-based websites can quickly become very taxing to hosts whose databases reside on a machine separate from their HTTP server. While the issue can normally be addressed by implementing aggressive caching as described above, such methods may be unimplementable in cases where the host does not offer access to PHP accelerators like XCache or APC. Drupal has plugins that facilitate similar caching without requiring special PHP extensions.[112][113]
  • The Drupal Core search is ineffective at searching content: There are contributed modules that will greatly improve the search functionality on a Drupal website, but they are not easily accessible due to a high learning curve and the difficulty users have in general of finding the right module. One of the faceted search options is Apache Solr Search Integration module, however, the module requires a dedicated server or virtual private server (VPS) to operate because Solr must run on a servlet container, e.g. Tomcat, Jetty or Resin. In response, Acquia has created an Apache Solr SaaS product. These requirements make it harder for a Drupal website to have a functional search feature.

Example Websites using Drupal

Template:Multicol

Template:Multicol-break

Template:Multicol-end

See also

References

  1. ^ a b "CHANGELOG.txt". drupal.org. Retrieved 2012-05-02.
  2. ^ "drupal 7.18". drupal.org. Retrieved 2012-12-19.
  3. ^ "Drupal 7.15". drupal.org. Retrieved 2012-10-11.
  4. ^ a b "Licensing FAQ". drupal.org. Retrieved 2009-04-08.
  5. ^ a b "The Drupal Overview". drupal.org. Retrieved 2009-04-08.
  6. ^ a b "System Requirements". drupal.org. Retrieved 2009-04-08.
  7. ^ W3Techs (2011-07-15). "Usage of content management systems for websites". Retrieved 2011-07-15.{{cite web}}: CS1 maint: numeric names: authors list (link)
  8. ^ BuiltWith (2011-03-28). "Drupal Usage Statistics". Retrieved 2011-03-28.
  9. ^ "The State of Drupal 2010 speech". Archive.org. 2001-03-10. Retrieved 2011-08-31.
  10. ^ a b c "Drupal Homepage". Drupal.org. Retrieved 2011-08-18.
  11. ^ "Modules". drupal.org. Retrieved 2011-08-18.
  12. ^ a b "Features". drupal.org. Retrieved 2009-04-08.
  13. ^ a b c d "Drupal 7 CHANGELOG.txt" at drupal.org
  14. ^ "drupal 5.0" at Drupal.org, released 3 Nov 2011
  15. ^ "drupal 6.0" at Drupal.org, released 3 Nov 2011
  16. ^ "drupal 7.0" at Drupal.org, released 3 Nov 2011
  17. ^ http://drupal.org/community-initiatives/drupal-core
  18. ^ a b "History". drupal.org. Retrieved 2009-04-08.
  19. ^ "Druppel: Dutch to English Translation". Babylon Translation. Retrieved 2009-04-08.
  20. ^ Benjamin Melançon; et al. (2011). The Definitive Guide to Drupal 7 (2nd ed.). Apress. p. 823. ISBN 9781430231356. Retrieved 2012-05-27. {{cite book}}: Explicit use of et al. in: |author= (help)
  21. ^ Critchley, Spencer (2006-05-03). "Digital Politics: An Interview With CivicSpace Founder Zack Rosen". O'Reilly Media. Retrieved 2012-05-27.
  22. ^ Kreiss, Daniel (2012-03-05). "Dean, Romney, and Drupal: Values and Technological Adoption". Culture Digitally. Retrieved 2012-05-27.
  23. ^ Samantha M. Shapiro, "The Dean Connection", The New York Times December 7, 2003, accessed May 27, 2012.
  24. ^ "Marketplace". drupal.org. Retrieved 2012-05-27.
  25. ^ Koenig, Josh. "Growth Graphs". Groups.Drupal. Retrieved 2009-04-08.
  26. ^ Buytaert, Dries (2008). "Drupal Download Statistics". Retrieved 2009-04-08.
  27. ^ Buytaert, Dries (2007). "Drupal Download Statistics". Retrieved 2009-04-08.
  28. ^ "Drupal project usage".
  29. ^ "Drupal Sites". Dries Buytaert. Retrieved 2010-07-20.
  30. ^ "List of Nonprofit, NPO, NGO Websites Using Drupal". ENGINE Industries. Retrieved 2010-07-20.
  31. ^ "OSS CMS Award Previous Winners". Packt Publishing. Retrieved 2009-04-08.
  32. ^ "Drupal is a Webware 100 winner for the third year in a row". Drupal.org. Retrieved 2011-08-31.
  33. ^ "Cnet.com". News.cnet.com. 2009-05-19. Retrieved 2011-08-31.
  34. ^ "Buytaert.net". Buytaert.net. Retrieved 2011-08-31.
  35. ^ "Drupal 7 to be released on [[January 5]] (with one ginormous party)". Buytaert.net. Retrieved 2011-08-31. {{cite web}}: URL–wikilink conflict (help)
  36. ^ "Xplain Hosting Drupal 7 Quickstart training seminar". Scoop. 2010-12-16.
  37. ^ http://drupal.org/community-initiatives/drupal-core
  38. ^ http://buytaert.net/drupal-8-feature-freeze-extended
  39. ^ "Drupal Summer of Code projects". appspot.com. Retrieved 2011-04-29.
  40. ^ a b "Never hack core". drupal.org.
  41. ^ a b "Handbook: Core Modules". drupal.org. Archived from the original on 2008-07-28. Retrieved 2009-04-08.
  42. ^ "Drupal Multi-site installation recipes".
  43. ^ Buytaert, Dries. "Garland, the new default core theme". drupal.org. Retrieved 2009-04-08.
  44. ^ "Color: Allows the user to change the color scheme of certain themes". drupal.org. Retrieved 2009-04-08.
  45. ^ "Drupal core translation downloads". drupal.org. Retrieved 2012-11-10.
  46. ^ a b "Drupal 6.0 released". drupal.org. Retrieved 2009-04-08.
  47. ^ "Install Drupal for Windows". microsoft.com. Retrieved 2011-02-14.
  48. ^ "Drupal on Windows Group". drupal.org. Retrieved 2011-02-14.
  49. ^ "API Reference". drupal.org. Retrieved 2009-04-08.
  50. ^ "File and directory management". drupal.org.
  51. ^ 14 hours 40 min ago. (2009-05-20). "Integrating Drupal with External Systems". Appnovation.com. Retrieved 2011-08-31.{{cite web}}: CS1 maint: numeric names: authors list (link)
  52. ^ "Project usage overview". Drupal.org. Retrieved 2011-08-18.
  53. ^ "Field API". 2009. Retrieved 2009-05-08.
  54. ^ "PHPTemplate theme engine". drupal.org. Retrieved 2009-04-08.
  55. ^ "XTemplate theme engine". drupal.org. Retrieved 2009-04-08.
  56. ^ "How does Drupal compare to Mambo? discussion thread". drupal.org. 2005-01-17. Retrieved 2009-04-08.
  57. ^ "Drupal themes". Drupal.org. Retrieved 2011-08-31.
  58. ^ "Adding your theme to Drupal.org". Drupal.org.
  59. ^ "Drupal Theme Garden". Themegarden.org. Retrieved 2011-08-31.
  60. ^ "OpenPublish".
  61. ^ "Drupal Commons".
  62. ^ "Open Atrium".
  63. ^ "Managing News".
  64. ^ "Tattler (app)".
  65. ^ "NodeStream".
  66. ^ "Pressflow".
  67. ^ "OpenPublic".
  68. ^ "COD (Conference Organizing Distribution)".
  69. ^ "drupal.org discussion on Drupalcon event management". Groups.drupal.org. Retrieved 2011-08-31.
  70. ^ "DrupalCon Chicago 2011".
  71. ^ "forums". Drupal.org. Retrieved 2011-08-31.
  72. ^ "mailing lists". Drupal.org. Retrieved 2011-08-31.
  73. ^ "Drupal Groups". Groups.drupal.org. Retrieved 2011-08-31.
  74. ^ "Drupal IRC channels on FreeNode". Drupal.org. Retrieved 2011-08-31.
  75. ^ "Language specific communities". Drupal.org. 2011-08-26. Retrieved 2011-08-31.
  76. ^ "DrupalCon Locations and Attendance". Drupal Association. Retrieved 2012-11-28.
  77. ^ [1] Drupalgangers
  78. ^ Drupal. "Security announcement and release process".
  79. ^ Drupal. "How to report a security issue".
  80. ^ "Update manager (and Update status)". drupal.org. Retrieved 2011-07-01.
  81. ^ a b c "Security advisories". drupal.org. Retrieved 2009-04-28.
  82. ^ "Drupal security team". Drupal.org. Retrieved 2011-08-31.
  83. ^ "Drupal Security RSS feed". Drupal.org. Retrieved 2011-08-31.
  84. ^ "Contributed modules". drupal.org. Retrieved 2009-04-28.
  85. ^ Messenger's Error(s): Chris Wilson's flawed rant about Drupal and whitehouse.gov Conor McNamara. DPCI October 27, 2009
  86. ^ Message Error, Why running the White House Web site on Drupal is a political disaster waiting to happen Chris Wilson. Slate (magazine) October 27, 2009
  87. ^ a b Hagopian, Peter (2008-07-10). "Drupal Addresses Security In 6.3, Usability in 7". Information Week. Retrieved 2009-04-08.[dead link]
  88. ^ Scollan, Becca (2008-05-01). "Drupal Usability Research Report" (PDF). Retrieved 2009-04-08. {{cite web}}: Unknown parameter |coauthors= ignored (|author= suggested) (help)
  89. ^ Lal, Kieran (2008-06-26). "Drupal usability tests from the University of Baltimore with community solutions". drupal.org. Retrieved 2009-04-08.
  90. ^ Buytaert, Dries (2008-07-03). "Usability, usability, and usability". Retrieved 2009-04-08.
  91. ^ Buytaert, Dries (2008-03-10). "First results from usability testing". Retrieved 2009-04-08.
  92. ^ "Report from Formal Drupal" (PDF). 2008-03-03. Retrieved 2009-04-08.
  93. ^ Buytaert, Dries (2009-02-04). "Mark Boulton to help with Drupal 7".
  94. ^ University of Minnesota Office of Information Technology (2011-05-23). "Usability test at University of Minnesota, may 2011". drupal.org.
  95. ^ University of Minnesota Office of Information Technology (2011-06-01). "Report from the University of Minnesota Drupal Usability Testing". drupal.org.
  96. ^ Howard, Brian C. (2007-01-25). "Harnessing Drupal for Citizen Journalism". NewAssignment.Net. Retrieved 2009-04-08.
  97. ^ "Drupal Review".
  98. ^ James, Heather (2010-11-09). "203 people tell What I wish I knew when I started Drupal". Acquia.com. Retrieved 2010-11-11.
  99. ^ Buytaert, Dries (2006-05-26). "Backward Compatibility". Retrieved 2009-04-08.
  100. ^ Buytaert, Dries (2006-07-27). "The pain before the pay-off". Retrieved 2009-04-08.
  101. ^ "Drupal's Upgrade Instructions (end-user)". Drupal.org. Retrieved 2011-08-31.
  102. ^ "Joomla 1.5 & Drupal 6.1 Performance Comparison".
  103. ^ "Is Drupal Slow & Bloated?".
  104. ^ "Is Drupal the right tool for the job?".
  105. ^ "Drupal vs Joomla: performance | Dries Buytaert". Buytaert.net. Retrieved 2012-05-05.
  106. ^ "Authenticated User Page Caching (Authcache)". drupal.org. Retrieved 2009-09-23.
  107. ^ Buytaert, Dries (2006-08-11). "Drupal vs [[Joomla!|Joomla]] performance". Retrieved 2009-05-20. {{cite web}}: URL–wikilink conflict (help)
  108. ^ "Speed up a Drupal web site by enabling MySQL query caching". nadeausoftware.com. 2007-03-07. Retrieved 2009-06-21.[dead link]
  109. ^ "Book on Drupal Performance & Scalability". Books.tag1consulting.com. 2008-07-16. Retrieved 2011-08-31.
  110. ^ "Caching in Drupal 6". drupal.org. 2008-07-28. Retrieved 2009-06-21.
  111. ^ "Drupal 6 vs Drupal 7 performance and comments vs nodes". CivicActions.com. 2009-05-19. Retrieved 2009-06-21.
  112. ^ "Boost". drupal.org. 2006-10-15. Retrieved 2012-05-05.
  113. ^ "Memcache API and Integration". drupal.org. Retrieved 2012-05-05.
  114. ^ "Drupal on the rise in government with ALRC website win". computerworld.com.au. Retrieved 2011-06-24.
  115. ^ "Data.gov.uk — site redesign". Data.gov.uk Blog. Retrieved 2011-06-24.
  116. ^ a b Eaton, Kit. "Under First Open-Source Prez Obama, White House Adopts Drupal, But at What Cost?". FastCompany.com. Retrieved 2011-06-24.
  117. ^ "NYSenate.gov Application Protocol Interface (API)". Retrieved 2011-08-20.
  118. ^ "A new site for London | Greater London Authority". London.gov.uk. Retrieved 2011-08-31.
  119. ^ "Press Release: Lullabot, Drupal, and MTV UK".
  120. ^ "The New Rutgers.edu — About Content Management Systems".
  121. ^ "The Economist.com data migration to Drupal".
  122. ^ Nuzum, Matthew. "The New Ubuntu Website". Retrieved 2011-06-24.
  123. ^ "Thoughts on the Whitehouse.gov switch to Drupal". Oreilly. Retrieved 2011-06-24.
  124. ^ "WhiteHouse.gov Goes Drupal". TechPresident. Retrieved 2011-06-24.
  125. ^ "Case Study: United Nations World Food Programme (WFP.org)". Phase2 Technology. Retrieved 2011-06-24.
  126. ^ "Twitter Selects Acquia and Drupal to Power Developer Community Website". Acquia. Retrieved 4 June 2012.
  127. ^ "Eclipse Plugin Central replaced by Eclipse Marketplace". The H. Retrieved 16 November 2011.
  128. ^ "Drupal Portfolio — Diamond Jubilee". ComputerMinds. Retrieved 2 June 2012.

Further reading

  • Pol, Kristen (2012). Drupal 7 Multilingual Sites. Birmingham, England: Packt Publishing. ISBN 978-1-84951-818-5.
  • Mercer, David (2010). Drupal 7. Birmingham, England: Packt Publishing. ISBN 1-84951-286-8.
  • Travis, Brian (2011). Pro Drupal 7 for Windows Developers. Berkeley: APress. ISBN 978-1-4302-3153-0.
  • Butcher, Matt (2010). Drupal 7 Module Development. Birmingham, England: Packt Publishing. ISBN 978-1-84951-116-2. {{cite book}}: Unknown parameter |coauthors= ignored (|author= suggested) (help)
  • Bhavin, Patel (Aug 2010). Drupal 6 Panels Cookbook. Canada: Packt Publishing. ISBN 1-84951-118-7.
  • Beighley, Lynn (2009). Drupal for Dummies. New York: For Dummies. ISBN 978-0-470-55611-5.
  • Herremans, D. (2009). Drupal 6: Ultimate Community Site Guide. Switzerland. ISBN 978-2-8399-0490-2.{{cite book}}: CS1 maint: location missing publisher (link)
  • Peacock, Michael (2008). Selling Online with Drupal e-Commerce. Birmingham, England: Packt Publishing. ISBN 978-1-84719-406-0.
  • VanDyk, John K. (2008). Pro Drupal Development, Second Edition. New York: Springer Verlag/Apress. ISBN 1-4302-0989-5.
  • Kafer, Konstantin (Apr 2009). Front End Drupal: Designing, Theming, Scripting. Jersey, USA: Prentice Hall. ISBN 0-13-713669-2. {{cite book}}: Unknown parameter |coauthors= ignored (|author= suggested) (help)