| 1 |
# $Id: $
|
| 2 |
|
| 3 |
Author: Boris Mann, http://www.bryght.com
|
| 4 |
Co Maintainers:
|
| 5 |
Your Name Here!
|
| 6 |
|
| 7 |
This is the start of helper functions for people creating install profiles.
|
| 8 |
|
| 9 |
== Instructions ==
|
| 10 |
|
| 11 |
1. Copy crud.inc to your profiles directory (optionally, anywhere in your drupal root)
|
| 12 |
2. Use a line at the top of your .profile file to include it:
|
| 13 |
include_once('profiles/crud.inc');
|
| 14 |
|
| 15 |
== Discussion ==
|
| 16 |
|
| 17 |
* First announcement: http://groups.drupal.org/node/3179
|
| 18 |
* "Distributions" Group: http://groups.drupal.org/distributions
|
| 19 |
* Support, feature requests, etc.: http://drupal.org/project/issues/install_profile_api
|
| 20 |
|