How the Department of Education Automated Publication of Press Releases

Nov 21, 2012
Web design concept: Gears on HTML Code background

A case study on how the Department of Education used the Drupal content management system (CMS) to publish press releases as structured content to automatically generate listing pages and reduce errors and posting time.

The Challenge

The Department of Education was posting press releases using a system that posted them as static HTML files. The site design required press releases to be linked from several different pages, but the system was not designed to create those links automatically. Every time a new press release was posted, content managers had to manually link to multiple locations: the correct monthly archive page, the latest press releases page, the homepage headline area, and the site’s RSS feed.

The Solution

They moved to a CMS (Drupal) that could store the parts of a press release as data and use database queries to generate the listing pages from that data. Other database-driven CMS will allow you to do this, but may require more development work. Blogging software (like WordPress) can provide this basic functionality, too, if you post your news items as blog posts.

With Drupal, they decided which pieces of information would be useful for sorting and listing (for example, title, press release data, excerpt, keywords), and created a form in the system that would collect each piece in a separate field. They then used the system’s tools (Drupal Views) to build very simple database queries that would generate the listing pages and RSS feeds.

Results
Electronic documents sharing

They reduced the amount of work associated with posting press releases by about 15 minutes for each one, and removed several opportunities for error. Additionally, the new system allowed easy creation of multiple listings of press releases, such as all press releases tagged with a particular keyword. This would have been impossible with the manual system. Each listing page also has its own RSS feed, which can then be used for further syndication.

Examples