Drupal
The History of Drupal
Excellent article on the history of Drupal focusing in particular on how it has served political advocacy campaigns.
Allowing access to non-Drupal directories
In the .htaccess file, change the following code by adding additional handlers.
# Set the default handler. DirectoryIndex index.php
Here's an example that works for most situations:
# Set the default handler. DirectoryIndex index.php index.html index.htm
Creating a Drupal patch
Using WinMerge
Winmerge is a free, open source, and easy to use program for MS Windows systems.
Working with Drush
Handy Drush commands
- Backup DB:
drush sql dump > /BACKUPS/SITENAME-$(date +%Y-%m-%d-%H.%M.%S).sql - Update filies:
drush update - Update DB:
drush updatedb
Drush and cron
- Add the following to cron:
~/PATH/drush sql dump > ~/BACKUPS/SITENAME-$(date +%Y-%m-%d-%H.%M.%S).sql
Services
We provide website and document development services for small to medium sized organizations. We specialize in strategic use of industry-leading GNU and open-source technologies, such as Drupal, MySQL, PHP, Apache, and LaTex.
HOWTO: Best Practices for Embedding Views in Code
Good tips for optimizing and maintaining Drupal Views code.
Worldwatch Institute uses Drupal
Worldwatch Institute delivers the insights and ideas that empower decision makers to create an environmentally sustainable society that meets human needs. Worldwatch focuses on the 21st-century challenges of climate change, resource degradation, population growth, and poverty by developing and disseminating solid data and innovative strategies for achieving a sustainable society.
TruthOut switches to Drupal
The invaluable news service, TruthOut recently switched to Drupal. They made elegant use of Drupal flexible theming, taxonomy, and content type systems to present a massive collection of new reports in an easy to navigate and attractive format.
Drupal Camp LA2009 Case Study
One of the best case studies I've seen on how to setup a complex drupal-based site.
The US Whitehouse switches to Drupal
Recognizing the power, flexibility, and security of GNU software, the US Whitehouse site has been converted to Drupal. They are quoted as saying, "Security is fundamentally built into the development process because the community is made up of people from all across the world."