Drupal
Original author(s) | Dries Buytaert |
---|---|
Initial release | January 2001 |
Stable release | |
Repository | |
Written in | PHP |
Operating system | Cross-platform |
Size | 11.4 MB (uncompressed core)[2] |
Available in | Multilingual |
Type | Content management framework, Content management system, Community and Blog software |
License | GPLv2 or later[3] |
Website | drupal |
Drupal (/[invalid input: 'icon']ˈdruːpəl/) is a free and open-source content management framework (CMF) written in PHP and distributed under the GNU General Public License.[3][4][5] It is used as a back-end system for at least 2.1% of all websites worldwide[6][7] ranging from personal blogs to corporate, political, and government sites including whitehouse.gov and data.gov.uk.[8] 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.
As of January 2013[update], there are more than 20,100[9] free community-contributed addons, known as contributed 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.[4][10] 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.[11]
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 or higher, while Drupal 7 requires PHP 5.2.5 or higher.[5]
History
Major Version | Release Date |
---|---|
1.0 | 15 Jan 2001[12] |
2.0 | 15 Mar 2001[12] |
3.0 | 15 Sep 2001[12] |
4.0 | 16 Jun 2002[12] |
4.5 | 16 Oct 2004[12] |
4.6 | 16 Apr 2005[12] |
4.7 | 16 May 2006[12] |
5.0 | 15 Jan 2007[13] |
6.0 | 13 Feb 2008[14] |
7.0 | 5 Jan 2011[15] |
8.0 | TBA[16] |
Originally written by Dries Buytaert as a message board, Drupal became an open source project in 2001.[17] Drupal is an English rendering of the Dutch word "druppel", which means "drop" (as in "a water droplet").[18] 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.[17]
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.[19] 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."[20] Other companies began to also specialize in Drupal development.[21][22] By 2013, the Drupal website listed hundreds of vendors that offered Drupal-related services.[23]
Drupal is now developed by a community,[24] and its 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.[25][26]
As of December 2012[update], more than 808 000 sites are using Drupal.[27] These include hundreds of well-known organizations,[28] including corporations, media & publishing companies, governments, non-profits,[29] schools, and individuals. Drupal also won several Packt Open Source CMS Awards[30] and won the Webware 100 three times in a row.[31][32]
On March 5, 2009, Buytaert announced a code freeze for Drupal 7 for September 1, 2009.[33] Drupal 7 was released on January 5, 2011, with release parties in multiple countries.[34] After that, maintenance on Drupal 5 stopped, and only Drupal 7 and Drupal 6 are maintained.[35] The latest version is Drupal 7.22, released on 3 April 2013.
Drupal 8 is in development, with no set release date yet.[16][36] The work on Drupal 8 is divided into categories, called Core initiatives: Mobile, Layouts, Web Services and Configuration Management. Google Summer of Code is sponsoring 20 Drupal projects.[37]
Core
In the Drupal community, the term "core" means anything outside of the "sites" folder in a Drupal installation.[38] 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.[11]
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.[39]
The core Drupal distribution provides a number of features, including:[39]
Core themes
Drupal core includes core themes, which customize the "look and feel" of Drupal sites,[41] for example, Garland and Bartik.
The Color Module, introduced in Drupal core 5.0, allows administrators to change the color scheme of certain themes via a browser interface.[42]
Localization
As of November 2012[update], Drupal had been made available in 91 languages and English (the default).[43] Support is included for right-to-left languages such as Arabic, Persian, and Hebrew.[44]
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.[44] 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.[45]
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.[46]
Accessibility
With the release of Drupal 7 web accessibility has been greatly improved by the Drupal community.[47] Drupal is a good framework for building websites accessible to people with disabilities because many of the best practices have been incorporated into the program code Core. The accessibility team is carrying on the ongoing work of identifying and resolving accessibility barriers and raising awareness within the community. Drupal 7 started the adoption of WAI-ARIA support for Rich Internet Applications and this has been carried further in Drupal 8. There have been many improvements to both the visitor and administrator sides of Drupal, especially:
- Drag and Drop functionality
- Improved color contrast and intensity
- Adding skip navigation to Core themes
- Adding labels by default for input forms
- Fixing CSS display:none with consistent methods for hiding & exposing text onfocus.
It has become normal to have a DrupalCon with a presentation or two about accessibility issues.[48] The community also added as an accessibility gate for Core issues in Drupal 8.[49]
Extending the core
Drupal core is modular, defining a system of hooks and callbacks, which are accessed internally via an API.[50] 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.[51] The Drupal community has the saying "Never hack core", a strong recommendation that people do not change core files.[38]
Modules
Contributed modules offer image galleries, custom content types and content listings, WYSIWYG editors, private messaging, third-party integration tools,[52] and more. As of November 2012[update] the Drupal website lists more than 19,600 free modules.[9]
Some of the most commonly used contrib modules include:[53]
- 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.[54]
- 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[55] or, to a lesser extent, the XTemplate engine.[56] Some templates use hard-coded PHP.
The inclusion of the PHPTemplate and XTemplate engines in Drupal addressed user concerns about flexibility and complexity.[57] 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[58] at the Drupal website are released under a free GPL license,[59] and most of them are demonstrated at the Drupal Theme Garden.[60]
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".
Community
Drupal.org has a large community of users and developers, with over 913,000 user accounts and over 22,600 developer accounts (As of December 2012[update]).[9] The semiannual Drupal conference alternates between North America and Europe.[61] Attendance at DrupalCon grew from 500 at Szeged in August 2008 to over 3,000 people at Chicago in March 2011.[62] The European DrupalCon 2012 took place in August 2012 in Munich, Germany.
Smaller events, known as "Drupal Camps",[63] 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,[64] mailing lists[65] and discussion groups.[66] Drupal also maintains several IRC channels[67] on the Freenode network.
There are over 30 national communities[68] around drupal.org offering language-specific support.
Security
Drupal's policy is to announce the nature of each security vulnerability once the fix is released.[69][70]
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).[71] Drupal maintains a security announcement mailing list, a history of all security advisories,[72] a security team home page,[73] and an RSS feed[74] with the most recent security advisories. In 2008, eleven security vulnerabilities were reported and fixed in the Drupal core.[72] Security holes were also found and fixed in 64 of the 2243 user-contributed modules.[72][75]
Criticism
This article's "criticism" or "controversy" section may compromise the article's neutrality. (May 2012) |
In a controversial[76] article about the adoption of Drupal by the Whitehouse.gov site, Slate associate editor Chris Wilson[77] 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.[78][79][80][81] According to Dries Buytaert, Drupal 7 addressed 90% of the problems identified by the Universities of Minnesota and Baltimore.[82][83] 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.[84] 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.[85][86]
- Learning curve: Some users describe Drupal as being difficult to master.[78][87][88] Drupal's many contributed modules can have overlapping functionality and have been reported as overwhelming to new users.[89]
- Backward compatibility (for software development): Drupal does not commit to backward compatibility across major revisions.[90] 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.[91][92] 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.[93] Despite this, arguments over speed persist[94] 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.[95] Drupal offers caching to store various page elements, the use of which resulted in a 508% improvement in one benchmark.[96] 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.[97][98] 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.[99][100] Drupal caches database schema metadata as well as elements such as blocks, forms and menus.[101] Drupal 7 increases performance in database queries and reduces PHP code usage.[102]
- 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.[103][104]
- 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.[citation needed] 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.
See also
- Comparison of web application frameworks
- List of applications with iCalendar support
- List of content management systems
References
- ^ a b "CHANGELOG.txt". drupal.org. Retrieved 2013-04-04.
- ^ a b "drupal 7.22". drupal.org. Retrieved 2013-04-04.
- ^ a b "Licensing FAQ". drupal.org. Retrieved 2009-04-08.
- ^ a b "The Drupal Overview". drupal.org. Retrieved 2009-04-08.
- ^ a b "System Requirements". drupal.org. Retrieved 2009-04-08.
- ^ W3Techs (2011-07-15). "Usage of content management systems for websites". Retrieved 2011-07-15.
{{cite web}}
: CS1 maint: numeric names: authors list (link) - ^ BuiltWith (2011-03-28). "Drupal Usage Statistics". Retrieved 2011-03-28.
- ^ "The State of Drupal 2010 speech". Archive.org. 2001-03-10. Retrieved 2011-08-31.
- ^ a b c "Drupal Homepage". Drupal.org. Retrieved 2011-08-18.
- ^ "Modules". drupal.org. Retrieved 2013-01-25.
- ^ a b "Features". drupal.org. Retrieved 2009-04-08.
- ^ a b c d e f g "Drupal 7 CHANGELOG.txt" at drupal.org
- ^ "drupal 5.0" at Drupal.org, released 3 Nov 2011
- ^ "drupal 6.0" at Drupal.org, released 3 Nov 2011
- ^ "drupal 7.0" at Drupal.org, released 3 Nov 2011
- ^ a b http://drupal.org/community-initiatives/drupal-core
- ^ a b "History". drupal.org. Retrieved 2009-04-08.
- ^ "Druppel: Dutch to English Translation". Babylon Translation. Retrieved 2009-04-08.
- ^ 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) - ^ Critchley, Spencer (2006-05-03). "Digital Politics: An Interview With CivicSpace Founder Zack Rosen". O'Reilly Media. Retrieved 2012-05-27.
- ^ Kreiss, Daniel (2012-03-05). "Dean, Romney, and Drupal: Values and Technological Adoption". Culture Digitally. Retrieved 2012-05-27.
- ^ Samantha M. Shapiro, "The Dean Connection", The New York Times December 7, 2003, accessed May 27, 2012.
- ^ "Marketplace". drupal.org. Retrieved 2013-04-18.
- ^ Koenig, Josh. "Growth Graphs". Groups.Drupal. Retrieved 2009-04-08.
- ^ Buytaert, Dries (2008). "Drupal Download Statistics". Retrieved 2009-04-08.
- ^ Buytaert, Dries (2007). "Drupal Download Statistics". Retrieved 2009-04-08.
- ^ "Drupal project usage".
- ^ "Drupal Sites". Dries Buytaert. Retrieved 2010-07-20.
- ^ "List of Nonprofit, NPO, NGO Websites Using Drupal". ENGINE Industries. Retrieved 2010-07-20.
- ^ "OSS CMS Award Previous Winners". Packt Publishing. Retrieved 2009-04-08.
- ^ "Drupal is a Webware 100 winner for the third year in a row". Drupal.org. Retrieved 2011-08-31.
- ^ "Cnet.com". News.cnet.com. 2009-05-19. Retrieved 2011-08-31.
- ^ "Buytaert.net". Buytaert.net. Retrieved 2011-08-31.
- ^ "Drupal 7 to be released on [[January 5]] (with one ginormous party)". Buytaert.net. Retrieved 2011-08-31.
{{cite web}}
: URL–wikilink conflict (help) - ^ "Xplain Hosting Drupal 7 Quickstart training seminar". Scoop. 2010-12-16.
- ^ http://buytaert.net/drupal-8-feature-freeze-extended
- ^ "Drupal Summer of Code projects". appspot.com. Retrieved 2011-04-29.
- ^ a b "Never hack core". drupal.org.
- ^ a b "Handbook: Core Modules". drupal.org. Archived from the original on 2008-07-28. Retrieved 2009-04-08.
- ^ "Drupal Multi-site installation recipes".
- ^ Buytaert, Dries. "Garland, the new default core theme". drupal.org. Retrieved 2009-04-08.
- ^ "Color: Allows the user to change the color scheme of certain themes". drupal.org. Retrieved 2009-04-08.
- ^ "Drupal core translation downloads". drupal.org. Retrieved 2012-11-10.
- ^ a b "Drupal 6.0 released". drupal.org. Retrieved 2009-04-08.
- ^ "Install Drupal for Windows". microsoft.com. Retrieved 2011-02-14.
- ^ "Drupal on Windows Group". drupal.org. Retrieved 2011-02-14.
- ^ Killesreiter, Gerhard (2013-02-25). "Accessibility statement". drupal.org. Retrieved 2013-04-16.
- ^ Gifford, Mike (2011-03-27). "Recent Videos From DrupalCon About Accessibility". openconcept.ca. Retrieved 2013-04-16.
- ^ Scholten, Roy (2012-12-10). "Drupal core gates". drupal.org. Retrieved 2013-04-16.
- ^ "API Reference". drupal.org. Retrieved 2009-04-08.
- ^ "File and directory management". drupal.org.
- ^ 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) - ^ "Project usage overview". Drupal.org. Retrieved 2011-08-18.
- ^ "Field API". 2009. Retrieved 2009-05-08.
- ^ "PHPTemplate theme engine". drupal.org. Retrieved 2009-04-08.
- ^ "XTemplate theme engine". drupal.org. Retrieved 2009-04-08.
- ^ "How does Drupal compare to Mambo? discussion thread". drupal.org. 2005-01-17. Retrieved 2009-04-08.
- ^ "Drupal themes". Drupal.org. Retrieved 2011-08-31.
- ^ "Adding your theme to Drupal.org". Drupal.org.
- ^ "Drupal Theme Garden". Themegarden.org. Retrieved 2011-08-31.
- ^ "drupal.org discussion on Drupalcon event management". Groups.drupal.org. Retrieved 2011-08-31.
- ^ "DrupalCon Chicago 2011".
- ^ "Drupal Camps and Cons". Retrieved 25 January 2013.
- ^ "forums". Drupal.org. Retrieved 2011-08-31.
- ^ "mailing lists". Drupal.org. Retrieved 2011-08-31.
- ^ "Drupal Groups". Groups.drupal.org. Retrieved 2011-08-31.
- ^ "Drupal IRC channels on FreeNode". Drupal.org. Retrieved 2011-08-31.
- ^ "Language specific communities". Drupal.org. 2011-08-26. Retrieved 2011-08-31.
- ^ Drupal. "Security announcement and release process".
- ^ Drupal. "How to report a security issue".
- ^ "Update manager (and Update status)". drupal.org. Retrieved 2011-07-01.
- ^ a b c "Security advisories". drupal.org. Retrieved 2009-04-28.
- ^ "Drupal security team". Drupal.org. Retrieved 2011-08-31.
- ^ "Drupal Security RSS feed". Drupal.org. Retrieved 2011-08-31.
- ^ "Contributed modules". drupal.org. Retrieved 2009-04-28.
- ^ Messenger's Error(s): Chris Wilson's flawed rant about Drupal and whitehouse.gov Conor McNamara. DPCI October 27, 2009
- ^ 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
- ^ a b Hagopian, Peter (2008-07-10). "Drupal Addresses Security In 6.3, Usability in 7". Information Week. Retrieved 2009-04-08.[dead link ]
- ^ Scollan, Becca (2008-05-01). "Drupal Usability Research Report" (PDF). Retrieved 2009-04-08.
{{cite web}}
: Unknown parameter|coauthors=
ignored (|author=
suggested) (help) - ^ Lal, Kieran (2008-06-26). "Drupal usability tests from the University of Baltimore with community solutions". drupal.org. Retrieved 2009-04-08.
- ^ Buytaert, Dries (2008-07-03). "Usability, usability, and usability". Retrieved 2009-04-08.
- ^ Buytaert, Dries (2008-03-10). "First results from usability testing". Retrieved 2009-04-08.
- ^ "Report from Formal Drupal" (PDF). 2008-03-03. Retrieved 2009-04-08.
- ^ Buytaert, Dries (2009-02-04). "Mark Boulton to help with Drupal 7".
- ^ University of Minnesota Office of Information Technology (2011-05-23). "Usability test at University of Minnesota, may 2011". drupal.org.
- ^ University of Minnesota Office of Information Technology (2011-06-01). "Report from the University of Minnesota Drupal Usability Testing". drupal.org.
- ^ Howard, Brian C. (2007-01-25). "Harnessing Drupal for Citizen Journalism". NewAssignment.Net. Retrieved 2009-04-08.
- ^ "Drupal Review".
- ^ James, Heather (2010-11-09). "203 people tell What I wish I knew when I started Drupal". Acquia.com. Retrieved 2010-11-11.
- ^ Buytaert, Dries (2006-05-26). "Backward Compatibility". Retrieved 2009-04-08.
- ^ Buytaert, Dries (2006-07-27). "The pain before the pay-off". Retrieved 2009-04-08.
- ^ "Drupal's Upgrade Instructions (end-user)". Drupal.org. Retrieved 2011-08-31.
- ^ "Joomla 1.5 & Drupal 6.1 Performance Comparison".
- ^ "Is Drupal Slow & Bloated?".
- ^ "Is Drupal the right tool for the job?".
- ^ "Drupal vs Joomla: performance | Dries Buytaert". Buytaert.net. Retrieved 2012-05-05.
- ^ "Authenticated User Page Caching (Authcache)". drupal.org. Retrieved 2009-09-23.
- ^ Buytaert, Dries (2006-08-11). "Drupal vs [[Joomla!|Joomla]] performance". Retrieved 2009-05-20.
{{cite web}}
: URL–wikilink conflict (help) - ^ "Speed up a Drupal web site by enabling MySQL query caching". nadeausoftware.com. 2007-03-07. Retrieved 2009-06-21.[dead link ]
- ^ "Book on Drupal Performance & Scalability". Books.tag1consulting.com. 2008-07-16. Retrieved 2011-08-31.
- ^ "Caching in Drupal 6". drupal.org. 2008-07-28. Retrieved 2009-06-21.
- ^ "Drupal 6 vs Drupal 7 performance and comments vs nodes". CivicActions.com. 2009-05-19. Retrieved 2009-06-21.
- ^ "Boost". drupal.org. 2006-10-15. Retrieved 2012-05-05.
- ^ "Memcache API and Integration". drupal.org. Retrieved 2012-05-05.
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.
{{cite book}}
: CS1 maint: year (link) - 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)CS1 maint: year (link)