Yahoo! Groups Suite
The Yahoo! Groups suite is currently under some major reconstruction, and after a few files are put together, I should be ready to actually post the results. The main code base has been split into a library and interface sections. All of the UI is done outside of the main library code (which stores all of the data and does file input). The biggest improvement so far is the removal of the data structures from the AppleScript code. By using Unix utilities and the do shell script command, I was able to keep the data stored in a single place and no longer have to worry about keeping the multiple copies in sync, allowing for import/export, or viewing of the data through simplistic list dialogs. The whole thing is much better now.