| 1 |
This module provides a content type for Drupal sites, the "project"
|
| 2 |
node. Projects can have releases associated with them, and this module
|
| 3 |
provides various ways to search for projects and download specific
|
| 4 |
releases.
|
| 5 |
|
| 6 |
Project nodes can have issue tracking associated with them by enabling
|
| 7 |
the project_issue module (http://drupal.org/project/project_issue),
|
| 8 |
and can be integrated with a CVS repository by enabling the CVS
|
| 9 |
integration module (http://drupal.org/project/cvslog).
|
| 10 |
|
| 11 |
For installation instructions, see INSTALL.txt.
|
| 12 |
|
| 13 |
For instructions when upgrading to newer versions, see UPGRADE.txt.
|
| 14 |
|
| 15 |
Send feature requests and bug reports to the issue tracking system for
|
| 16 |
the project module: http://drupal.org/node/add/project_issue/project.
|
| 17 |
A TODO list can be found at http://groups.drupal.org/node/5489
|
| 18 |
|
| 19 |
The project family of modules is currently being co-maintained by:
|
| 20 |
- Derek Wright (http://drupal.org/user/46549) a.k.a. "dww"
|
| 21 |
- Chad Phillips (http://drupal.org/user/22079) a.k.a. "hunmonk"
|
| 22 |
|
| 23 |
$Id: README.txt,v 1.11 2007/08/07 20:05:49 dww Exp $
|
| 24 |
|