The Database Scripts project is a series of command line scripts which will dump, erase, restore and merge databases. They are specifically set up to work the best when developing within a version control environment. The primary goals are to:
Google keyhaviour was written to produce dynamic content to aid in SEO or Google AdWords 'landing page' campaigns. Google keyhaviour does the following:
Gathers data about the modules and themes installed on a Drupal site and sends them to a corresponding server. As you are (hopefully) monitoring the status of the site from the server, optionally you can disable the 'There are security updates pending for your site' shown on the admin pages also.
Update status aggregator server
Receives data from clients and stores the data in the database and processes it to compute the latest updates available for the modules and themes. The data is exposed to views, so you can process it in almost any way you like.
Currently the module doesn't ship with any default views, but that will change soon!
Requirements
Services module for the server component/site only
Drupal 5 version
Update status aggregator is comprised of two components: a "client" module and a "server" module.
The client (update_status_notifier.module), to be enabled on all sites that are to report to the central tracker, sends a list of installed modules and their status to the tracking site via xmlrpc when cron is run. This information is taken from the update status module.