Here is a utility program for Drupal programmers:
I got really tired of perusing Drupal theme and module records on-line and using the Drupal.org's search utility which, frankly, could use some improvements.
So, I wrote "GetDrupalRecords" (available at http://www.strassner.com/drupalpgming), which will allow you to download all themes and/or module summaries to a single local file, or multiple local files, on your hard drive. You can also choose to eliminate the releases tables, or leave them active.
I originally wrote this as practice for PYTHON programming, but translated it into C++ under Borland C++Builder and created a front-end for it. Although this particular release is for PCs (an EXE file), I will be making the PYTHON source code available soon so it can be used on OSX, although it will not have a front end. The PYTHON source will be included in case anyone really wants to make a front end for it for OSX, otherwise it will run under a PYTHON interpreter.
Why use this program? Because searching for and perusing themes and modules is MUCH faster locally, no matter what kind of internet connection you have.
Download link is available at http://www.strassner.com/drupalpgming
Program is well tested, but still a beta version 1.0b for another week or so and unless I get any bug reports.
Here is what's in the readme file: