# $Id: README.txt,v 1.1.2.2 2008-11-24 22:25:04 dww Exp $ Original author: Boris Mann (http://drupal.org/user/4426) Co Maintainers: Nathan Haug "quicksketch" (http://drupal.org/user/35821) Simon Hobbs "sime" (http://drupal.org/user/35266) Jean-Sebastien Senecal "tatien" (http://drupal.org/user/1323) Moshe Weitzman (http://drupal.org/user/23) Derek Wright "dww" (http://drupal.org/user/46549) This is the start of helper functions for people creating install profiles. == Instructions == 1. Copy crud.inc to your profiles directory (or anywhere in your drupal root). 2. Use a line at the top of your foo_profile_final() function to include it: function foo_profile_final() { require_once 'profiles/crud.inc'; // Whatever else you need to do... } == Discussion == * First announcement: http://groups.drupal.org/node/3179 * "Distributions" Group: http://groups.drupal.org/distributions * Support, feature requests, etc.: http://drupal.org/project/issues/install_profile_api