A set of helper functions (aka CRUD) that make it easier to work with Drupal data structures by providing some wrapper functions. Include crud.inc in your install profile to use them. crud.inc was originally developed and maintained by Boris Mann of Bryght. There is now a rag tag band of developers including moshe, quicksketch, webchick, and dww who add a little more each time we build an install profile.
Please help by getting similar functions into core for Drupal 7. Please ask for co-maintainer status if you are also developing install profiles and would like to contribute.
NOTE: this is not really an "end user" module. You will need to be somewhat familiar with PHP at least to the level of cut and pasting functions to create install profiles. See the handbook for an overview of How to write an install profile.
As of July 2008, we've turned install profile API into an actual module, so you can depend on it in your install profiles. See In progress changes to Install Profile API for D6 for further discussion.
As of November 2008, dww backported many of these changes to a 5--2 branch which has a similar layout / functionality.
define "iconthemes" and provide an api to get an item by it's name.
In many places the use of icons makes for a nicer gui. In order to get a more unified look, it doesn't make sense if every module brings along it's own icons, but it should be able to ask the system for an icon by a functional name.
I think we need such an API in drupal core, but for prototyping and discussing a module in contrib should be fine.
Why do I want to reuse their icon-theme work?
Because it would enable us to reuse existing icons themes (there are lots for gnome and kde) to provide icons for drupal installations.